| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | x86/x64: Fix code generation for fused IR_MUL/IR_MULOV. | Mike Pall | 2011-03-10 | 1 | -1/+1 |
* | FFI: Fix x86 code generation for ffi.string(). | Mike Pall | 2011-03-10 | 1 | -1/+1 |
* | Fix code generation for bit.bnot(). | Mike Pall | 2011-03-07 | 1 | -1/+1 |
* | DUALNUM: Make overflow guards weak. Add IR_USE and IR_MULOV. | Mike Pall | 2011-03-07 | 1 | -0/+3 |
* | Fix code generation for Intel Atom in x64 mode. | Mike Pall | 2011-03-03 | 1 | -1/+1 |
* | FFI: Fix compiled ffi.string() semantics. | Mike Pall | 2011-02-28 | 1 | -1/+1 |
* | Add IR_XBAR, a barrier against XLOAD/XSTORE optimizations. | Mike Pall | 2011-02-07 | 1 | -1/+1 |
* | FFI: Record simple C function calls. | Mike Pall | 2011-02-05 | 1 | -25/+92 |
* | FFI: Rename IR_CNEWP to IR_CNEWI and use it to box 64 bit integers. | Mike Pall | 2011-02-03 | 1 | -25/+42 |
* | Rename IR_POWI to IR_POW. | Mike Pall | 2011-02-02 | 1 | -4/+4 |
* | FFI: Record 64 bit integer divide and modulo. | Mike Pall | 2011-02-02 | 1 | -5/+26 |
* | Add SPLIT pass to split 64 bit IR instructions for 32 bit CPUs. | Mike Pall | 2011-02-02 | 1 | -81/+363 |
* | Combine i8/u8 XLOAD with BAND+comparison into test byte mrm, imm8. | Mike Pall | 2011-01-19 | 1 | -0/+20 |
* | Differentiate between IR_KPTR and IR_KKPTR. | Mike Pall | 2011-01-19 | 1 | -3/+3 |
* | FFI: Record 64 bit integer comparisons and pointer comparisons. | Mike Pall | 2011-01-17 | 1 | -1/+1 |
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
* | Fix handling of floats in x86/x64 backend. | Mike Pall | 2011-01-05 | 1 | -13/+17 |
* | Add support for non-constant integer IR_MUL to backend. | Mike Pall | 2011-01-03 | 1 | -27/+13 |
* | Add support for integer IR_NEG to backend. | Mike Pall | 2011-01-03 | 1 | -4/+9 |
* | Improve uint64_t <-> FP conversions in x64 backend. | Mike Pall | 2011-01-02 | 1 | -13/+17 |
* | Add support for uint64_t <-> FP conversions to x64 backend. | Mike Pall | 2011-01-02 | 1 | -15/+34 |
* | Add 8/16 to 32 bit sign/zero-extension variants to CONV. | Mike Pall | 2010-12-31 | 1 | -1/+24 |
* | Fix register allocation for FP <- int conversion. | Mike Pall | 2010-12-31 | 1 | -1/+1 |
* | Refactoring of conversion ops, part 5: drop TOINT/TOI64/TONUM. | Mike Pall | 2010-12-31 | 1 | -44/+2 |
* | Copy destination type for CONV from ir->t to op2, too. | Mike Pall | 2010-12-31 | 1 | -1/+1 |
* | Add support for IRT_FLOAT to XLOAD/XSTORE. | Mike Pall | 2010-12-30 | 1 | -2/+5 |
* | Refactoring of conversion ops, part 1: add IR_CONV. | Mike Pall | 2010-12-30 | 1 | -1/+95 |
* | Improve register allocation for loops with variable shifts. | Mike Pall | 2010-12-23 | 1 | -1/+4 |
* | Fix XSTORE for IRT_NUM constants. | Mike Pall | 2010-12-20 | 1 | -1/+2 |