| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/x64: Avoid use of SAHF instruction. | Mike Pall | 2014-03-27 | 1 | -1/+1 |
* | Fix compiler warnings. | Mike Pall | 2014-03-24 | 1 | -9/+9 |
* | RELEASE LuaJIT-2.0.3v2.0.3 | Mike Pall | 2014-03-12 | 13 | -16/+16 |
* | Update changelog. | Mike Pall | 2014-03-12 | 1 | -0/+36 |
* | DynASM: Emit version check after .arch directive. | Mike Pall | 2014-03-06 | 1 | -5/+4 |
* | Don't access dangling reference to reallocated IR. | Mike Pall | 2014-03-06 | 1 | -9/+11 |
* | Fix frame depth display for bytecode dump in -jdump. | Mike Pall | 2014-02-28 | 1 | -2/+0 |
* | Fix recording of BC_VARG. | Mike Pall | 2014-02-28 | 1 | -4/+2 |
* | Fix for -jdump docs. | Mike Pall | 2014-02-27 | 1 | -0/+1 |
* | Add PS4 port. | Mike Pall | 2014-02-26 | 7 | -10/+138 |
* | 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 exception unwind struct declaration. | Mike Pall | 2014-02-05 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 177 | -195/+195 |
* | Fix ABC elimination. | Mike Pall | 2014-01-05 | 1 | -1/+2 |
* | Fix MinGW build. | Mike Pall | 2013-12-29 | 2 | -0/+2 |
* | MIPS: Cosmetic fix for interpreter. | Mike Pall | 2013-12-25 | 1 | -1/+1 |
* | Fix compilation of string.byte(s, nil, n). | Mike Pall | 2013-12-22 | 1 | -11/+10 |
* | Fix MinGW build. | Mike Pall | 2013-12-21 | 4 | -7/+4 |
* | Fix call unroll checks in the presence of metamethod frames. | Mike Pall | 2013-12-09 | 1 | -0/+1 |
* | x64: Fix store to upvalue for lightuserdata values. | Mike Pall | 2013-12-02 | 4 | -6/+6 |
* | Respect jit.off(func) when returning to a function, too. | Mike Pall | 2013-11-22 | 2 | -1/+3 |
* | Follow-up fix for GC step threshold fix. | Mike Pall | 2013-11-22 | 2 | -2/+3 |
* | Improve msvcbuild.bat static linking. | Mike Pall | 2013-11-21 | 1 | -5/+5 |
* | FFI: Clarify ffi.cdef behavior. | Mike Pall | 2013-11-16 | 1 | -1/+3 |
* | Fix type punning alias analysis for constified pointers. | Mike Pall | 2013-11-07 | 1 | -4/+5 |
* | Fix for last commit | Mike Pall | 2013-11-05 | 2 | -2/+2 |
* | Fix GC steps threshold handling when called by JIT-compiled code. | Mike Pall | 2013-11-05 | 2 | -3/+5 |
* | Fix handling of redundant PHIs. | Mike Pall | 2013-10-26 | 1 | -16/+15 |
* | Check for failure to mark memory as executable (restricted kernels). | Mike Pall | 2013-10-24 | 3 | -15/+29 |
* | Fix line number for relocated bytecode after closure fixup. | Mike Pall | 2013-10-15 | 1 | -1/+3 |
* | FFI: Rehash finalizer table after GC cycle, if needed. | Mike Pall | 2013-10-14 | 4 | -1/+18 |
* | Check for MAP_32BIT presence instead of checking for Linux. | Mike Pall | 2013-10-10 | 1 | -1/+1 |
* | Fix ABC elimination. | Mike Pall | 2013-09-14 | 1 | -1/+2 |
* | Fix snapshot restore for exit to function header. | Mike Pall | 2013-09-13 | 1 | -3/+6 |
* | DynASM: Emit #line <n> <file> instead of #<n> <file>. | Mike Pall | 2013-09-12 | 1 | -1/+1 |
* | FFI/x64: Fix passing of vector arguments to calls. | Mike Pall | 2013-09-08 | 1 | -2/+3 |
* | FFI: Fix argument checks for ffi.string(). | Mike Pall | 2013-09-08 | 2 | -2/+2 |
* | Fix quoting in xedkbuild.bat. | Mike Pall | 2013-09-03 | 1 | -4/+4 |
* | Recent GCC versions need more memory. | Mike Pall | 2013-09-03 | 1 | -1/+1 |
* | Fix frame traversal for backtraces. | Mike Pall | 2013-09-03 | 1 | -5/+12 |
* | Fix compiler warning. | Mike Pall | 2013-08-22 | 1 | -1/+1 |
* | Fix argument checks for math.deg()/math.rad(). | Mike Pall | 2013-08-17 | 1 | -6/+6 |