| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add narrowing of modulo operator. | Mike Pall | 2011-06-03 | 9 | -16/+76 |
* | Move math helpers to lj_vmmath.c. Add missing log2/exp2 for Symbian. | Mike Pall | 2011-06-03 | 14 | -119/+160 |
* | ARM: Disable C++ exception catching on Symbian. | Mike Pall | 2011-06-03 | 2 | -5/+5 |
* | ARM: Enable JIT compiler (except for iOS). | Mike Pall | 2011-06-02 | 1 | -0/+3 |
* | ARM: Add ARM-specific assembler backend. | Mike Pall | 2011-06-02 | 5 | -0/+2274 |
* | ARM: Don't generate unaligned XLOADs. | Mike Pall | 2011-06-02 | 1 | -3/+12 |
* | Many soft-float-related fixes to SPLIT pass and assembler backend. | Mike Pall | 2011-06-02 | 2 | -41/+109 |
* | ARM: Catch C++ exceptions in interpreter frames. | Mike Pall | 2011-06-02 | 2 | -1/+45 |
* | DUALNUM: Fix missing type check for loop index slot. | Mike Pall | 2011-06-01 | 1 | -1/+2 |
* | ARM: Tune rematerialization scheduler. | Mike Pall | 2011-05-31 | 1 | -23/+27 |
* | FFI: Fix recording of casts from 32 bit pointers to integers. | Mike Pall | 2011-05-31 | 1 | -1/+1 |
* | x86/x64: Minor cleanup in assembler backend. | Mike Pall | 2011-05-31 | 1 | -3/+3 |
* | ARM: Optimize hash algorithm for 3-operand CPUs. | Mike Pall | 2011-05-31 | 1 | -0/+8 |
* | ARM: Fix __newindex metamethod handling for BC_TSETB. | Mike Pall | 2011-05-31 | 2 | -74/+76 |
* | ARM: Fix string.sub() argument checks. | Mike Pall | 2011-05-31 | 2 | -2/+2 |
* | Clean up memory allocator initialization and catch early OOM. | Mike Pall | 2011-05-30 | 1 | -15/+20 |
* | FFI: Avoid unused functions if FFI is disabled. | Mike Pall | 2011-05-27 | 2 | -0/+4 |
* | ARM: Interpreter/JIT integration, part #2. | Mike Pall | 2011-05-27 | 2 | -564/+769 |
* | ARM: Fix math.ldexp() recording and folding. | Mike Pall | 2011-05-27 | 3 | -5/+30 |
* | Fix compiler warning. | Mike Pall | 2011-05-27 | 1 | -1/+3 |
* | Fix handling of number constants in snapshots in SPLIT pass. | Mike Pall | 2011-05-27 | 2 | -6/+14 |
* | 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 |
* | Treat extra exit from stack check like a parent exit. | Mike Pall | 2011-05-26 | 1 | -1/+9 |
* | Simplify helper routines for soft-float targets. Add POW rejoin. | Mike Pall | 2011-05-26 | 4 | -15/+89 |
* | ARM: Add CPU detection. | Mike Pall | 2011-05-26 | 3 | -2/+34 |
* | ARM: Unify rotates to simplify assembler backend. | Mike Pall | 2011-05-23 | 3 | -2/+13 |
* | FFI: Fix __gc for VLA/VLS cdata objects. | Mike Pall | 2011-05-23 | 3 | -5/+8 |
* | 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 | 12 | -68/+473 |
* | More portability cleanups for assembler backend. | Mike Pall | 2011-05-22 | 2 | -19/+30 |
* | Add missing guard to for loop argument conversion. | Mike Pall | 2011-05-22 | 1 | -1/+1 |
* | Move IR_CALL* definitions to lj_ircall.h. | Mike Pall | 2011-05-22 | 12 | -112/+137 |
* | Portability cleanups for assembler backend. | Mike Pall | 2011-05-17 | 3 | -7/+8 |
* | Cleanup of target dependencies. | Mike Pall | 2011-05-16 | 10 | -62/+77 |
* | Add target-specific macro for stack alignment in assembler backend. | Mike Pall | 2011-05-16 | 2 | -1/+2 |
* | Fix compiler warning. | Mike Pall | 2011-05-16 | 1 | -0/+2 |
* | ARM: Add support for GDB JIT API. | Mike Pall | 2011-05-16 | 1 | -0/+12 |
* | ARM: Add LJ_SOFTFP define. Add support for soft-float slot handling. | Mike Pall | 2011-05-16 | 4 | -12/+26 |
* | ARM: Generalize machine code co-location. ARM has a +-32MB range. | Mike Pall | 2011-05-16 | 1 | -11/+26 |
* | Move x86/x64 parts of JIT assembler backend to extra files. | Mike Pall | 2011-05-12 | 5 | -3125/+3173 |
* | Disentangle target-specific parts of JIT assembler backend. | Mike Pall | 2011-05-12 | 2 | -154/+193 |
* | Tuning loop unrolling heuristics again. | Mike Pall | 2011-05-10 | 1 | -3/+11 |
* | ARM: Fix table/userdata equality comparisons in interpreter. | Mike Pall | 2011-05-09 | 2 | -358/+464 |
* | ARM: Interpreter/JIT integration, part #1. | Mike Pall | 2011-05-09 | 1 | -13/+61 |
* | Fix some portability issues with the JIT compiler. | Mike Pall | 2011-05-09 | 6 | -17/+38 |
* | Use common helper functions for unaligned loads. | Mike Pall | 2011-05-09 | 3 | -23/+34 |
* | FFI: Allow setting errno with ffi.errno(), too. | Mike Pall | 2011-05-09 | 1 | -1/+4 |
* | FFI: Add ffi.errno(). | Mike Pall | 2011-05-08 | 1 | -0/+8 |