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
/
lj_record.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backport some v3.0 syntax extensions.
Mike Pall
2026-06-22
1
-0
/
+40
*
DUALNUM: Fix recording of loops broken by previous change.
Mike Pall
2026-02-16
1
-3
/
+3
*
Prevent recording of loops with -0 step or NaN values.
Mike Pall
2026-02-11
1
-0
/
+6
*
Prevent snapshot purge while recording a function header.
Mike Pall
2026-02-11
1
-1
/
+1
*
Merge branch 'master' into v2.1
Mike Pall
2026-01-09
1
-1
/
+1
|
\
|
*
Bump copyright date.
Mike Pall
2026-01-09
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2025-12-06
1
-8
/
+17
|
\
|
|
*
DUALNUM: Add missing type conversion for FORI slots.
Mike Pall
2025-12-06
1
-8
/
+17
*
|
Unify Lua number to FFI integer conversions.
Mike Pall
2025-11-27
1
-6
/
+15
*
|
Merge branch 'master' into v2.1
Mike Pall
2025-05-28
1
-1
/
+2
|
\
|
|
*
Fix JIT slot overflow during up-recursion.
Mike Pall
2025-05-28
1
-1
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2025-04-07
1
-1
/
+4
|
\
|
|
*
Initialize unused value when specializing to cdata metatable.
Mike Pall
2025-04-07
1
-1
/
+4
*
|
Fix state restore when recording __concat metamethod.
Mike Pall
2025-03-09
1
-4
/
+9
*
|
Merge branch 'master' into v2.1
Mike Pall
2025-01-13
1
-1
/
+1
|
\
|
|
*
Fix recording of BC_VARG.
Mike Pall
2025-01-13
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2025-01-13
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2025-01-13
1
-1
/
+1
*
|
Restore state when recording __concat metamethod throws OOM.
Mike Pall
2024-11-28
1
-18
/
+33
*
|
Merge branch 'master' into v2.1
Mike Pall
2024-09-29
1
-3
/
+3
|
\
|
|
*
Fix compiliation of getmetatable() for UDTYPE_IO_FILE.
Mike Pall
2024-09-29
1
-3
/
+3
*
|
Merge branch 'master' into v2.1
Mike Pall
2024-08-15
1
-2
/
+3
|
\
|
|
*
Fix IR_ABC hoisting.
Mike Pall
2024-08-15
1
-2
/
+3
*
|
Restore state when recording __concat metamethod throws an error.
Mike Pall
2024-07-04
1
-2
/
+24
*
|
Fix recording of __concat metamethod.
Mike Pall
2024-03-10
1
-2
/
+6
*
|
Merge branch 'master' into v2.1
Mike Pall
2024-03-10
1
-1
/
+3
|
\
|
|
*
Prevent down-recursion for side traces.
Mike Pall
2024-03-10
1
-1
/
+1
|
*
Check frame size limit before returning to a lower frame.
Mike Pall
2024-03-10
1
-0
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-11-09
1
-0
/
+1
|
\
|
|
*
Invalidate SCEV entry when returning to lower frame.
Mike Pall
2023-11-09
1
-0
/
+1
*
|
Check for upvalue state transition in IR_UREFO.
Mike Pall
2023-11-05
1
-2
/
+11
*
|
Consistently use 64 bit constants for 64 bit IR instructions.
Mike Pall
2023-09-21
1
-4
/
+5
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-09-21
1
-1
/
+4
|
\
|
|
*
Add missing coercion when recording select(string, ...)
Mike Pall
2023-09-21
1
-1
/
+4
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-09-09
1
-3
/
+9
|
\
|
|
*
Add NaN check to IR_NEWREF.
Mike Pall
2023-09-09
1
-3
/
+9
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-08-20
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2023-08-20
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-08-12
1
-3
/
+9
|
\
|
|
*
Fix maxslots when recording BC_VARG, part 3.
Mike Pall
2023-08-12
1
-3
/
+9
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-07-09
1
-6
/
+2
|
\
|
|
*
Fix maxslots when recording BC_VARG, part 2.
Mike Pall
2023-07-09
1
-6
/
+2
*
|
Fix maxslots when recording BC_TSETM.
Mike Pall
2023-07-08
1
-0
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-07-08
1
-2
/
+1
|
\
|
|
*
Fix maxslots when recording BC_VARG.
Mike Pall
2023-07-08
1
-2
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-04-16
1
-0
/
+2
|
\
|
|
*
Fix canonicalization of +-0.0 keys for IR_NEWREF.
Mike Pall
2023-04-16
1
-0
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2022-12-09
1
-2
/
+2
|
\
|
|
*
Correct fix for stack check when recording BC_VARG.
Mike Pall
2022-12-09
1
-2
/
+2
*
|
Fix trace join to BC_JLOOP originating from BC_ITERN.
Mike Pall
2022-09-14
1
-1
/
+2
[next]