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
*
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
*
|
Fix table allocation bump optimization (sigh).
Mike Pall
2015-06-10
1
-1
/
+9
*
|
Fix table allocation bump optimization (again).
Mike Pall
2015-06-09
1
-1
/
+2
*
|
Fix table allocation bump optimization.
Mike Pall
2015-05-21
1
-1
/
+3
*
|
Fix for last commit.
Mike Pall
2015-05-19
1
-0
/
+1
*
|
Bump table allocations retroactively if they grow later on.
Mike Pall
2015-05-19
1
-2
/
+74
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-01-17
1
-0
/
+2
|
\
|
|
*
Don't compile IR_RETF after CALLT to ff with-side effects.
Mike Pall
2015-01-17
1
-0
/
+2
*
|
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
-9
/
+16
*
|
Cleanup of TValue setters. No functional changes.
Mike Pall
2014-12-20
1
-1
/
+1
*
|
Avoid dependency on frame layout for LJ_POST_FIXCOMP.
Mike Pall
2014-12-15
1
-1
/
+1
*
|
Cleanup of frame handling. No functional changes.
Mike Pall
2014-12-15
1
-1
/
+2
*
|
Eliminate hmask guard for forwarded HREFK.
Mike Pall
2014-09-17
1
-4
/
+11
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-07-01
1
-1
/
+1
|
\
|
|
*
Fix ABC elimination.
Mike Pall
2014-07-01
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-04-01
1
-1
/
+1
|
\
|
|
*
Correct fix for reuse of SCEV results in FORL.
Mike Pall
2014-04-01
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-03-27
1
-1
/
+3
|
\
|
|
*
Fix check for reuse of SCEV results in FORL.
Mike Pall
2014-03-27
1
-1
/
+3
*
|
Specialize to ffid for non-monomorphic builtins.
Mike Pall
2014-03-04
1
-1
/
+4
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-02-28
1
-4
/
+2
|
\
|
|
*
Fix recording of BC_VARG.
Mike Pall
2014-02-28
1
-4
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-02-20
1
-1
/
+1
|
\
|
|
*
Don't purge modified function from stack slots in BC_RET.
Mike Pall
2014-02-20
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-01-20
1
-1
/
+1
|
\
|
|
*
Fix initial maxslot for down-recursive traces.
Mike Pall
2014-01-20
1
-1
/
+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
*
|
Add trace stitching.
Mike Pall
2013-12-25
1
-18
/
+39
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-12-09
1
-0
/
+1
|
\
|
|
*
Fix call unroll checks in the presence of metamethod frames.
Mike Pall
2013-12-09
1
-0
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-11-22
1
-0
/
+2
|
\
|
|
*
Respect jit.off(func) when returning to a function, too.
Mike Pall
2013-11-22
1
-0
/
+2
*
|
Compile BC_TSETM, e.g. {1,2,3,f()}.
Mike Pall
2013-10-09
1
-1
/
+20
*
|
Low-overhead profiler, part 4: JIT compiler support.
Mike Pall
2013-09-08
1
-0
/
+60
*
|
Big renaming of string buffer/formatting/conversion functions.
Mike Pall
2013-05-13
1
-1
/
+0
*
|
Compile __concat metamethod.
Mike Pall
2013-04-28
1
-14
/
+48
*
|
Change semantics of buffer ops to simplify CSE and DCE.
Mike Pall
2013-04-26
1
-1
/
+1
*
|
Use explicit conversion type for IR_TOSTR. Add char conversion.
Mike Pall
2013-04-23
1
-1
/
+2
*
|
Always emit TOSTR for non-string CAT operands. Fuse in backend.
Mike Pall
2013-04-23
1
-3
/
+6
*
|
Compile string concatenations (BC_CAT).
Mike Pall
2013-04-21
1
-1
/
+34
*
|
Add special bytecodes for builtins.
Mike Pall
2013-02-23
1
-0
/
+16
|
/
*
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
[next]