| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add region selection for up-recursion and tail-recursion. | Mike Pall | 2010-02-22 | 1 | -1/+1 |
* | Eliminate redundant stack checks. Add checks for growing root traces. | Mike Pall | 2010-02-21 | 1 | -1/+5 |
* | Use a limited history buffer for tailcall counts while recording. | Mike Pall | 2010-02-18 | 1 | -1/+1 |
* | Drop obsolete shadow frame link stack. | Mike Pall | 2010-02-18 | 1 | -1/+0 |
* | Add shadow frame link stack for trace recorder. | Mike Pall | 2010-02-04 | 1 | -1/+2 |
* | Clean up frame depth checks and loop detection. | Mike Pall | 2010-02-03 | 1 | -0/+1 |
* | Add frame and continuation flags to TRef and SnapEntry. | Mike Pall | 2010-01-27 | 1 | -3/+8 |
* | Compress snapshots using a simple, extensible 1D-compression. | Mike Pall | 2010-01-26 | 1 | -3/+13 |
* | Use dedicated type for snapshot map entry. | Mike Pall | 2010-01-25 | 1 | -4/+6 |
* | Bump all copyright dates to 2010. | Mike Pall | 2010-01-09 | 1 | -1/+1 |
* | RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1 | Mike Pall | 2009-12-08 | 1 | -0/+279 |