| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump copyright date. | Mike Pall | 2023-08-20 | 1 | -1/+1 |
* | Fix base register coalescing in side trace. | Mike Pall | 2023-07-12 | 1 | -4/+4 |
* | Bump copyright date. | Mike Pall | 2022-01-15 | 1 | -1/+1 |
* | Bump copyright date. | Mike Pall | 2021-01-02 | 1 | -1/+1 |
* | Prevent patching of the GC exit check branch. | Mike Pall | 2020-09-27 | 1 | -3/+10 |
* | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
* | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
* | Add guard for obscure aliasing between open upvalues and SSA slots. | Mike Pall | 2016-05-20 | 1 | -1/+0 |
* | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
* | Don't allocate unused 2nd result register in JIT compiler backend. | Mike Pall | 2016-02-10 | 1 | -1/+1 |
* | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
* | PPC: Fix red zone overflow in machine code generation. | Mike Pall | 2014-05-27 | 1 | -0/+2 |
* | Prevent BASE register coalescing if parent uses IR_RETF. | Mike Pall | 2014-02-19 | 1 | -2/+3 |
* | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
* | Handle calls with max. args in backends even after SPLIT. | Mike Pall | 2013-05-16 | 1 | -2/+2 |
* | Fix spurious red zone overflows in machine code generation. | Mike Pall | 2013-04-04 | 1 | -0/+1 |
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
* | PPC: Compile math.sqrt() to fsqrt instruction. | Mike Pall | 2012-10-15 | 1 | -1/+4 |
* | ARM, PPC, MIPS: Improve XLOAD operand fusion and register hinting. | Mike Pall | 2012-08-27 | 1 | -2/+2 |
* | Replace strtod() with builtin string to number conversion. | Mike Pall | 2012-08-25 | 1 | -1/+1 |
* | Remove unneeded snapshot preps for sunk stores. | Mike Pall | 2012-07-03 | 1 | -13/+5 |
* | Avoid pesky compiler warnings about C++ keywords (eh?). | Mike Pall | 2012-07-03 | 1 | -5/+5 |
* | Add allocation sinking and store sinking optimization. | Mike Pall | 2012-07-02 | 1 | -8/+26 |
* | Add explicit IR_GCSTEP instruction. | Mike Pall | 2012-07-02 | 1 | -1/+2 |
* | Use HIOP for XSTORE in SPLIT pass. | Mike Pall | 2012-07-02 | 1 | -9/+16 |
* | 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 |