| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
* | Fix check for reuse of SCEV results in FORL. | Mike Pall | 2014-03-27 | 1 | -0/+1 |
* | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
* | FFI: Compile ffi.sizeof(), ffi.alignof() and ffi.offsetof(). | Mike Pall | 2012-10-10 | 1 | -0/+1 |
* | Use an explicit flag to signal SINK tags for a trace. | Mike Pall | 2012-07-11 | 1 | -1/+2 |
* | Clean up ARM capability flags. Only set highest arch version. | Mike Pall | 2012-07-08 | 1 | -4/+10 |
* | Add allocation sinking and store sinking optimization. | Mike Pall | 2012-07-02 | 1 | -4/+5 |
* | CONSOLE: Fix PS3 build. | Mike Pall | 2012-06-10 | 1 | -7/+4 |
* | CONSOLE: Handle unimplemented features for console toolchains. | Mike Pall | 2012-06-09 | 1 | -0/+10 |
* | MIPS: Add MIPS32R2 compile-time/runtime CPU detection. | Mike Pall | 2012-03-30 | 1 | -0/+6 |
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
* | FFI: Record C function calls with bool return values. | Mike Pall | 2011-11-25 | 1 | -0/+1 |
* | Keep maximum frame extent in snap->topslot. | Mike Pall | 2011-11-20 | 1 | -1/+1 |
* | Get rid of snap->depth. | Mike Pall | 2011-11-20 | 1 | -1/+9 |
* | Use different workaround for alignment of jit_State. | Mike Pall | 2011-07-23 | 1 | -1/+5 |
* | Prefer recording loops over calls. | Mike Pall | 2011-06-29 | 1 | -1/+1 |
* | Reorganize trace linking and track link types. | Mike Pall | 2011-06-28 | 1 | -2/+12 |
* | ARM: Add CPU detection. | Mike Pall | 2011-05-26 | 1 | -0/+8 |
* | Split up FP IR instructions with SPLIT pass for soft-float targets. | Mike Pall | 2011-05-22 | 1 | -2/+2 |
* | Cleanup of target dependencies. | Mike Pall | 2011-05-16 | 1 | -19/+0 |
* | ARM: Add LJ_SOFTFP define. Add support for soft-float slot handling. | Mike Pall | 2011-05-16 | 1 | -0/+1 |
* | Fix some portability issues with the JIT compiler. | Mike Pall | 2011-05-09 | 1 | -13/+20 |
* | Tune loop unrolling heuristics. Increase trace recorder limits. | Mike Pall | 2011-05-03 | 1 | -3/+3 |
* | Suppress recording of retried fast functions. | Mike Pall | 2011-03-07 | 1 | -1/+2 |
* | FFI: Record ffi.abi(). | Mike Pall | 2011-02-08 | 1 | -1/+2 |
* | FFI: Optimize snapshots for cdata comparisons. | Mike Pall | 2011-02-05 | 1 | -0/+1 |
* | Add SPLIT pass to split 64 bit IR instructions for 32 bit CPUs. | Mike Pall | 2011-02-02 | 1 | -0/+12 |
* | Add SSE3 CPU feature detection. | Mike Pall | 2011-02-01 | 1 | -8/+9 |
* | Cleanup and fix trace flush logic. | Mike Pall | 2011-01-18 | 1 | -1/+2 |
* | Add trace recorder infrastructure for instruction post-processing. | Mike Pall | 2011-01-17 | 1 | -1/+9 |
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
* | Refactoring of conversion ops, part 4: use CONV instead of TOINT/TONUM. | Mike Pall | 2010-12-31 | 1 | -1/+1 |
* | Add IR_KINT64. | Mike Pall | 2010-12-05 | 1 | -1/+1 |
* | Cleanup architecture, ABI and OS definitions. | Mike Pall | 2010-11-16 | 1 | -1/+1 |
* | Decouple SLOAD type and optional conversion. | Mike Pall | 2010-10-11 | 1 | -1/+1 |
* | Record y = select(x, ...) idiom. | Mike Pall | 2010-09-13 | 1 | -1/+1 |
* | Simplify management of current trace. Drop lazy save. | Mike Pall | 2010-04-25 | 1 | -1/+0 |
* | Turn traces into true GC objects (GCtrace). | Mike Pall | 2010-04-25 | 1 | -14/+22 |
* | Don't copy SNAP_NORESTORE mark into loops and suppress restore in exit. | Mike Pall | 2010-04-08 | 1 | -1/+1 |
* | Reorder various structs to reduce padding (thanks to /usr/bin/pahole). | Mike Pall | 2010-03-15 | 1 | -3/+3 |
* | Add array bounds check elimination (-Oabc, on by default). | Mike Pall | 2010-03-15 | 1 | -4/+6 |
* | Reorganize scalar evolution analysis. | Mike Pall | 2010-03-15 | 1 | -0/+12 |
* | Implement down-recursion. | Mike Pall | 2010-03-01 | 1 | -0/+3 |
* | Correctly align and free allocated machine code areas. | Mike Pall | 2010-02-27 | 1 | -1/+1 |
* | Make penalty PRNG available for general use by compiler. | Mike Pall | 2010-02-26 | 1 | -1/+9 |
* | Move SIMD constants to jit_State to keep them in the low 4GB. | Mike Pall | 2010-02-24 | 1 | -8/+20 |
* | Randomize penalties for aborts and add blacklisting. | Mike Pall | 2010-02-23 | 1 | -5/+8 |
* | Don't eliminate SLOAD restores across RETF. | Mike Pall | 2010-02-23 | 1 | -0/+1 |
* | Back out history buffer for tailcall counts. | Mike Pall | 2010-02-22 | 1 | -1/+1 |