| Commit message (Expand) | Author | Files | Lines |
2014-02-05 | Fix exception unwind struct declaration. | Mike Pall | 1 | -1/+1 |
2014-01-20 | Fix OSX build issue. | Mike Pall | 1 | -1/+3 |
2014-01-20 | Fix initial maxslot for down-recursive traces. | Mike Pall | 1 | -1/+1 |
2014-01-20 | Fix compiler warnings. | Mike Pall | 2 | -2/+2 |
2014-01-19 | Fix OSX build issue. | Mike Pall | 1 | -2/+2 |
2014-01-19 | FFI: Fix cts->L for cdata unsinking in snapshot restore. | Mike Pall | 1 | -1/+1 |
2014-01-16 | Bump copyright date to 2014. | Mike Pall | 177 | -195/+195 |
2014-01-05 | Fix ABC elimination. | Mike Pall | 1 | -1/+2 |
2013-12-29 | Fix MinGW build. | Mike Pall | 2 | -0/+2 |
2013-12-25 | MIPS: Cosmetic fix for interpreter. | Mike Pall | 1 | -1/+1 |
2013-12-22 | Fix compilation of string.byte(s, nil, n). | Mike Pall | 1 | -11/+10 |
2013-12-21 | Fix MinGW build. | Mike Pall | 4 | -7/+4 |
2013-12-09 | Fix call unroll checks in the presence of metamethod frames. | Mike Pall | 1 | -0/+1 |
2013-12-02 | x64: Fix store to upvalue for lightuserdata values. | Mike Pall | 4 | -6/+6 |
2013-11-22 | Respect jit.off(func) when returning to a function, too. | Mike Pall | 2 | -1/+3 |
2013-11-22 | Follow-up fix for GC step threshold fix. | Mike Pall | 2 | -2/+3 |
2013-11-21 | Improve msvcbuild.bat static linking. | Mike Pall | 1 | -5/+5 |
2013-11-16 | FFI: Clarify ffi.cdef behavior. | Mike Pall | 1 | -1/+3 |
2013-11-07 | Fix type punning alias analysis for constified pointers. | Mike Pall | 1 | -4/+5 |
2013-11-05 | Fix for last commit | Mike Pall | 2 | -2/+2 |
2013-11-05 | Fix GC steps threshold handling when called by JIT-compiled code. | Mike Pall | 2 | -3/+5 |
2013-10-26 | Fix handling of redundant PHIs. | Mike Pall | 1 | -16/+15 |
2013-10-24 | Check for failure to mark memory as executable (restricted kernels). | Mike Pall | 3 | -15/+29 |
2013-10-15 | Fix line number for relocated bytecode after closure fixup. | Mike Pall | 1 | -1/+3 |
2013-10-14 | FFI: Rehash finalizer table after GC cycle, if needed. | Mike Pall | 4 | -1/+18 |
2013-10-10 | Check for MAP_32BIT presence instead of checking for Linux. | Mike Pall | 1 | -1/+1 |
2013-09-14 | Fix ABC elimination. | Mike Pall | 1 | -1/+2 |
2013-09-13 | Fix snapshot restore for exit to function header. | Mike Pall | 1 | -3/+6 |
2013-09-12 | DynASM: Emit #line <n> <file> instead of #<n> <file>. | Mike Pall | 1 | -1/+1 |
2013-09-08 | FFI/x64: Fix passing of vector arguments to calls. | Mike Pall | 1 | -2/+3 |
2013-09-08 | FFI: Fix argument checks for ffi.string(). | Mike Pall | 2 | -2/+2 |
2013-09-03 | Fix quoting in xedkbuild.bat. | Mike Pall | 1 | -4/+4 |
2013-09-03 | Recent GCC versions need more memory. | Mike Pall | 1 | -1/+1 |
2013-09-03 | Fix frame traversal for backtraces. | Mike Pall | 1 | -5/+12 |
2013-08-22 | Fix compiler warning. | Mike Pall | 1 | -1/+1 |
2013-08-17 | Fix argument checks for math.deg()/math.rad(). | Mike Pall | 1 | -6/+6 |
2013-08-11 | Fix jit.flush(func|true). | Mike Pall | 1 | -1/+1 |
2013-08-03 | Compatibility fix for old GCC versions. | Mike Pall | 1 | -10/+10 |
2013-07-31 | ARM: Fix register allocation when rematerializing FPRs. | Mike Pall | 1 | -7/+7 |
2013-07-24 | FFI: Properly unload loaded DLLs. | Mike Pall | 1 | -1/+1 |
2013-07-18 | DynASM/x64: Add VREG support to mov64. | Mike Pall | 1 | -2/+8 |
2013-07-17 | Fix compilation on NetBSD/x64. | Mike Pall | 1 | -1/+1 |
2013-07-09 | Add support for multilib distro builds. | Mike Pall | 5 | -24/+50 |
2013-06-24 | DynASM/x86: Add lock prefix. | Mike Pall | 1 | -1/+1 |
2013-06-20 | FFI: Add missing GC steps for callback argument conversions. | Mike Pall | 1 | -1/+4 |
2013-06-18 | Improve ULOAD forwarding for open upvalues. | Mike Pall | 1 | -3/+12 |
2013-06-03 | RELEASE LuaJIT-2.0.2v2.0.2 | Mike Pall | 13 | -17/+17 |
2013-06-03 | Update changelog. | Mike Pall | 1 | -0/+30 |
2013-06-03 | PPC: Add plt suffix for external calls from assembler code. | Mike Pall | 3 | -9/+15 |
2013-05-29 | FFI: Preserve intermediate string for const char * conversion. | Mike Pall | 1 | -2/+3 |