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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into v2.1
Mike Pall
2014-02-27
1
-0
/
+1
|
\
|
*
Fix for -jdump docs.
Mike Pall
2014-02-27
1
-0
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-02-26
5
-7
/
+119
|
\
|
|
*
Add PS4 port.
Mike Pall
2014-02-26
5
-7
/
+119
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-02-20
7
-12
/
+18
|
\
|
|
*
Don't purge modified function from stack slots in BC_RET.
Mike Pall
2014-02-20
1
-1
/
+1
|
*
FFI: Disallow nested VLS.
Mike Pall
2014-02-19
1
-1
/
+1
|
*
Prevent BASE register coalescing if parent uses IR_RETF.
Mike Pall
2014-02-19
4
-8
/
+14
|
*
Fix quoting in xedkbuild.bat (again).
Mike Pall
2014-02-12
1
-2
/
+2
*
|
Fix Xbox 360 build.
Mike Pall
2014-02-20
1
-0
/
+5
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-02-06
1
-1
/
+1
|
\
|
|
*
Fix exception unwind struct declaration.
Mike Pall
2014-02-05
1
-1
/
+1
*
|
Use own buffer for LOOP substitution table.
Mike Pall
2014-02-01
1
-6
/
+20
*
|
Don't start a trace on side exit to non-Lua function.
Mike Pall
2014-01-31
1
-0
/
+1
*
|
Don't start stitched trace with CALLMT, too.
Mike Pall
2014-01-20
1
-1
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-01-20
4
-4
/
+6
|
\
|
|
*
Fix OSX build issue.
Mike Pall
2014-01-20
1
-1
/
+3
|
*
Fix initial maxslot for down-recursive traces.
Mike Pall
2014-01-20
1
-1
/
+1
|
*
Fix compiler warnings.
Mike Pall
2014-01-20
2
-2
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-01-19
2
-3
/
+3
|
\
|
|
*
Fix OSX build issue.
Mike Pall
2014-01-19
1
-2
/
+2
|
*
FFI: Fix cts->L for cdata unsinking in snapshot restore.
Mike Pall
2014-01-19
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-01-16
153
-154
/
+154
|
\
|
|
*
Bump copyright date to 2014.
Mike Pall
2014-01-16
146
-147
/
+147
*
|
Fix KBASE for Lua functions below stitched fast functions.
Mike Pall
2014-01-16
4
-10
/
+79
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-01-05
1
-1
/
+2
|
\
|
|
*
Fix ABC elimination.
Mike Pall
2014-01-05
1
-1
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-12-29
2
-0
/
+2
|
\
|
|
*
Fix MinGW build.
Mike Pall
2013-12-29
2
-0
/
+2
*
|
Fix final snapshot for trace stitching.
Mike Pall
2013-12-28
1
-1
/
+2
*
|
x86: Fix stack slot counting for IR_CALLA (affects table.new).
Mike Pall
2013-12-26
1
-1
/
+1
*
|
Show trailing NYI item for stitched trace with -jv.
Mike Pall
2013-12-25
2
-0
/
+4
*
|
Add trace stitching.
Mike Pall
2013-12-25
17
-69
/
+422
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-12-25
1
-1
/
+1
|
\
|
|
*
MIPS: Cosmetic fix for interpreter.
Mike Pall
2013-12-25
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-12-22
1
-11
/
+10
|
\
|
|
*
Fix compilation of string.byte(s, nil, n).
Mike Pall
2013-12-22
1
-11
/
+10
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-12-21
4
-7
/
+4
|
\
|
|
*
Fix MinGW build.
Mike Pall
2013-12-21
4
-7
/
+4
*
|
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-12-02
4
-6
/
+6
|
\
|
|
*
x64: Fix store to upvalue for lightuserdata values.
Mike Pall
2013-12-02
4
-6
/
+6
*
|
Add table.clear().
Mike Pall
2013-11-25
7
-2
/
+46
*
|
Abstract out post-registration handling of pre-registered modules.
Mike Pall
2013-11-25
3
-18
/
+25
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-11-22
2
-1
/
+3
|
\
|
|
*
Respect jit.off(func) when returning to a function, too.
Mike Pall
2013-11-22
2
-1
/
+3
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-11-22
2
-2
/
+3
|
\
|
|
*
Follow-up fix for GC step threshold fix.
Mike Pall
2013-11-22
2
-2
/
+3
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-11-21
1
-5
/
+5
|
\
|
[next]