| Commit message (Expand) | Author | Age | Files | Lines |
* | Add allocation sinking and store sinking optimization. | Mike Pall | 2012-07-02 | 1 | -15/+52 |
* | Add IR_PVAL instruction for non-slot parent links. | Mike Pall | 2012-07-02 | 1 | -1/+1 |
* | Add explicit IR_GCSTEP instruction. | Mike Pall | 2012-07-02 | 1 | -3/+18 |
* | Clean up RegSP handling for parent link instructions. | Mike Pall | 2012-07-01 | 1 | -71/+41 |
* | Fix PHI stack slot syncing. | Mike Pall | 2012-05-07 | 1 | -1/+64 |
* | MIPS: Integrate and enable JIT compiler. | Mike Pall | 2012-03-30 | 1 | -6/+18 |
* | Add missing mcode limit check in assembler backend. | Mike Pall | 2012-03-12 | 1 | -1/+3 |
* | 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 | -44/+1 |
* | Keep maximum frame extent in snap->topslot. | Mike Pall | 2011-11-20 | 1 | -27/+20 |
* | Fix hint-based register allocation in ra_dest(). | Mike Pall | 2011-11-14 | 1 | -1/+1 |
* | ARM: Fix IR splitting for softfp XLOAD. | Mike Pall | 2011-11-11 | 1 | -1/+3 |
* | FFI: Compile calls to stdcall, fastcall and vararg functions. | Mike Pall | 2011-10-27 | 1 | -1/+10 |
* | PPC: Integrate and enable JIT compiler. | Mike Pall | 2011-10-24 | 1 | -1/+5 |
* | PPC: Generalize rematerialization handling. | Mike Pall | 2011-10-24 | 1 | -2/+15 |
* | PPC: Add Linux/PPC cache flush mechanism. | Mike Pall | 2011-10-24 | 1 | -1/+17 |
* | Make sure to flush/sync the D/I-cache for all generated code. | Mike Pall | 2011-10-24 | 1 | -2/+4 |
* | Generalize handling of stack checks indicated by highest exit + 1. | Mike Pall | 2011-10-24 | 1 | -2/+8 |
* | Fix register hints for arithmetic helper functions. | Mike Pall | 2011-10-22 | 1 | -2/+3 |
* | Separate/rename NUM/FLOAT <-> I64/U64 conversion functions. | Mike Pall | 2011-10-22 | 1 | -0/+8 |
* | Cleanup various endianess issues in assembler backend. | Mike Pall | 2011-10-22 | 1 | -14/+17 |
* | Use some register allocator helpers for multiple architectures. | Mike Pall | 2011-09-05 | 1 | -0/+70 |
* | ARM: Don't evict ASMREF_L in ra_evictk(). | Mike Pall | 2011-07-12 | 1 | -1/+1 |
* | Reorganize trace linking and track link types. | Mike Pall | 2011-06-28 | 1 | -1/+1 |
* | Fix iOS build. | Mike Pall | 2011-06-27 | 1 | -3/+7 |
* | x86/x64: Don't evict BASE in ra_evictk(). | Mike Pall | 2011-06-22 | 1 | -1/+1 |
* | ARM: Add ARM-specific assembler backend. | Mike Pall | 2011-06-02 | 1 | -0/+4 |
* | Many soft-float-related fixes to SPLIT pass and assembler backend. | Mike Pall | 2011-06-02 | 1 | -10/+11 |
* | ARM: Tune rematerialization scheduler. | Mike Pall | 2011-05-31 | 1 | -23/+27 |
* | Fix compiler warning. | Mike Pall | 2011-05-27 | 1 | -1/+3 |
* | ARM: Fix rematerialization scheduler. | Mike Pall | 2011-05-26 | 1 | -3/+4 |
* | ARM: Flush instruction cache in assembler backend. | Mike Pall | 2011-05-26 | 1 | -1/+14 |
* | ARM: Add ARM-specific tuning to generic assembler backend. | Mike Pall | 2011-05-22 | 1 | -4/+35 |
* | ARM: Add rematerialization scheduler for constants to backend. | Mike Pall | 2011-05-22 | 1 | -11/+88 |
* | Split up FP IR instructions with SPLIT pass for soft-float targets. | Mike Pall | 2011-05-22 | 1 | -27/+85 |
* | More portability cleanups for assembler backend. | Mike Pall | 2011-05-22 | 1 | -13/+23 |
* | Move IR_CALL* definitions to lj_ircall.h. | Mike Pall | 2011-05-22 | 1 | -0/+1 |
* | Portability cleanups for assembler backend. | Mike Pall | 2011-05-17 | 1 | -3/+3 |
* | Cleanup of target dependencies. | Mike Pall | 2011-05-16 | 1 | -2/+2 |
* | Add target-specific macro for stack alignment in assembler backend. | Mike Pall | 2011-05-16 | 1 | -1/+1 |
* | Move x86/x64 parts of JIT assembler backend to extra files. | Mike Pall | 2011-05-12 | 1 | -3120/+41 |
* | Disentangle target-specific parts of JIT assembler backend. | Mike Pall | 2011-05-12 | 1 | -154/+187 |
* | FFI: Compile C function calls with 64 bit args/results in 32 bit mode. | Mike Pall | 2011-04-29 | 1 | -0/+1 |
* | x86: Pop unused FP result from x87 stack. | Mike Pall | 2011-04-29 | 1 | -0/+2 |
* | FFI: Fix cdata finalization. | Mike Pall | 2011-04-13 | 1 | -5/+1 |
* | FFI: Add ctype metamethods and ffi.metatype(). | Mike Pall | 2011-04-12 | 1 | -1/+5 |
* | Fuse XLOAD/XSTORE operands more aggressively. | Mike Pall | 2011-04-05 | 1 | -3/+4 |
* | Fix code generation for PHIs with type IRT_FLOAT. | Mike Pall | 2011-04-05 | 1 | -1/+1 |
* | DUALNUM: Add integer variant of MIN/MAX. | Mike Pall | 2011-03-11 | 1 | -2/+23 |
* | DUALNUM: Handle integer type in JIT compiler. | Mike Pall | 2011-03-10 | 1 | -14/+21 |