Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PPC: Fix HREFK code generation for huge tables. | Mike Pall | 2012-03-29 | 1 | -3/+3 |
* | PPC: Fix fusion of floating-point XLOAD/XSTORE. | Mike Pall | 2012-03-29 | 1 | -3/+4 |
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
* | PPC: Avoid undefined operand dereference in BAND/shift fusion. | Mike Pall | 2011-12-13 | 1 | -1/+1 |
* | Move helper for syncing data/instruction cache to lj_mcode.c. | Mike Pall | 2011-12-12 | 1 | -2/+2 |
* | Get rid of snap->depth. | Mike Pall | 2011-11-20 | 1 | -1/+1 |
* | FFI: Compile calls to stdcall, fastcall and vararg functions. | Mike Pall | 2011-10-27 | 1 | -3/+9 |
* | PPC: Fuse BAND with shift to rlwinm. | Mike Pall | 2011-10-25 | 1 | -8/+42 |
* | PPC: Fuse BSWAP with XLOAD/XSTORE to lwbrx/stwbrx. | Mike Pall | 2011-10-25 | 1 | -14/+43 |
* | PPC: Integrate and enable JIT compiler. | Mike Pall | 2011-10-24 | 1 | -0/+2074 |