| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevent BASE register coalescing if parent uses IR_RETF. | Mike Pall | 2014-02-19 | 1 | -2/+5 |
* | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
* | ARM: Fix register allocation when rematerializing FPRs. | Mike Pall | 2013-07-31 | 1 | -7/+7 |
* | Handle calls with max. args in backends even after SPLIT. | Mike Pall | 2013-05-16 | 1 | -2/+2 |
* | Fix compiler warning. | Mike Pall | 2013-04-22 | 1 | -3/+8 |
* | ARM: Fix cache flush/sync for exit stubs of JIT-compiled code. | Mike Pall | 2013-02-28 | 1 | -0/+1 |
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
* | ARM: Fix code generation for integer math.min/math.max. | Mike Pall | 2012-12-02 | 1 | -2/+2 |
* | ARM: Fix armhf call argument handling. | Mike Pall | 2012-12-02 | 1 | -1/+1 |
* | ARM: Drop hard-fp variants of floor/ceil/trunc. | Mike Pall | 2012-10-15 | 1 | -8/+16 |
* | ARM, MIPS: Fix workaround for argument GPRs vs. FPR remat. | Mike Pall | 2012-10-15 | 1 | -1/+1 |
* | ARM, PPC, MIPS: Improve XLOAD operand fusion and register hinting. | Mike Pall | 2012-08-27 | 1 | -1/+1 |
* | Replace strtod() with builtin string to number conversion. | Mike Pall | 2012-08-25 | 1 | -1/+1 |
* | ARM: Fix base register coalescing. | Mike Pall | 2012-08-25 | 1 | -3/+6 |
* | ARM: Fix commit ceaa60c0. | Mike Pall | 2012-08-25 | 1 | -2/+5 |
* | ARM: Don't use argument GPRs to rematerialize FPR arguments. | Mike Pall | 2012-08-19 | 1 | -4/+15 |
* | ARM: Fix calls to hard-float floor/ceil/trunc. | Mike Pall | 2012-08-19 | 1 | -1/+2 |
* | ARM: Add VFP and hard-float ABI variants to JIT compiler. | Mike Pall | 2012-08-09 | 1 | -105/+630 |
* | FFI: Box all accessed or returned enums. | Mike Pall | 2012-07-17 | 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 | -6/+6 |
* | Add allocation sinking and store sinking optimization. | Mike Pall | 2012-07-02 | 1 | -18/+31 |
* | 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 | -17/+27 |
* | ARM: Fix conditional branch fixup for OBAR. | Mike Pall | 2012-04-26 | 1 | -2/+2 |
* | ARM: Fix register allocation for ldrd-optimized HREFK. | Mike Pall | 2012-04-26 | 1 | -1/+2 |
* | ARM: Reorder type/value tests to silence Valgrind. | Mike Pall | 2012-04-26 | 1 | -5/+4 |
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
* | Move helper for syncing data/instruction cache to lj_mcode.c. | Mike Pall | 2011-12-12 | 1 | -1/+1 |
* | ARM: Fix stack check for spilled BASE in parent. | Mike Pall | 2011-12-10 | 1 | -7/+5 |
* | Get rid of snap->depth. | Mike Pall | 2011-11-20 | 1 | -1/+1 |
* | ARM: Fix code generation for type-check only softfp [AHUV]LOAD. | Mike Pall | 2011-11-11 | 1 | -1/+1 |
* | FFI: Compile calls to stdcall, fastcall and vararg functions. | Mike Pall | 2011-10-27 | 1 | -3/+7 |
* | Fix handling of alignment arguments (nil) to CALLX. | Mike Pall | 2011-10-24 | 1 | -1/+1 |
* | Generalize handling of stack checks indicated by highest exit + 1. | Mike Pall | 2011-10-24 | 1 | -1/+0 |
* | FFI: Cleanup/fix 64 bit arithmetic in assembler backend. | Mike Pall | 2011-10-22 | 1 | -27/+19 |
* | Cleanup various endianess issues in assembler backend. | Mike Pall | 2011-10-22 | 1 | -3/+3 |
* | Don't fuse colocated array offsets without -Ofuse. | Mike Pall | 2011-10-19 | 1 | -1/+1 |
* | ARM: Fix HREFK code generation. | Mike Pall | 2011-09-21 | 1 | -1/+1 |
* | Use some register allocator helpers for multiple architectures. | Mike Pall | 2011-09-05 | 1 | -67/+0 |
* | Reorganize trace linking and track link types. | Mike Pall | 2011-06-28 | 1 | -2/+1 |
* | ARM: Fuse XLOAD/XSTORE operands. | Mike Pall | 2011-06-05 | 1 | -52/+138 |
* | Add narrowing of modulo operator. | Mike Pall | 2011-06-03 | 1 | -1/+12 |
* | ARM: Add ARM-specific assembler backend. | Mike Pall | 2011-06-02 | 1 | -0/+1763 |