summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* RELEASE LuaJIT-2.0.3v2.0.3Mike Pall2014-03-1213-16/+16
* Update changelog.Mike Pall2014-03-121-0/+36
* DynASM: Emit version check after .arch directive.Mike Pall2014-03-061-5/+4
* Don't access dangling reference to reallocated IR.Mike Pall2014-03-061-9/+11
* Fix frame depth display for bytecode dump in -jdump.Mike Pall2014-02-281-2/+0
* Fix recording of BC_VARG.Mike Pall2014-02-281-4/+2
* Fix for -jdump docs.Mike Pall2014-02-271-0/+1
* Add PS4 port.Mike Pall2014-02-267-10/+138
* Don't purge modified function from stack slots in BC_RET.Mike Pall2014-02-201-1/+1
* FFI: Disallow nested VLS.Mike Pall2014-02-191-1/+1
* Prevent BASE register coalescing if parent uses IR_RETF.Mike Pall2014-02-194-8/+14
* Fix quoting in xedkbuild.bat (again).Mike Pall2014-02-121-2/+2
* Fix exception unwind struct declaration.Mike Pall2014-02-051-1/+1
* Fix OSX build issue.Mike Pall2014-01-201-1/+3
* Fix initial maxslot for down-recursive traces.Mike Pall2014-01-201-1/+1
* Fix compiler warnings.Mike Pall2014-01-202-2/+2
* Fix OSX build issue.Mike Pall2014-01-191-2/+2
* FFI: Fix cts->L for cdata unsinking in snapshot restore.Mike Pall2014-01-191-1/+1
* Bump copyright date to 2014.Mike Pall2014-01-16177-195/+195
* Fix ABC elimination.Mike Pall2014-01-051-1/+2
* Fix MinGW build.Mike Pall2013-12-292-0/+2
* MIPS: Cosmetic fix for interpreter.Mike Pall2013-12-251-1/+1
* Fix compilation of string.byte(s, nil, n).Mike Pall2013-12-221-11/+10
* Fix MinGW build.Mike Pall2013-12-214-7/+4
* Fix call unroll checks in the presence of metamethod frames.Mike Pall2013-12-091-0/+1
* x64: Fix store to upvalue for lightuserdata values.Mike Pall2013-12-024-6/+6
* Respect jit.off(func) when returning to a function, too.Mike Pall2013-11-222-1/+3
* Follow-up fix for GC step threshold fix.Mike Pall2013-11-222-2/+3
* Improve msvcbuild.bat static linking.Mike Pall2013-11-211-5/+5
* FFI: Clarify ffi.cdef behavior.Mike Pall2013-11-161-1/+3
* Fix type punning alias analysis for constified pointers.Mike Pall2013-11-071-4/+5
* Fix for last commitMike Pall2013-11-052-2/+2
* Fix GC steps threshold handling when called by JIT-compiled code.Mike Pall2013-11-052-3/+5
* Fix handling of redundant PHIs.Mike Pall2013-10-261-16/+15
* Check for failure to mark memory as executable (restricted kernels).Mike Pall2013-10-243-15/+29
* Fix line number for relocated bytecode after closure fixup.Mike Pall2013-10-151-1/+3
* FFI: Rehash finalizer table after GC cycle, if needed.Mike Pall2013-10-144-1/+18
* Check for MAP_32BIT presence instead of checking for Linux.Mike Pall2013-10-101-1/+1
* Fix ABC elimination.Mike Pall2013-09-141-1/+2
* Fix snapshot restore for exit to function header.Mike Pall2013-09-131-3/+6
* DynASM: Emit #line <n> <file> instead of #<n> <file>.Mike Pall2013-09-121-1/+1
* FFI/x64: Fix passing of vector arguments to calls.Mike Pall2013-09-081-2/+3
* FFI: Fix argument checks for ffi.string().Mike Pall2013-09-082-2/+2
* Fix quoting in xedkbuild.bat.Mike Pall2013-09-031-4/+4
* Recent GCC versions need more memory.Mike Pall2013-09-031-1/+1
* Fix frame traversal for backtraces.Mike Pall2013-09-031-5/+12
* Fix compiler warning.Mike Pall2013-08-221-1/+1
* Fix argument checks for math.deg()/math.rad().Mike Pall2013-08-171-6/+6
* Fix jit.flush(func|true).Mike Pall2013-08-111-1/+1
* Compatibility fix for old GCC versions.Mike Pall2013-08-031-10/+10