index
:
luajit
master
temp-v3bp-syntax1
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into v2.1
Mike Pall
2026-08-01
1
-0
/
+2
|
\
|
*
Don't fold -a / -b for unsigned operands.
Mike Pall
2026-08-01
1
-0
/
+2
*
|
FFI: Set cur_L in FFI callback.
Mike Pall
2026-08-01
1
-0
/
+1
*
|
Optimize common 1-char case of string.sub/string.byte.
Mike Pall
2026-08-01
1
-0
/
+11
*
|
x64/LJ_GC64: Enable XLOAD/STRREF fusion.
Mike Pall
2026-08-01
1
-2
/
+1
*
|
x86: Conditionally use SSE3 for 64 bit conversions.
Mike Pall
2026-07-28
5
-3
/
+79
*
|
Merge branch 'master' into v2.1
Mike Pall
2026-07-25
2
-5
/
+1
|
\
|
|
*
FFI: Fix widening semantics for 64 bit arithmetic.
Mike Pall
2026-07-25
2
-5
/
+1
*
|
DynASM/x86: Fix movd/movq and vmovd/vmovq operand sizes.
Mike Pall
2026-07-24
2
-18
/
+18
*
|
Backport some v3.0 syntax extensions.
Mike Pall
2026-07-20
27
-234
/
+1485
*
|
x64/LJ_GC64: Avoid store-to-load forwarding stall after stack restore.
Mike Pall
2026-07-18
1
-4
/
+7
*
|
Merge branch 'master' into v2.1
Mike Pall
2026-07-11
1
-0
/
+4
|
\
|
|
*
x64: Fix callback result handling.
Mike Pall
2026-07-11
1
-0
/
+4
*
|
Don't use destroyed lock when profiler has been stopped.
Mike Pall
2026-07-09
1
-1
/
+1
*
|
x64/ARM64/MIPS64: Fix constant bit shift code generation.
Mike Pall
2026-07-07
3
-4
/
+7
*
|
FFI/MacOS: Fix calling convention for on-stack varargs.
Mike Pall
2026-06-29
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2026-06-25
1
-1
/
+1
|
\
|
|
*
Make check in os.time() consistent.
Mike Pall
2026-06-25
1
-1
/
+1
*
|
iOS: Avoid macro name collision.
Mike Pall
2026-06-24
2
-2
/
+2
*
|
Optionally return PC position in jit.util.tracesnap().
Mike Pall
2026-06-16
1
-1
/
+8
*
|
Merge branch 'master' into v2.1
Mike Pall
2026-06-16
1
-6
/
+11
|
\
|
|
*
Fix stack overflow relimit handling.
Mike Pall
2026-06-16
1
-6
/
+11
*
|
Merge branch 'master' into v2.1
Mike Pall
2026-06-13
1
-1
/
+2
|
\
|
|
*
Fix corner case of os.time().
Mike Pall
2026-06-13
1
-1
/
+2
*
|
FFI/MacOS: Fix calling convention for enums.
Mike Pall
2026-05-29
1
-1
/
+1
*
|
Prevent sanitizer warnings for lj_tab_new*() and table.new().
Mike Pall
2026-05-25
3
-4
/
+4
*
|
Merge branch 'master' into v2.1
Mike Pall
2026-05-25
2
-3
/
+3
|
\
|
|
*
FFI: Prevent sanitizer warning in carith_ptr().
Mike Pall
2026-05-25
1
-1
/
+1
|
*
Prevent sanitizer warning in os.time().
Mike Pall
2026-05-25
1
-2
/
+2
*
|
Avoid race condition with profiler thread during dispatch table update.
Mike Pall
2026-05-25
8
-16
/
+43
*
|
x86/x64: Change ipairs_aux to match JIT backend behavior.
Mike Pall
2026-05-25
2
-9
/
+6
*
|
FFI: Various ABI and calling convention fixes.
Mike Pall
2026-05-25
3
-13
/
+57
*
|
Merge branch 'master' into v2.1
Mike Pall
2026-03-30
1
-0
/
+2
|
\
|
|
*
FFI: Shrink container of packed bitfield.
Mike Pall
2026-03-30
1
-0
/
+2
*
|
Fix VM event error handling for finalizers.
Mike Pall
2026-03-27
1
-2
/
+4
*
|
Avoid use of subnormals for internal registry keys.
Mike Pall
2026-03-27
3
-4
/
+4
*
|
Merge branch 'master' into v2.1
Mike Pall
2026-03-27
2
-2
/
+4
|
\
|
|
*
Prevent false positive sanitizer warning in unpack().
Mike Pall
2026-03-27
1
-1
/
+3
|
*
FFI: Fix pointer difference operation on 64 bit platforms.
Mike Pall
2026-03-27
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2026-03-04
1
-3
/
+3
|
\
|
|
*
Fix edge cases when recording string.byte/sub.
Mike Pall
2026-03-04
1
-3
/
+3
*
|
Add ffi.abi("dualnum").
Mike Pall
2026-02-27
1
-0
/
+3
*
|
Merge branch 'master' into v2.1
Mike Pall
2026-02-24
1
-0
/
+2
|
\
|
|
*
FFI: Fix constructor index resolution in JIT compiler.
Mike Pall
2026-02-24
1
-0
/
+2
*
|
DUALNUM: Fix recording of loops broken by previous change.
Mike Pall
2026-02-16
1
-3
/
+3
*
|
Merge branch 'master' into v2.1
Mike Pall
2026-02-13
1
-1
/
+1
|
\
|
|
*
Fix compiler warning.
Mike Pall
2026-02-13
1
-1
/
+1
*
|
Fix G->jit_base relocation on stack resize.
Mike Pall
2026-02-11
1
-1
/
+1
*
|
Prevent recording of loops with -0 step or NaN values.
Mike Pall
2026-02-11
1
-0
/
+6
*
|
Avoid recording interference due to invocation of VM hooks.
Mike Pall
2026-02-11
2
-11
/
+22
[next]