| Commit message (Expand) | Author | Files | Lines |
2011-06-23 | RELEASE LuaJIT-2.0.0-beta8 (fixed)v2.0.0-beta8-fixed | Mike Pall | 1 | -2/+2 |
2011-06-23 | Fix documentation for -b command line option. | Mike Pall | 1 | -6/+6 |
2011-06-23 | RELEASE LuaJIT-2.0.0-beta8v2.0.0-beta8 | Mike Pall | 9 | -17/+17 |
2011-06-23 | Update changelog. | Mike Pall | 1 | -0/+41 |
2011-06-23 | Misc. updates to docs. | Mike Pall | 4 | -10/+17 |
2011-06-22 | Fix assertion. | Mike Pall | 1 | -1/+2 |
2011-06-22 | x86/x64: Don't evict BASE in ra_evictk(). | Mike Pall | 1 | -1/+1 |
2011-06-22 | x86/x64: Fix register allocation for variable shifts. | Mike Pall | 1 | -7/+9 |
2011-06-22 | x86/x64: Fix fusion of comparisons with u8/u16 XLOAD. | Mike Pall | 1 | -0/+2 |
2011-06-22 | Avoid pointless calls for std file handles on __gc. | Mike Pall | 1 | -1/+1 |
2011-06-20 | Fix recording of loops with instable directions in side traces. | Mike Pall | 1 | -6/+7 |
2011-06-20 | From Lua 5.2: __len for tables. Needs -DLUAJIT_ENABLE_LUA52COMPAT. | Mike Pall | 11 | -4947/+5188 |
2011-06-15 | Update man page for -b command line option. | Mike Pall | 1 | -0/+3 |
2011-06-14 | More fixes for the Solaris/x86 build. Thanks to Will Metcalf. | Mike Pall | 8 | -7/+15 |
2011-06-14 | Fix bytecode loading on Windows. | Mike Pall | 1 | -1/+1 |
2011-06-14 | Add more docs for bytecode load/save feature. | Mike Pall | 2 | -0/+24 |
2011-06-13 | Fix dumping of already stripped functions with debug info. | Mike Pall | 1 | -1/+2 |
2011-06-13 | Add -b command line option to save/list bytecode. | Mike Pall | 4 | -16/+198 |
2011-06-13 | Add support for bytecode loading/saving. | Mike Pall | 16 | -48/+1019 |
2011-06-12 | Add recursive dump option to jit.bc.dump(). | Mike Pall | 2 | -1/+10 |
2011-06-12 | No need for L argument to lj_str_initbuf(). | Mike Pall | 4 | -4/+4 |
2011-06-11 | FFI: Support __tostring metamethod for pointers to structs, too. | Mike Pall | 1 | -9/+14 |
2011-06-11 | Make .eh_frame section read-write on Solaris. | Mike Pall | 4 | -0/+16 |
2011-06-10 | Fix check for missing arguments in string.format(). | Mike Pall | 1 | -2/+3 |
2011-06-09 | Cleanup prototype flags. | Mike Pall | 6 | -25/+33 |
2011-06-09 | Remove bogus assertion for GC estimate vs. threshold. | Mike Pall | 1 | -1/+0 |
2011-06-09 | Flatten and compress in-memory debug info (saves ~70%). | Mike Pall | 14 | -165/+344 |
2011-06-07 | Move debugging/introspection functionality to lj_debug.c. | Mike Pall | 13 | -457/+521 |
2011-06-07 | Fix compiler warning. | Mike Pall | 1 | -3/+3 |
2011-06-07 | FFI: Print NULL pointers as "cdata<... *>: NULL". | Mike Pall | 1 | -0/+4 |
2011-06-07 | FFI: Show address pointed to for tostring(pointer). | Mike Pall | 2 | -4/+9 |
2011-06-07 | Minor change to bytecode penalty code for consistency. | Mike Pall | 1 | -1/+1 |
2011-06-07 | Fix data-flow analysis for BC_UCLO. | Mike Pall | 1 | -0/+1 |
2011-06-06 | FFI: Change tonumber(cdata) semantics. Return nil for non-numbers. | Mike Pall | 2 | -17/+24 |
2011-06-05 | ARM: Add fast assembler implementation of floor/ceil/trunc. | Mike Pall | 5 | -652/+739 |
2011-06-05 | PPC: Add lj_vm_floor which is callable from C. | Mike Pall | 2 | -189/+205 |
2011-06-05 | ARM: Fuse XLOAD/XSTORE operands. | Mike Pall | 2 | -52/+145 |
2011-06-03 | Add stdint.h replacement for Symbian. Sigh. | Mike Pall | 1 | -1/+13 |
2011-06-03 | Add narrowing of modulo operator. | Mike Pall | 9 | -16/+76 |
2011-06-03 | Move math helpers to lj_vmmath.c. Add missing log2/exp2 for Symbian. | Mike Pall | 14 | -119/+160 |
2011-06-03 | ARM: Disable C++ exception catching on Symbian. | Mike Pall | 2 | -5/+5 |
2011-06-02 | ARM: Enable JIT compiler (except for iOS). | Mike Pall | 1 | -0/+3 |
2011-06-02 | ARM: Add ARM-specific assembler backend. | Mike Pall | 5 | -0/+2274 |
2011-06-02 | ARM: Don't generate unaligned XLOADs. | Mike Pall | 1 | -3/+12 |
2011-06-02 | Many soft-float-related fixes to SPLIT pass and assembler backend. | Mike Pall | 2 | -41/+109 |
2011-06-02 | ARM: Catch C++ exceptions in interpreter frames. | Mike Pall | 2 | -1/+45 |
2011-06-01 | DUALNUM: Fix missing type check for loop index slot. | Mike Pall | 1 | -1/+2 |
2011-05-31 | ARM: Tune rematerialization scheduler. | Mike Pall | 1 | -23/+27 |
2011-05-31 | FFI: Fix recording of casts from 32 bit pointers to integers. | Mike Pall | 1 | -1/+1 |
2011-05-31 | x86/x64: Minor cleanup in assembler backend. | Mike Pall | 1 | -3/+3 |