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
/
etc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-05-23
FFI: Equality comparisons never raise an error.
Mike Pall
3
-6
/
+19
2012-05-14
Preserve snapshot #0 PC for root traces.
Mike Pall
1
-0
/
+5
2012-05-14
FFI: Don't call FreeLibrary() on our own EXE/DLL.
Mike Pall
1
-1
/
+1
2012-05-10
ARM/PPC/MIPS: Fix tailcall from fast function (esp. tostring).
Mike Pall
6
-1029
/
+1041
2012-05-10
ARM: Fix modulo operator and math.floor/ceil for inf/nan.
Mike Pall
1
-0
/
+2
2012-05-10
ARM: Fix tonumber() argument check.
Mike Pall
2
-2
/
+5
2012-05-09
RELEASE LuaJIT-2.0.0-beta10
v2.0.0-beta10
Mike Pall
9
-20
/
+20
2012-05-09
Remove stray comment.
Mike Pall
1
-1
/
+1
2012-05-09
Update changelog.
Mike Pall
1
-0
/
+72
2012-05-09
Fix typo.
Mike Pall
1
-1
/
+1
2012-05-09
FFI: Fix recording of test for bool result of call.
Mike Pall
1
-7
/
+10
2012-05-08
FFI: Don't record test for bool result of call, if ignored.
Mike Pall
1
-1
/
+3
2012-05-08
FFI: Allow 'typedef _Bool int BOOL;' to make Windows users happy.
Mike Pall
3
-9
/
+16
2012-05-07
Fix PHI stack slot syncing.
Mike Pall
8
-5
/
+97
2012-05-05
FFI: Use correct PC in FFI metamethod error message.
Mike Pall
1
-0
/
+1
2012-05-04
Add links to LuaJIT mailing list.
Mike Pall
14
-12
/
+37
2012-05-03
Disable loading bytecode with an extra header (BOM or #!).
Mike Pall
2
-1
/
+18
2012-04-30
ARM: Fix compilation of math.sinh/cosh/tanh.
Mike Pall
2
-4
/
+4
2012-04-30
ARM: Fix rejoin of pow in SPLIT pass.
Mike Pall
1
-1
/
+1
2012-04-29
ARM: Handle all CALL* ops with double results in SPLIT pass.
Mike Pall
1
-0
/
+2
2012-04-26
Add more comparison variants to Valgrind suppressions file.
Mike Pall
2
-1
/
+12
2012-04-26
ARM/FFI: Invoke SPLIT pass for double args in FFI call.
Mike Pall
1
-0
/
+2
2012-04-26
ARM: Fix conditional branch fixup for OBAR.
Mike Pall
1
-2
/
+2
2012-04-26
ARM: Fix register allocation for ldrd-optimized HREFK.
Mike Pall
1
-1
/
+2
2012-04-26
ARM: Reorder type/value tests to silence Valgrind.
Mike Pall
3
-17
/
+16
2012-04-19
FFI: Clarify docs wrt. 'local ffi = ...' and the interactive prompt.
Mike Pall
1
-0
/
+5
2012-04-19
Update changelog.
Mike Pall
1
-1
/
+7
2012-04-19
Add required PHIs for implicit conversions (via XREF fwd).
Mike Pall
1
-21
/
+29
2012-04-17
FFI: Fix result type of pointer difference.
Mike Pall
1
-1
/
+1
2012-04-17
Fix dependencies.
Mike Pall
1
-1
/
+2
2012-04-12
FFI: Fix blacklisting of C functions calling callbacks.
Mike Pall
1
-0
/
+3
2012-04-12
Make lua_concat() work from C hook with partial frame.
Mike Pall
2
-2
/
+7
2012-04-11
Fix DSE of USTORE. Have to remove OBAR, too.
Mike Pall
1
-0
/
+13
2012-04-11
Fix bytecode JMP slot range after const + and/or optimization.
Mike Pall
1
-12
/
+15
2012-04-11
Limit number of userdata __gc separations at state close.
Mike Pall
1
-1
/
+3
2012-04-11
Ensure running __gc of userdata created in __gc at state close.
Mike Pall
1
-2
/
+7
2012-04-09
Fix discharge order of comparisons in Lua parser.
Mike Pall
1
-2
/
+3
2012-04-02
MIPS: Update docs.
Mike Pall
1
-1
/
+1
2012-04-01
MIPS: Add support for GDB JIT API.
Mike Pall
1
-4
/
+14
2012-03-31
FFI: Fix symbol resolving error messages on Windows.
Mike Pall
1
-6
/
+11
2012-03-31
FFI: Fix resolving of function name redirects on Windows/x86.
Mike Pall
1
-3
/
+4
2012-03-30
MIPS: Integrate and enable JIT compiler.
Mike Pall
10
-25
/
+2308
2012-03-30
MIPS: Add MIPS32R2 compile-time/runtime CPU detection.
Mike Pall
2
-1
/
+21
2012-03-30
MIPS: Interpreter/JIT integration
Mike Pall
2
-219
/
+577
2012-03-29
PPC: Use builtin D-Cache/I-Cache sync code.
Mike Pall
4
-420
/
+458
2012-03-29
PPC: Fix HREFK code generation for huge tables.
Mike Pall
1
-3
/
+3
2012-03-29
PPC: Fix fusion of floating-point XLOAD/XSTORE.
Mike Pall
1
-3
/
+4
2012-03-28
Fix OSX build issues. Bump minimum required OSX version to 10.4
Mike Pall
2
-8
/
+11
2012-03-25
Replace unwind.h definitions with our own.
Mike Pall
1
-19
/
+63
2012-03-21
FFI: Change ffi.load() library name resolution for Cygwin.
Mike Pall
1
-3
/
+20
[next]