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