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_trace.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
Ensure forward progress on trace exit to BC_ITERN.
Mike Pall
2023-08-13
1
-17
/
+20
*
|
ARM64: Add support for ARM64e pointer authentication codes (PAC).
Mike Pall
2023-08-12
1
-0
/
+3
*
|
Merge branch 'master' into v2.1
Mike Pall
2022-01-16
1
-1
/
+5
|
\
|
|
*
Save trace recorder state around VM event call.
Mike Pall
2022-01-16
1
-1
/
+5
*
|
Merge branch 'master' into v2.1
Mike Pall
2022-01-15
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2022-01-15
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2021-09-21
1
-1
/
+5
|
\
|
|
*
Fix stack allocation after on-trace stack check.
Mike Pall
2021-09-21
1
-1
/
+5
*
|
Fix ITERN blacklisting.
Mike Pall
2021-09-21
1
-4
/
+8
*
|
Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN.
Mike Pall
2021-09-19
1
-7
/
+15
*
|
Handle on-trace OOM errors from helper functions.
Mike Pall
2021-03-23
1
-3
/
+52
*
|
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-08-09
1
-2
/
+2
|
\
|
|
*
Call error function on rethrow after trace exit.
Mike Pall
2020-08-09
1
-2
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-08-09
1
-0
/
+2
|
\
|
|
*
Fix handling of errors during snapshot restore.
Mike Pall
2020-08-09
1
-0
/
+2
*
|
Use a securely seeded global PRNG for the VM.
Mike Pall
2020-06-15
1
-1
/
+2
*
|
Improve assertions.
Mike Pall
2020-06-15
1
-21
/
+27
*
|
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
*
|
LJ_GC64: Fix BC_CALLM snapshot handling.
Mike Pall
2017-03-21
1
-1
/
+1
*
|
MIPS64, part 2: Add MIPS64 hard-float JIT compiler backend.
Mike Pall
2017-02-20
1
-2
/
+9
*
|
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
*
|
Report parent of stitched trace.
Mike Pall
2016-11-13
1
-0
/
+6
*
|
Strip out old infrastructure for 64 bit constants.
Mike Pall
2016-05-23
1
-2
/
+0
*
|
Simplify GCtrace * reference embedding for trace stitching.
Mike Pall
2016-05-22
1
-4
/
+1
*
|
Make the IR immovable after assembly.
Mike Pall
2016-05-22
1
-9
/
+24
*
|
Move common 32/64 bit in-memory FP constants to jit_State.
Mike Pall
2016-05-21
1
-1
/
+23
*
|
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
*
|
Re-enable trace stitching.
Mike Pall
2015-08-29
1
-1
/
+6
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-08-20
1
-4
/
+12
|
\
|
|
*
Properly handle OOM in trace_save().
Mike Pall
2015-08-20
1
-4
/
+12
*
|
Bump table allocations retroactively if they grow later on.
Mike Pall
2015-05-19
1
-3
/
+9
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-01-06
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2015.
Mike Pall
2015-01-05
1
-1
/
+1
*
|
Add LJ_FR2 mode: Two-slot frame info.
Mike Pall
2015-01-03
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-04-22
1
-0
/
+1
|
\
|
|
*
Prevent adding side traces for stack checks.
Mike Pall
2014-04-22
1
-0
/
+1
*
|
Don't start a trace on side exit to non-Lua function.
Mike Pall
2014-01-31
1
-0
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-01-16
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2014.
Mike Pall
2014-01-16
1
-1
/
+1
*
|
Show trailing NYI item for stitched trace with -jv.
Mike Pall
2013-12-25
1
-0
/
+1
*
|
Add trace stitching.
Mike Pall
2013-12-25
1
-3
/
+27
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-11-22
1
-1
/
+1
|
\
|
|
*
Follow-up fix for GC step threshold fix.
Mike Pall
2013-11-22
1
-1
/
+1
[next]