aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PPC: Fix HREFK code generation for huge tables.Mike Pall2012-03-291-3/+3
* PPC: Fix fusion of floating-point XLOAD/XSTORE.Mike Pall2012-03-291-3/+4
* Fix OSX build issues. Bump minimum required OSX version to 10.4Mike Pall2012-03-282-8/+11
* Replace unwind.h definitions with our own.Mike Pall2012-03-251-19/+63
* FFI: Change ffi.load() library name resolution for Cygwin.Mike Pall2012-03-211-3/+20
* Avoid recursive GC steps after GC-triggered trace exit.Mike Pall2012-03-201-3/+5
* Fix compilation on OpenBSD.Mike Pall2012-03-152-3/+3
* Add missing mcode limit check in assembler backend.Mike Pall2012-03-121-1/+3
* FFI: Finalize cdata before userdata when closing the state.Mike Pall2012-03-051-1/+1
* Fix argument error handling on Lua stacks without a frame.Mike Pall2012-02-221-0/+2
* Fix argument type in error message for relative arguments.Mike Pall2012-02-221-1/+1
* DynASM: Lua 5.2 compatibility fixes.Mike Pall2012-02-172-3/+11
* From Lua 5.2: Try __tostring metamethod on non-string error messages.Mike Pall2012-02-131-5/+10
* Fix bytecode dump for certain number constants.Mike Pall2012-02-041-4/+10
* FFI: Fix library unloading on POSIX systems.Mike Pall2012-02-011-1/+1
* MIPS: Add MIPS disassembler.Mike Pall2012-01-313-1/+449
* Bump copyright date to 2012.Mike Pall2012-01-23164-183/+183
* MIPS: Update install docs.Mike Pall2012-01-231-0/+22
* MIPS: Add interpreter. Enable MIPS build rules.Mike Pall2012-01-2316-24/+11743
* PPC: Avoid pointless arg clearing in BC_IFUNCF. Remove dead code.Mike Pall2012-01-232-580/+537
* PPC: Fix argument checking for rawget.Mike Pall2012-01-231-1/+1
* PPC: Fix resume after yield from hook.Mike Pall2012-01-231-6/+6
* ARM: Avoid pointless arg clearing in BC_IFUNCF. Fix comments.Mike Pall2012-01-232-5/+5
* MIPS: Add missing opcodes to the DynASM MIPS module plus minor fixes.Mike Pall2012-01-232-4/+15
* Fix parsing of hex literals with exponents.Mike Pall2012-01-201-5/+8
* FFI: Don't touch frame in callbacks with tailcalls to fast functions.Mike Pall2012-01-151-5/+8
* FFI: Ignore number parsing errors while skipping definitions.Mike Pall2011-12-172-1/+4
* FFI: Ignore empty statements in ffi.cdef().Mike Pall2011-12-171-0/+4
* MIPS: Add DynASM MIPS module and encoding engine.Mike Pall2011-12-162-0/+1363
* MIPS: Add build rules (non-functional, yet).Mike Pall2011-12-156-1/+58
* Auto-detect target arch via cross-compiler. Drop TARGET=arch.Mike Pall2011-12-152-9/+10
* RELEASE LuaJIT-2.0.0-beta9v2.0.0-beta9Mike Pall2011-12-1410-21/+17
* Update changelog.Mike Pall2011-12-141-0/+73
* PPC: Avoid undefined operand dereference in BAND/shift fusion.Mike Pall2011-12-131-1/+1
* FFI: Add callback support for ARM.Mike Pall2011-12-125-939/+1120
* FFI: Add callback support for PPC.Mike Pall2011-12-124-1180/+1521
* Move helper for syncing data/instruction cache to lj_mcode.c.Mike Pall2011-12-128-56/+69
* ARM: Error out for attempt to compile with hard-float ABI.Mike Pall2011-12-101-0/+3
* ARM: Fix stack check for spilled BASE in parent.Mike Pall2011-12-101-7/+5
* x64: Always extend stack arguments to pointer size.Mike Pall2011-12-091-1/+1
* Fix compiler warning.Mike Pall2011-12-091-2/+4
* FFI: Fix stack adjustment for calls to stdcall/fastcall functions.Mike Pall2011-12-011-1/+5
* FFI: Need to treat strlen() as a load.Mike Pall2011-11-271-1/+1
* Fix docs. The code base doesn't work on Windows 98 anymore.Mike Pall2011-11-271-1/+1
* Don't increment module reference counts due to symbol resolving.Mike Pall2011-11-272-4/+6
* FFI: Record ffi.errno().Mike Pall2011-11-267-2/+24
* Fix stack check in side exit.Mike Pall2011-11-251-1/+1
* FFI: Record C function calls with bool return values.Mike Pall2011-11-255-6/+38
* FFI: Fix line info for result conversion errors in callbacks.Mike Pall2011-11-252-4/+4
* FFI: Fix GetLastError() save/restore around ffi.load().Mike Pall2011-11-251-1/+1