summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* FFI: Fix recording of indexing a struct pointer ctype object itself.Mike Pall2014-05-151-1/+2
* Fix FOLD rule for STRREF of SNEW.Mike Pall2014-05-151-7/+8
* Fix frame traversal while searching for error function.Mike Pall2014-05-121-1/+3
* x64: Workaround for MSVC build issue.Mike Pall2014-05-061-1/+1
* FFI: Another fix for cdata equality comparisons.Mike Pall2014-05-061-5/+9
* Add PS Vita port.Mike Pall2014-04-278-28/+158
* Prevent GC estimate miscalculation due to buffer growth.Mike Pall2014-04-221-2/+2
* Prevent adding side traces for stack checks.Mike Pall2014-04-221-0/+1
* x64: Allow building with LUAJIT_USE_SYSMALLOC and LUAJIT_USE_VALGRIND.Mike Pall2014-04-213-4/+6
* PPC: Don't use mcrxr on PPE.Mike Pall2014-04-171-6/+29
* FFI: Fix cdata equality comparison against other Lua types.Mike Pall2014-04-081-1/+1
* FFI: Fix cdata equality comparison against strings.Mike Pall2014-04-082-3/+5
* Fix top slot calculation for snapshots with continuations.Mike Pall2014-04-031-2/+3
* Correct fix for reuse of SCEV results in FORL.Mike Pall2014-04-011-1/+1
* FFI: Allow non-scalar cdata to be compared for equality by address.Mike Pall2014-04-012-29/+38
* FFI: Fix pseudo type conversions for type punning.Mike Pall2014-03-281-11/+9
* Fix check for reuse of SCEV results in FORL.Mike Pall2014-03-272-1/+4
* x86/x64: Avoid use of SAHF instruction.Mike Pall2014-03-271-1/+1
* Fix compiler warnings.Mike Pall2014-03-241-9/+9
* 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