index
:
luajit
master
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
*
Ensure ITERN forward progress on interpreter bailout.
Mike Pall
2021-09-21
1
-3
/
+6
*
Don't bail out to interpreter to JLOOP originating from ITERN.
Mike Pall
2021-09-20
1
-3
/
+5
*
Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN.
Mike Pall
2021-09-19
1
-5
/
+125
*
Refactor IR_VLOAD to take an offset.
Mike Pall
2021-09-19
1
-6
/
+4
*
String buffers, part 3d: Compile string buffer methods and functions.
Mike Pall
2021-07-19
1
-0
/
+10
*
String buffers, part 3a: Add IR_TMPREF for passing TValues to helpers.
Mike Pall
2021-07-19
1
-5
/
+10
*
Prevent compile of __concat with tailcall to fast function.
Mike Pall
2021-04-21
1
-0
/
+3
*
Handle on-trace OOM errors from helper functions.
Mike Pall
2021-03-23
1
-1
/
+2
*
Use weak guards for on-trace allocations.
Mike Pall
2021-03-23
1
-2
/
+2
*
Merge branch 'master' into v2.1
Mike Pall
2021-01-02
1
-1
/
+1
|
\
|
*
Bump copyright date.
Mike Pall
2021-01-02
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-10-12
1
-4
/
+5
|
\
|
|
*
Fix snapshot PC when linking to BC_JLOOP that was a BC_RET*.
Mike Pall
2020-10-12
1
-4
/
+5
*
|
LJ_GC64: Always snapshot functions for non-base frames.
Mike Pall
2020-08-27
1
-0
/
+1
*
|
Use a securely seeded global PRNG for the VM.
Mike Pall
2020-06-15
1
-1
/
+2
*
|
ARM: Implement FLOAD from GG_State.
Mike Pall
2020-06-13
1
-5
/
+0
*
|
Improve assertions.
Mike Pall
2020-06-15
1
-64
/
+98
*
|
Optimize table length computation with hinting.
Mike Pall
2020-05-27
1
-2
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-01-20
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2020-01-20
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2019-12-08
1
-0
/
+2
|
\
|
|
*
Fix stack check when recording BC_VARG.
Mike Pall
2019-12-08
1
-0
/
+2
*
|
Actually implement maxirconst trace limit.
Mike Pall
2018-10-14
1
-2
/
+3
*
|
Merge branch 'master' into v2.1
Mike Pall
2017-05-17
1
-0
/
+2
|
\
|
|
*
Add missing LJ_MAX_JSLOTS check.
Mike Pall
2017-05-17
1
-0
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2017-05-09
1
-2
/
+2
|
\
|
|
*
Fix LJ_MAX_JSLOTS assertion in rec_check_slots().
Mike Pall
2017-05-09
1
-2
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2017-01-17
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2017.
Mike Pall
2017-01-17
1
-1
/
+1
*
|
LJ_GC64: Various followup fixes.
Mike Pall
2016-10-20
1
-0
/
+2
*
|
LJ_FR2: Fix slot 1 handling.
Mike Pall
2016-10-16
1
-2
/
+2
*
|
LJ_GC64: Various fixes.
Mike Pall
2016-10-12
1
-0
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2016-06-03
1
-1
/
+1
|
\
|
|
*
Don't try to record outermost pcall() return to lower frame.
Mike Pall
2016-06-03
1
-1
/
+1
*
|
x64/LJ_GC64: Add missing backend support and enable JIT compilation.
Mike Pall
2016-05-23
1
-0
/
+6
*
|
LJ_FR2: Add support for trace recording and snapshots.
Mike Pall
2016-05-23
1
-82
/
+149
*
|
Embed 64 bit constants directly in the IR, using two slots.
Mike Pall
2016-05-23
1
-1
/
+4
*
|
Always walk IR constants in ascending order.
Mike Pall
2016-05-22
1
-1
/
+1
*
|
LJ_GC64: Introduce IRT_PGC.
Mike Pall
2016-05-20
1
-28
/
+28
*
|
Merge branch 'master' into v2.1
Mike Pall
2016-05-20
1
-2
/
+8
|
\
|
|
*
Add guard for obscure aliasing between open upvalues and SSA slots.
Mike Pall
2016-05-20
1
-2
/
+8
*
|
Constrain value range of lj_ir_kptr() to unsigned 32 bit pointers.
Mike Pall
2016-04-24
1
-6
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2016-04-21
1
-2
/
+2
|
\
|
|
*
Fix handling of non-numeric strings in arithmetic coercions.
Mike Pall
2016-04-21
1
-2
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2016-04-03
1
-1
/
+4
|
\
|
|
*
Fix recording of select(n, ...) with off-trace varargs
Mike Pall
2016-04-03
1
-1
/
+4
*
|
Merge branch 'master' into v2.1
Mike Pall
2016-03-03
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2016.
Mike Pall
2016-03-03
1
-1
/
+1
*
|
Rollback due to HREFK + load fwd must restore guardemit state.
Mike Pall
2016-01-18
1
-4
/
+12
*
|
Disable table allocation bump optimization (for now).
Mike Pall
2015-06-13
1
-0
/
+14
[next]