| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Disable loading bytecode with an extra header (BOM or #!). | Mike Pall | 2012-05-03 | 2 | -1/+18 |
* | ARM: Fix compilation of math.sinh/cosh/tanh. | Mike Pall | 2012-04-30 | 2 | -4/+4 |
* | ARM: Fix rejoin of pow in SPLIT pass. | Mike Pall | 2012-04-30 | 1 | -1/+1 |
* | ARM: Handle all CALL* ops with double results in SPLIT pass. | Mike Pall | 2012-04-29 | 1 | -0/+2 |
* | Add more comparison variants to Valgrind suppressions file. | Mike Pall | 2012-04-26 | 2 | -1/+12 |
* | ARM/FFI: Invoke SPLIT pass for double args in FFI call. | Mike Pall | 2012-04-26 | 1 | -0/+2 |
* | ARM: Fix conditional branch fixup for OBAR. | Mike Pall | 2012-04-26 | 1 | -2/+2 |
* | ARM: Fix register allocation for ldrd-optimized HREFK. | Mike Pall | 2012-04-26 | 1 | -1/+2 |
* | ARM: Reorder type/value tests to silence Valgrind. | Mike Pall | 2012-04-26 | 3 | -17/+16 |
* | FFI: Clarify docs wrt. 'local ffi = ...' and the interactive prompt. | Mike Pall | 2012-04-19 | 1 | -0/+5 |
* | Update changelog. | Mike Pall | 2012-04-19 | 1 | -1/+7 |
* | Add required PHIs for implicit conversions (via XREF fwd). | Mike Pall | 2012-04-19 | 1 | -21/+29 |
* | FFI: Fix result type of pointer difference. | Mike Pall | 2012-04-17 | 1 | -1/+1 |
* | Fix dependencies. | Mike Pall | 2012-04-17 | 1 | -1/+2 |
* | FFI: Fix blacklisting of C functions calling callbacks. | Mike Pall | 2012-04-12 | 1 | -0/+3 |
* | Make lua_concat() work from C hook with partial frame. | Mike Pall | 2012-04-12 | 2 | -2/+7 |
* | Fix DSE of USTORE. Have to remove OBAR, too. | Mike Pall | 2012-04-11 | 1 | -0/+13 |
* | Fix bytecode JMP slot range after const + and/or optimization. | Mike Pall | 2012-04-11 | 1 | -12/+15 |
* | Limit number of userdata __gc separations at state close. | Mike Pall | 2012-04-11 | 1 | -1/+3 |
* | Ensure running __gc of userdata created in __gc at state close. | Mike Pall | 2012-04-11 | 1 | -2/+7 |
* | Fix discharge order of comparisons in Lua parser. | Mike Pall | 2012-04-09 | 1 | -2/+3 |
* | MIPS: Update docs. | Mike Pall | 2012-04-02 | 1 | -1/+1 |
* | MIPS: Add support for GDB JIT API. | Mike Pall | 2012-04-01 | 1 | -4/+14 |
* | FFI: Fix symbol resolving error messages on Windows. | Mike Pall | 2012-03-31 | 1 | -6/+11 |
* | FFI: Fix resolving of function name redirects on Windows/x86. | Mike Pall | 2012-03-31 | 1 | -3/+4 |
* | MIPS: Integrate and enable JIT compiler. | Mike Pall | 2012-03-30 | 10 | -25/+2308 |
* | MIPS: Add MIPS32R2 compile-time/runtime CPU detection. | Mike Pall | 2012-03-30 | 2 | -1/+21 |
* | MIPS: Interpreter/JIT integration | Mike Pall | 2012-03-30 | 2 | -219/+577 |
* | PPC: Use builtin D-Cache/I-Cache sync code. | Mike Pall | 2012-03-29 | 4 | -420/+458 |
* | PPC: Fix HREFK code generation for huge tables. | Mike Pall | 2012-03-29 | 1 | -3/+3 |
* | PPC: Fix fusion of floating-point XLOAD/XSTORE. | Mike Pall | 2012-03-29 | 1 | -3/+4 |
* | Fix OSX build issues. Bump minimum required OSX version to 10.4 | Mike Pall | 2012-03-28 | 2 | -8/+11 |
* | Replace unwind.h definitions with our own. | Mike Pall | 2012-03-25 | 1 | -19/+63 |
* | FFI: Change ffi.load() library name resolution for Cygwin. | Mike Pall | 2012-03-21 | 1 | -3/+20 |
* | Avoid recursive GC steps after GC-triggered trace exit. | Mike Pall | 2012-03-20 | 1 | -3/+5 |
* | Fix compilation on OpenBSD. | Mike Pall | 2012-03-15 | 2 | -3/+3 |
* | Add missing mcode limit check in assembler backend. | Mike Pall | 2012-03-12 | 1 | -1/+3 |
* | FFI: Finalize cdata before userdata when closing the state. | Mike Pall | 2012-03-05 | 1 | -1/+1 |
* | Fix argument error handling on Lua stacks without a frame. | Mike Pall | 2012-02-22 | 1 | -0/+2 |
* | Fix argument type in error message for relative arguments. | Mike Pall | 2012-02-22 | 1 | -1/+1 |
* | DynASM: Lua 5.2 compatibility fixes. | Mike Pall | 2012-02-17 | 2 | -3/+11 |
* | From Lua 5.2: Try __tostring metamethod on non-string error messages. | Mike Pall | 2012-02-13 | 1 | -5/+10 |
* | Fix bytecode dump for certain number constants. | Mike Pall | 2012-02-04 | 1 | -4/+10 |
* | FFI: Fix library unloading on POSIX systems. | Mike Pall | 2012-02-01 | 1 | -1/+1 |
* | MIPS: Add MIPS disassembler. | Mike Pall | 2012-01-31 | 3 | -1/+449 |
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 164 | -183/+183 |
* | MIPS: Update install docs. | Mike Pall | 2012-01-23 | 1 | -0/+22 |
* | MIPS: Add interpreter. Enable MIPS build rules. | Mike Pall | 2012-01-23 | 16 | -24/+11743 |
* | PPC: Avoid pointless arg clearing in BC_IFUNCF. Remove dead code. | Mike Pall | 2012-01-23 | 2 | -580/+537 |
* | PPC: Fix argument checking for rawget. | Mike Pall | 2012-01-23 | 1 | -1/+1 |