index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
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
*
Bump copyright date.
Mike Pall
2023-08-20
1
-1
/
+1
*
Fix maxslots when recording BC_VARG, part 3.
Mike Pall
2023-08-12
1
-3
/
+9
*
Fix maxslots when recording BC_VARG, part 2.
Mike Pall
2023-07-09
1
-6
/
+2
*
Fix maxslots when recording BC_VARG.
Mike Pall
2023-07-08
1
-2
/
+1
*
Fix canonicalization of +-0.0 keys for IR_NEWREF.
Mike Pall
2023-04-16
1
-0
/
+2
*
Correct fix for stack check when recording BC_VARG.
Mike Pall
2022-12-09
1
-2
/
+2
*
Bump copyright date.
Mike Pall
2022-01-15
1
-1
/
+1
*
Bump copyright date.
Mike Pall
2021-01-02
1
-1
/
+1
*
Fix snapshot PC when linking to BC_JLOOP that was a BC_RET*.
Mike Pall
2020-10-12
1
-4
/
+5
*
Bump copyright date.
Mike Pall
2020-01-20
1
-1
/
+1
*
Fix stack check when recording BC_VARG.
Mike Pall
2019-12-08
1
-0
/
+2
*
Add missing LJ_MAX_JSLOTS check.
Mike Pall
2017-05-17
1
-0
/
+2
*
Fix LJ_MAX_JSLOTS assertion in rec_check_slots().
Mike Pall
2017-05-09
1
-2
/
+2
*
Bump copyright date to 2017.
Mike Pall
2017-01-17
1
-1
/
+1
*
Don't try to record outermost pcall() return to lower frame.
Mike Pall
2016-06-03
1
-1
/
+1
*
Add guard for obscure aliasing between open upvalues and SSA slots.
Mike Pall
2016-05-20
1
-2
/
+8
*
Fix handling of non-numeric strings in arithmetic coercions.
Mike Pall
2016-04-21
1
-2
/
+2
*
Fix recording of select(n, ...) with off-trace varargs
Mike Pall
2016-04-03
1
-1
/
+4
*
Bump copyright date to 2016.
Mike Pall
2016-03-03
1
-1
/
+1
*
Don't compile IR_RETF after CALLT to ff with-side effects.
Mike Pall
2015-01-17
1
-0
/
+2
*
Bump copyright date to 2015.
Mike Pall
2015-01-05
1
-1
/
+1
*
Fix ABC elimination.
Mike Pall
2014-07-01
1
-1
/
+1
*
Correct fix for reuse of SCEV results in FORL.
Mike Pall
2014-04-01
1
-1
/
+1
*
Fix check for reuse of SCEV results in FORL.
Mike Pall
2014-03-27
1
-1
/
+3
*
Fix recording of BC_VARG.
Mike Pall
2014-02-28
1
-4
/
+2
*
Don't purge modified function from stack slots in BC_RET.
Mike Pall
2014-02-20
1
-1
/
+1
*
Fix initial maxslot for down-recursive traces.
Mike Pall
2014-01-20
1
-1
/
+1
*
Bump copyright date to 2014.
Mike Pall
2014-01-16
1
-1
/
+1
*
Fix call unroll checks in the presence of metamethod frames.
Mike Pall
2013-12-09
1
-0
/
+1
*
Respect jit.off(func) when returning to a function, too.
Mike Pall
2013-11-22
1
-0
/
+2
*
Bump copyright date to 2013.
Mike Pall
2013-02-11
1
-1
/
+1
*
Don't propagate implicitly widened number to index metamethods.
Mike Pall
2012-11-06
1
-1
/
+1
*
Fix recording of equality comparisons with __eq metamethods.
Mike Pall
2012-10-19
1
-5
/
+3
*
FFI: Compile ffi.sizeof(), ffi.alignof() and ffi.offsetof().
Mike Pall
2012-10-10
1
-1
/
+11
*
From Lua 5.2: Allow mixed metamethods for ordered comparisons.
Mike Pall
2012-09-28
1
-1
/
+14
*
Remove some library functions for no-JIT/no-FFI builds.
Mike Pall
2012-09-24
1
-0
/
+2
*
From Lua 5.2: Add goto and ::label:: statements.
Mike Pall
2012-09-16
1
-1
/
+1
*
Use 0/1 macro for Lua 5.2 compatibility.
Mike Pall
2012-09-12
1
-7
/
+3
*
Don't constify upvalues that may retain large amounts of memory.
Mike Pall
2012-08-28
1
-1
/
+27
*
Turn loads from immutable upvalues into constants.
Mike Pall
2012-07-20
1
-2
/
+33
*
Handle initial snapshot for side traces in lj_snap.c only.
Mike Pall
2012-07-02
1
-1
/
+0
*
Move snapshot replay for side traces to lj_snap.c.
Mike Pall
2012-07-02
1
-58
/
+2
*
Bump copyright date to 2012.
Mike Pall
2012-01-23
1
-1
/
+1
*
FFI: Record C function calls with bool return values.
Mike Pall
2011-11-25
1
-1
/
+7
*
Specialize to prototype for non-monomorphic functions.
Mike Pall
2011-11-20
1
-6
/
+22
*
Count frames with same prototype in call unroll limit check.
Mike Pall
2011-11-20
1
-4
/
+8
*
Get rid of snap->depth.
Mike Pall
2011-11-20
1
-1
/
+2
*
Record missing FORI slot loads (e.g. after return to lower frame).
Mike Pall
2011-08-21
1
-0
/
+1
*
Don't bother to chain NOPs.
Mike Pall
2011-08-11
1
-1
/
+1
*
Return to lower frame via interpreter for unhandled cases.
Mike Pall
2011-06-29
1
-3
/
+30
[next]