| Commit message (Expand) | Author | Age | Files | Lines |
* | Add -b command line option to save/list bytecode. | Mike Pall | 2011-06-13 | 4 | -16/+198 |
* | Add support for bytecode loading/saving. | Mike Pall | 2011-06-13 | 16 | -48/+1019 |
* | Add recursive dump option to jit.bc.dump(). | Mike Pall | 2011-06-12 | 2 | -1/+10 |
* | No need for L argument to lj_str_initbuf(). | Mike Pall | 2011-06-12 | 4 | -4/+4 |
* | FFI: Support __tostring metamethod for pointers to structs, too. | Mike Pall | 2011-06-11 | 1 | -9/+14 |
* | Make .eh_frame section read-write on Solaris. | Mike Pall | 2011-06-11 | 4 | -0/+16 |
* | Fix check for missing arguments in string.format(). | Mike Pall | 2011-06-10 | 1 | -2/+3 |
* | Cleanup prototype flags. | Mike Pall | 2011-06-09 | 6 | -25/+33 |
* | Remove bogus assertion for GC estimate vs. threshold. | Mike Pall | 2011-06-09 | 1 | -1/+0 |
* | Flatten and compress in-memory debug info (saves ~70%). | Mike Pall | 2011-06-09 | 14 | -165/+344 |
* | Move debugging/introspection functionality to lj_debug.c. | Mike Pall | 2011-06-07 | 13 | -457/+521 |
* | Fix compiler warning. | Mike Pall | 2011-06-07 | 1 | -3/+3 |
* | FFI: Print NULL pointers as "cdata<... *>: NULL". | Mike Pall | 2011-06-07 | 1 | -0/+4 |
* | FFI: Show address pointed to for tostring(pointer). | Mike Pall | 2011-06-07 | 2 | -4/+9 |
* | Minor change to bytecode penalty code for consistency. | Mike Pall | 2011-06-07 | 1 | -1/+1 |
* | Fix data-flow analysis for BC_UCLO. | Mike Pall | 2011-06-07 | 1 | -0/+1 |
* | FFI: Change tonumber(cdata) semantics. Return nil for non-numbers. | Mike Pall | 2011-06-06 | 2 | -17/+24 |
* | ARM: Add fast assembler implementation of floor/ceil/trunc. | Mike Pall | 2011-06-05 | 5 | -652/+739 |
* | PPC: Add lj_vm_floor which is callable from C. | Mike Pall | 2011-06-05 | 2 | -189/+205 |
* | ARM: Fuse XLOAD/XSTORE operands. | Mike Pall | 2011-06-05 | 2 | -52/+145 |
* | Add stdint.h replacement for Symbian. Sigh. | Mike Pall | 2011-06-03 | 1 | -1/+13 |
* | 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 | 3 | -12/+18 |
* | 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 |
* | Get register maps for jit.dump from target disassembler. | Mike Pall | 2011-05-22 | 4 | -21/+28 |