| Commit message (Expand) | Author | Files | Lines |
2012-04-19 | FFI: Clarify docs wrt. 'local ffi = ...' and the interactive prompt. | Mike Pall | 1 | -0/+5 |
2012-04-19 | Update changelog. | Mike Pall | 1 | -1/+7 |
2012-04-19 | Add required PHIs for implicit conversions (via XREF fwd). | Mike Pall | 1 | -21/+29 |
2012-04-17 | FFI: Fix result type of pointer difference. | Mike Pall | 1 | -1/+1 |
2012-04-17 | Fix dependencies. | Mike Pall | 1 | -1/+2 |
2012-04-12 | FFI: Fix blacklisting of C functions calling callbacks. | Mike Pall | 1 | -0/+3 |
2012-04-12 | Make lua_concat() work from C hook with partial frame. | Mike Pall | 2 | -2/+7 |
2012-04-11 | Fix DSE of USTORE. Have to remove OBAR, too. | Mike Pall | 1 | -0/+13 |
2012-04-11 | Fix bytecode JMP slot range after const + and/or optimization. | Mike Pall | 1 | -12/+15 |
2012-04-11 | Limit number of userdata __gc separations at state close. | Mike Pall | 1 | -1/+3 |
2012-04-11 | Ensure running __gc of userdata created in __gc at state close. | Mike Pall | 1 | -2/+7 |
2012-04-09 | Fix discharge order of comparisons in Lua parser. | Mike Pall | 1 | -2/+3 |
2012-04-02 | MIPS: Update docs. | Mike Pall | 1 | -1/+1 |
2012-04-01 | MIPS: Add support for GDB JIT API. | Mike Pall | 1 | -4/+14 |
2012-03-31 | FFI: Fix symbol resolving error messages on Windows. | Mike Pall | 1 | -6/+11 |
2012-03-31 | FFI: Fix resolving of function name redirects on Windows/x86. | Mike Pall | 1 | -3/+4 |
2012-03-30 | MIPS: Integrate and enable JIT compiler. | Mike Pall | 10 | -25/+2308 |
2012-03-30 | MIPS: Add MIPS32R2 compile-time/runtime CPU detection. | Mike Pall | 2 | -1/+21 |
2012-03-30 | MIPS: Interpreter/JIT integration | Mike Pall | 2 | -219/+577 |
2012-03-29 | PPC: Use builtin D-Cache/I-Cache sync code. | Mike Pall | 4 | -420/+458 |
2012-03-29 | PPC: Fix HREFK code generation for huge tables. | Mike Pall | 1 | -3/+3 |
2012-03-29 | PPC: Fix fusion of floating-point XLOAD/XSTORE. | Mike Pall | 1 | -3/+4 |
2012-03-28 | Fix OSX build issues. Bump minimum required OSX version to 10.4 | Mike Pall | 2 | -8/+11 |
2012-03-25 | Replace unwind.h definitions with our own. | Mike Pall | 1 | -19/+63 |
2012-03-21 | FFI: Change ffi.load() library name resolution for Cygwin. | Mike Pall | 1 | -3/+20 |
2012-03-20 | Avoid recursive GC steps after GC-triggered trace exit. | Mike Pall | 1 | -3/+5 |
2012-03-15 | Fix compilation on OpenBSD. | Mike Pall | 2 | -3/+3 |
2012-03-12 | Add missing mcode limit check in assembler backend. | Mike Pall | 1 | -1/+3 |
2012-03-05 | FFI: Finalize cdata before userdata when closing the state. | Mike Pall | 1 | -1/+1 |
2012-02-22 | Fix argument error handling on Lua stacks without a frame. | Mike Pall | 1 | -0/+2 |
2012-02-22 | Fix argument type in error message for relative arguments. | Mike Pall | 1 | -1/+1 |
2012-02-17 | DynASM: Lua 5.2 compatibility fixes. | Mike Pall | 2 | -3/+11 |
2012-02-13 | From Lua 5.2: Try __tostring metamethod on non-string error messages. | Mike Pall | 1 | -5/+10 |
2012-02-04 | Fix bytecode dump for certain number constants. | Mike Pall | 1 | -4/+10 |
2012-02-01 | FFI: Fix library unloading on POSIX systems. | Mike Pall | 1 | -1/+1 |
2012-01-31 | MIPS: Add MIPS disassembler. | Mike Pall | 3 | -1/+449 |
2012-01-23 | Bump copyright date to 2012. | Mike Pall | 164 | -183/+183 |
2012-01-23 | MIPS: Update install docs. | Mike Pall | 1 | -0/+22 |
2012-01-23 | MIPS: Add interpreter. Enable MIPS build rules. | Mike Pall | 16 | -24/+11743 |
2012-01-23 | PPC: Avoid pointless arg clearing in BC_IFUNCF. Remove dead code. | Mike Pall | 2 | -580/+537 |
2012-01-23 | PPC: Fix argument checking for rawget. | Mike Pall | 1 | -1/+1 |
2012-01-23 | PPC: Fix resume after yield from hook. | Mike Pall | 1 | -6/+6 |
2012-01-23 | ARM: Avoid pointless arg clearing in BC_IFUNCF. Fix comments. | Mike Pall | 2 | -5/+5 |
2012-01-23 | MIPS: Add missing opcodes to the DynASM MIPS module plus minor fixes. | Mike Pall | 2 | -4/+15 |
2012-01-20 | Fix parsing of hex literals with exponents. | Mike Pall | 1 | -5/+8 |
2012-01-15 | FFI: Don't touch frame in callbacks with tailcalls to fast functions. | Mike Pall | 1 | -5/+8 |
2011-12-17 | FFI: Ignore number parsing errors while skipping definitions. | Mike Pall | 2 | -1/+4 |
2011-12-17 | FFI: Ignore empty statements in ffi.cdef(). | Mike Pall | 1 | -0/+4 |
2011-12-16 | MIPS: Add DynASM MIPS module and encoding engine. | Mike Pall | 2 | -0/+1363 |
2011-12-15 | MIPS: Add build rules (non-functional, yet). | Mike Pall | 6 | -1/+58 |