| Commit message (Expand) | Author | Age | Files | Lines |
* | Add allocation sinking and store sinking optimization. | Mike Pall | 2012-07-02 | 1 | -0/+1 |
* | Avoid recursive GC steps after GC-triggered trace exit. | Mike Pall | 2012-03-20 | 1 | -3/+5 |
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
* | Generalize handling of stack checks indicated by highest exit + 1. | Mike Pall | 2011-10-24 | 1 | -9/+12 |
* | Don't save/restore tmptv with copyTV. | Mike Pall | 2011-10-24 | 1 | -6/+5 |
* | Save tmptv state for trace recorder across RECORD vmevent. | Mike Pall | 2011-10-14 | 1 | -1/+8 |
* | Remove temporary mcode limit error from application stack. | Mike Pall | 2011-08-09 | 1 | -0/+1 |
* | Prefer recording loops over calls. | Mike Pall | 2011-06-29 | 1 | -2/+3 |
* | Reorganize trace linking and track link types. | Mike Pall | 2011-06-28 | 1 | -0/+2 |
* | Clean up temporary bytecode patching. | Mike Pall | 2011-06-28 | 1 | -3/+8 |
* | Cleanup prototype flags. | Mike Pall | 2011-06-09 | 1 | -5/+5 |
* | Flatten and compress in-memory debug info (saves ~70%). | Mike Pall | 2011-06-09 | 1 | -1/+1 |
* | Move debugging/introspection functionality to lj_debug.c. | Mike Pall | 2011-06-07 | 1 | -4/+3 |
* | Minor change to bytecode penalty code for consistency. | Mike Pall | 2011-06-07 | 1 | -1/+1 |
* | Treat extra exit from stack check like a parent exit. | Mike Pall | 2011-05-26 | 1 | -1/+9 |
* | Cleanup of target dependencies. | Mike Pall | 2011-05-16 | 1 | -18/+44 |
* | Fix some portability issues with the JIT compiler. | Mike Pall | 2011-05-09 | 1 | -1/+3 |
* | FFI: Save errno/GetLastError() around allocations, hooks etc. | Mike Pall | 2011-05-08 | 1 | -0/+4 |
* | DUALNUM: Handle integer type in JIT compiler. | Mike Pall | 2011-03-10 | 1 | -4/+8 |
* | Add SPLIT pass to split 64 bit IR instructions for 32 bit CPUs. | Mike Pall | 2011-02-02 | 1 | -0/+2 |
* | One more fix for the trace flush logic. Sigh. | Mike Pall | 2011-01-26 | 1 | -1/+1 |
* | Clear bytecode penalty cache in jit.flush(). | Mike Pall | 2011-01-23 | 1 | -0/+2 |
* | Another fix for the trace flush logic. I'll get this right someday. | Mike Pall | 2011-01-22 | 1 | -6/+9 |
* | Fix for the fix for the trace flush logic. | Mike Pall | 2011-01-18 | 1 | -5/+5 |
* | Cleanup and fix trace flush logic. | Mike Pall | 2011-01-18 | 1 | -25/+25 |
* | Add trace recorder infrastructure for instruction post-processing. | Mike Pall | 2011-01-17 | 1 | -0/+3 |
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
* | Fix error location while recording metamethods. | Mike Pall | 2010-12-15 | 1 | -1/+1 |
* | Add IR_KINT64. | Mike Pall | 2010-12-05 | 1 | -1/+1 |
* | Record y = select(x, ...) idiom. | Mike Pall | 2010-09-13 | 1 | -0/+1 |
* | Create symbol table of JIT-compiled code for use with Linux perf tools. | Mike Pall | 2010-05-01 | 1 | -0/+41 |
* | Simplify management of current trace. Drop lazy save. | Mike Pall | 2010-04-25 | 1 | -54/+57 |
* | Turn traces into true GC objects (GCtrace). | Mike Pall | 2010-04-25 | 1 | -100/+67 |
* | Replace on-trace GC frame syncing with interpreter exit. | Mike Pall | 2010-04-19 | 1 | -2/+6 |
* | Fix setup of RD when dispatching to function headers after exit. | Mike Pall | 2010-04-09 | 1 | -0/+2 |
* | Pass MULTRES or negated error code in RD to lj_vm_exit_interp. | Mike Pall | 2010-03-23 | 1 | -14/+10 |
* | Restore MULTRES for snapshots pointing to CALLM etc. bytecodes. | Mike Pall | 2010-03-13 | 1 | -2/+18 |
* | Implement down-recursion. | Mike Pall | 2010-03-01 | 1 | -5/+57 |
* | Make penalty PRNG available for general use by compiler. | Mike Pall | 2010-02-26 | 1 | -9/+1 |
* | Move SIMD constants to jit_State to keep them in the low 4GB. | Mike Pall | 2010-02-24 | 1 | -0/+14 |
* | Fix exit state for 64 bit mode. | Mike Pall | 2010-02-24 | 1 | -1/+1 |
* | Randomize penalties for aborts and add blacklisting. | Mike Pall | 2010-02-23 | 1 | -9/+33 |
* | Rethrow errors from trace exit handling from the right C frame. | Mike Pall | 2010-02-19 | 1 | -6/+28 |
* | Adapt bytecode patching/unpatching for hot calls. | Mike Pall | 2010-02-18 | 1 | -9/+6 |
* | Update trace recorder infrastructure for hot calls. | Mike Pall | 2010-02-18 | 1 | -5/+5 |
* | Improve error reporting for traces aborted in non-Lua functions. | Mike Pall | 2010-02-15 | 1 | -2/+13 |
* | Change record vmevent parameters. Dump function id on FUNC*. | Mike Pall | 2010-02-15 | 1 | -12/+6 |
* | Add generic function handling for debug modules. | Mike Pall | 2010-02-15 | 1 | -12/+13 |
* | Minor cleanup of trace event handling. | Mike Pall | 2010-02-15 | 1 | -28/+27 |
* | Major redesign of function call handling. | Mike Pall | 2010-02-13 | 1 | -5/+3 |