| Commit message (Expand) | Author | Files | Lines |
2011-05-31 | x86/x64: Minor cleanup in assembler backend. | Mike Pall | 1 | -3/+3 |
2011-05-31 | ARM: Optimize hash algorithm for 3-operand CPUs. | Mike Pall | 1 | -0/+8 |
2011-05-31 | ARM: Fix __newindex metamethod handling for BC_TSETB. | Mike Pall | 2 | -74/+76 |
2011-05-31 | ARM: Fix string.sub() argument checks. | Mike Pall | 2 | -2/+2 |
2011-05-30 | Clean up memory allocator initialization and catch early OOM. | Mike Pall | 1 | -15/+20 |
2011-05-27 | FFI: Avoid unused functions if FFI is disabled. | Mike Pall | 2 | -0/+4 |
2011-05-27 | ARM: Interpreter/JIT integration, part #2. | Mike Pall | 2 | -564/+769 |
2011-05-27 | ARM: Fix math.ldexp() recording and folding. | Mike Pall | 3 | -5/+30 |
2011-05-27 | Fix compiler warning. | Mike Pall | 1 | -1/+3 |
2011-05-27 | Fix handling of number constants in snapshots in SPLIT pass. | Mike Pall | 3 | -12/+18 |
2011-05-26 | ARM: Fix rematerialization scheduler. | Mike Pall | 1 | -3/+4 |
2011-05-26 | ARM: Flush instruction cache in assembler backend. | Mike Pall | 1 | -1/+14 |
2011-05-26 | Treat extra exit from stack check like a parent exit. | Mike Pall | 1 | -1/+9 |
2011-05-26 | Simplify helper routines for soft-float targets. Add POW rejoin. | Mike Pall | 4 | -15/+89 |
2011-05-26 | ARM: Add CPU detection. | Mike Pall | 3 | -2/+34 |
2011-05-23 | ARM: Unify rotates to simplify assembler backend. | Mike Pall | 3 | -2/+13 |
2011-05-23 | FFI: Fix __gc for VLA/VLS cdata objects. | Mike Pall | 3 | -5/+8 |
2011-05-22 | Get register maps for jit.dump from target disassembler. | Mike Pall | 4 | -21/+28 |