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
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
|
*
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
|
\
|
|
*
Improve msvcbuild.bat static linking.
Mike Pall
2013-11-21
1
-5
/
+5
|
|
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-11-07
1
-4
/
+5
|
\
|
|
*
Fix type punning alias analysis for constified pointers.
Mike Pall
2013-11-07
1
-4
/
+5
|
|
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-11-05
2
-2
/
+2
|
\
|
|
*
Fix for last commit
Mike Pall
2013-11-05
2
-2
/
+2
|
|
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-11-05
2
-3
/
+5
|
\
|
|
*
Fix GC steps threshold handling when called by JIT-compiled code.
Mike Pall
2013-11-05
2
-3
/
+5
|
|
|
|
|
|
|
|
Thanks to Cheng, Long.
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-10-26
1
-16
/
+15
|
\
|
|
*
Fix handling of redundant PHIs.
Mike Pall
2013-10-26
1
-16
/
+15
|
|
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-10-24
3
-13
/
+27
|
\
|
|
*
Check for failure to mark memory as executable (restricted kernels).
Mike Pall
2013-10-24
3
-15
/
+29
|
|
*
|
FFI: Compile conversions from functions to function pointers.
Mike Pall
2013-10-16
1
-1
/
+7
|
|
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-10-15
1
-1
/
+3
|
\
|
|
*
Fix line number for relocated bytecode after closure fixup.
Mike Pall
2013-10-15
1
-1
/
+3
|
|
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-10-14
4
-1
/
+18
|
\
|
|
*
FFI: Rehash finalizer table after GC cycle, if needed.
Mike Pall
2013-10-14
4
-1
/
+18
|
|
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-10-10
1
-1
/
+1
|
\
|
|
*
Check for MAP_32BIT presence instead of checking for Linux.
Mike Pall
2013-10-10
1
-1
/
+1
|
|
*
|
Compile BC_TSETM, e.g. {1,2,3,f()}.
Mike Pall
2013-10-09
1
-1
/
+20
|
|
*
|
Compile getfenv(0).
Mike Pall
2013-10-09
5
-2
/
+31
|
|
*
|
FFI: Compile lightuserdata to void * conversion.
Mike Pall
2013-10-09
2
-1
/
+7
|
|
*
|
Add table.new().
Mike Pall
2013-10-09
10
-6
/
+46
|
|
*
|
Properly fix loading of embedded bytecode.
Mike Pall
2013-09-20
1
-1
/
+2
|
|
[prev]
[next]