| Commit message (Expand) | Author | Files | Lines |
2014-01-20 | Don't start stitched trace with CALLMT, too. | Mike Pall | 1 | -1/+2 |
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-16 | Fix KBASE for Lua functions below stitched fast functions. | Mike Pall | 4 | -10/+79 |
2014-01-05 | Fix ABC elimination. | Mike Pall | 1 | -1/+2 |
2013-12-29 | Fix MinGW build. | Mike Pall | 2 | -0/+2 |
2013-12-28 | Fix final snapshot for trace stitching. | Mike Pall | 1 | -1/+2 |
2013-12-26 | x86: Fix stack slot counting for IR_CALLA (affects table.new). | Mike Pall | 1 | -1/+1 |
2013-12-25 | Show trailing NYI item for stitched trace with -jv. | Mike Pall | 2 | -0/+4 |
2013-12-25 | Add trace stitching. | Mike Pall | 17 | -69/+422 |
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-25 | Add table.clear(). | Mike Pall | 8 | -2/+62 |
2013-11-25 | Abstract out post-registration handling of pre-registered modules. | Mike Pall | 3 | -18/+25 |
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-16 | FFI: Compile conversions from functions to function pointers. | Mike Pall | 1 | -1/+7 |
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-10-09 | Compile BC_TSETM, e.g. {1,2,3,f()}. | Mike Pall | 1 | -1/+20 |
2013-10-09 | Compile getfenv(0). | Mike Pall | 5 | -2/+31 |
2013-10-09 | FFI: Compile lightuserdata to void * conversion. | Mike Pall | 2 | -1/+7 |
2013-10-09 | Add table.new(). | Mike Pall | 11 | -6/+55 |
2013-09-20 | Properly fix loading of embedded bytecode. | Mike Pall | 1 | -1/+2 |
2013-09-19 | Fix loading of embedded bytecode. | Mike Pall | 1 | -2/+2 |
2013-09-18 | Fix profiler/hook interaction. | Mike Pall | 3 | -0/+40 |
2013-09-18 | Fix build with profiler but without JIT compiler. | Mike Pall | 2 | -4/+4 |
2013-09-16 | Protect g->hookmask with lock when using profiler thread. | Mike Pall | 4 | -29/+49 |
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-11 | Fix profiler stack dump for string chunks. | Mike Pall | 1 | -1/+1 |
2013-09-10 | Fix -jp=a mode. | Mike Pall | 1 | -2/+4 |
2013-09-10 | Low-overhead profiler, part 7: console ports. | Mike Pall | 3 | -3/+25 |
2013-09-10 | Fix non-FFI build. | Mike Pall | 3 | -6/+7 |