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
*
Move lib/* to src/jit/*.
Mike Pall
2012-06-08
13
-2
/
+3996
*
Correctly preserve snapshot #0 PC for root traces (insert NOP).
Mike Pall
2012-06-08
1
-2
/
+7
*
Rearrange OSX vs. iOS defines. Disable callbacks on iOS.
Mike Pall
2012-06-08
7
-76
/
+94
*
Print version and JIT status to stdout, not stderr.
Mike Pall
2012-06-06
1
-6
/
+7
*
Split-off large-file support flags to TARGET_LFSFLAGS.
Mike Pall
2012-06-05
1
-1
/
+2
*
FFI: Use CNEWI/FLOAD to box/access ffi.new("int", x) (for varargs).
Mike Pall
2012-06-04
3
-19
/
+23
*
FFI: Convert io.* file handle to FILE * pointer (but as a void *).
Mike Pall
2012-05-29
2
-2
/
+12
*
Fix argument checks for coroutine.create().
Mike Pall
2012-05-28
1
-1
/
+2
*
PPC/e500: Fix tailcall from fast function (esp. tostring).
Mike Pall
2012-05-23
2
-171
/
+173
*
FFI: Equality comparisons never raise an error.
Mike Pall
2012-05-23
2
-6
/
+14
*
Preserve snapshot #0 PC for root traces.
Mike Pall
2012-05-14
1
-0
/
+5
*
FFI: Don't call FreeLibrary() on our own EXE/DLL.
Mike Pall
2012-05-14
1
-1
/
+1
*
ARM/PPC/MIPS: Fix tailcall from fast function (esp. tostring).
Mike Pall
2012-05-10
6
-1029
/
+1041
*
ARM: Fix modulo operator and math.floor/ceil for inf/nan.
Mike Pall
2012-05-10
1
-0
/
+2
*
ARM: Fix tonumber() argument check.
Mike Pall
2012-05-10
2
-2
/
+5
*
RELEASE LuaJIT-2.0.0-beta10
v2.0.0-beta10
Mike Pall
2012-05-09
2
-4
/
+4
*
Remove stray comment.
Mike Pall
2012-05-09
1
-1
/
+1
*
FFI: Fix recording of test for bool result of call.
Mike Pall
2012-05-09
1
-7
/
+10
*
FFI: Don't record test for bool result of call, if ignored.
Mike Pall
2012-05-08
1
-1
/
+3
*
FFI: Allow 'typedef _Bool int BOOL;' to make Windows users happy.
Mike Pall
2012-05-08
3
-9
/
+16
*
Fix PHI stack slot syncing.
Mike Pall
2012-05-07
8
-5
/
+97
*
FFI: Use correct PC in FFI metamethod error message.
Mike Pall
2012-05-05
1
-0
/
+1
*
Disable loading bytecode with an extra header (BOM or #!).
Mike Pall
2012-05-03
2
-1
/
+18
*
ARM: Fix compilation of math.sinh/cosh/tanh.
Mike Pall
2012-04-30
2
-4
/
+4
*
ARM: Fix rejoin of pow in SPLIT pass.
Mike Pall
2012-04-30
1
-1
/
+1
*
ARM: Handle all CALL* ops with double results in SPLIT pass.
Mike Pall
2012-04-29
1
-0
/
+2
*
Add more comparison variants to Valgrind suppressions file.
Mike Pall
2012-04-26
2
-1
/
+12
*
ARM/FFI: Invoke SPLIT pass for double args in FFI call.
Mike Pall
2012-04-26
1
-0
/
+2
*
ARM: Fix conditional branch fixup for OBAR.
Mike Pall
2012-04-26
1
-2
/
+2
*
ARM: Fix register allocation for ldrd-optimized HREFK.
Mike Pall
2012-04-26
1
-1
/
+2
*
ARM: Reorder type/value tests to silence Valgrind.
Mike Pall
2012-04-26
3
-17
/
+16
*
Add required PHIs for implicit conversions (via XREF fwd).
Mike Pall
2012-04-19
1
-21
/
+29
*
FFI: Fix result type of pointer difference.
Mike Pall
2012-04-17
1
-1
/
+1
*
Fix dependencies.
Mike Pall
2012-04-17
1
-1
/
+2
*
FFI: Fix blacklisting of C functions calling callbacks.
Mike Pall
2012-04-12
1
-0
/
+3
*
Make lua_concat() work from C hook with partial frame.
Mike Pall
2012-04-12
2
-2
/
+7
*
Fix DSE of USTORE. Have to remove OBAR, too.
Mike Pall
2012-04-11
1
-0
/
+13
*
Fix bytecode JMP slot range after const + and/or optimization.
Mike Pall
2012-04-11
1
-12
/
+15
*
Limit number of userdata __gc separations at state close.
Mike Pall
2012-04-11
1
-1
/
+3
*
Ensure running __gc of userdata created in __gc at state close.
Mike Pall
2012-04-11
1
-2
/
+7
*
Fix discharge order of comparisons in Lua parser.
Mike Pall
2012-04-09
1
-2
/
+3
*
MIPS: Add support for GDB JIT API.
Mike Pall
2012-04-01
1
-4
/
+14
*
FFI: Fix symbol resolving error messages on Windows.
Mike Pall
2012-03-31
1
-6
/
+11
*
FFI: Fix resolving of function name redirects on Windows/x86.
Mike Pall
2012-03-31
1
-3
/
+4
*
MIPS: Integrate and enable JIT compiler.
Mike Pall
2012-03-30
8
-21
/
+2293
*
MIPS: Add MIPS32R2 compile-time/runtime CPU detection.
Mike Pall
2012-03-30
2
-1
/
+21
*
MIPS: Interpreter/JIT integration
Mike Pall
2012-03-30
2
-219
/
+577
*
PPC: Use builtin D-Cache/I-Cache sync code.
Mike Pall
2012-03-29
4
-420
/
+458
*
PPC: Fix HREFK code generation for huge tables.
Mike Pall
2012-03-29
1
-3
/
+3
*
PPC: Fix fusion of floating-point XLOAD/XSTORE.
Mike Pall
2012-03-29
1
-3
/
+4
[next]