| Commit message (Expand) | Author | Files | Lines |
2014-05-15 | Fix FOLD rule for STRREF of SNEW. | Mike Pall | 1 | -7/+8 |
2014-05-12 | Fix frame traversal while searching for error function. | Mike Pall | 1 | -1/+3 |
2014-05-06 | x64: Workaround for MSVC build issue. | Mike Pall | 1 | -1/+1 |
2014-05-06 | FFI: Another fix for cdata equality comparisons. | Mike Pall | 1 | -5/+9 |
2014-04-27 | Add PS Vita port. | Mike Pall | 8 | -28/+158 |
2014-04-22 | Prevent GC estimate miscalculation due to buffer growth. | Mike Pall | 1 | -2/+2 |
2014-04-22 | Prevent adding side traces for stack checks. | Mike Pall | 1 | -0/+1 |
2014-04-21 | x64: Allow building with LUAJIT_USE_SYSMALLOC and LUAJIT_USE_VALGRIND. | Mike Pall | 3 | -4/+6 |
2014-04-17 | PPC: Don't use mcrxr on PPE. | Mike Pall | 1 | -6/+29 |
2014-04-08 | FFI: Fix cdata equality comparison against other Lua types. | Mike Pall | 1 | -1/+1 |
2014-04-08 | FFI: Fix cdata equality comparison against strings. | Mike Pall | 2 | -3/+5 |
2014-04-03 | Fix top slot calculation for snapshots with continuations. | Mike Pall | 1 | -2/+3 |
2014-04-01 | Correct fix for reuse of SCEV results in FORL. | Mike Pall | 1 | -1/+1 |
2014-04-01 | FFI: Allow non-scalar cdata to be compared for equality by address. | Mike Pall | 2 | -29/+38 |
2014-03-28 | FFI: Fix pseudo type conversions for type punning. | Mike Pall | 1 | -11/+9 |
2014-03-27 | Fix check for reuse of SCEV results in FORL. | Mike Pall | 2 | -1/+4 |
2014-03-27 | x86/x64: Avoid use of SAHF instruction. | Mike Pall | 1 | -1/+1 |
2014-03-24 | Fix compiler warnings. | Mike Pall | 1 | -9/+9 |
2014-03-12 | RELEASE LuaJIT-2.0.3v2.0.3 | Mike Pall | 13 | -16/+16 |
2014-03-12 | Update changelog. | Mike Pall | 1 | -0/+36 |
2014-03-06 | DynASM: Emit version check after .arch directive. | Mike Pall | 1 | -5/+4 |
2014-03-06 | Don't access dangling reference to reallocated IR. | Mike Pall | 1 | -9/+11 |
2014-02-28 | Fix frame depth display for bytecode dump in -jdump. | Mike Pall | 1 | -2/+0 |
2014-02-28 | Fix recording of BC_VARG. | Mike Pall | 1 | -4/+2 |
2014-02-27 | Fix for -jdump docs. | Mike Pall | 1 | -0/+1 |
2014-02-26 | Add PS4 port. | Mike Pall | 7 | -10/+138 |
2014-02-20 | Don't purge modified function from stack slots in BC_RET. | Mike Pall | 1 | -1/+1 |
2014-02-19 | FFI: Disallow nested VLS. | Mike Pall | 1 | -1/+1 |
2014-02-19 | Prevent BASE register coalescing if parent uses IR_RETF. | Mike Pall | 4 | -8/+14 |
2014-02-12 | Fix quoting in xedkbuild.bat (again). | Mike Pall | 1 | -2/+2 |
2014-02-05 | Fix exception unwind struct declaration. | Mike Pall | 1 | -1/+1 |
2014-01-20 | Fix OSX build issue. | Mike Pall | 1 | -1/+3 |
2014-01-20 | Fix initial maxslot for down-recursive traces. | Mike Pall | 1 | -1/+1 |
2014-01-20 | Fix compiler warnings. | Mike Pall | 2 | -2/+2 |
2014-01-19 | Fix OSX build issue. | Mike Pall | 1 | -2/+2 |
2014-01-19 | FFI: Fix cts->L for cdata unsinking in snapshot restore. | Mike Pall | 1 | -1/+1 |
2014-01-16 | Bump copyright date to 2014. | Mike Pall | 177 | -195/+195 |
2014-01-05 | Fix ABC elimination. | Mike Pall | 1 | -1/+2 |
2013-12-29 | Fix MinGW build. | Mike Pall | 2 | -0/+2 |
2013-12-25 | MIPS: Cosmetic fix for interpreter. | Mike Pall | 1 | -1/+1 |
2013-12-22 | Fix compilation of string.byte(s, nil, n). | Mike Pall | 1 | -11/+10 |
2013-12-21 | Fix MinGW build. | Mike Pall | 4 | -7/+4 |
2013-12-09 | Fix call unroll checks in the presence of metamethod frames. | Mike Pall | 1 | -0/+1 |
2013-12-02 | x64: Fix store to upvalue for lightuserdata values. | Mike Pall | 4 | -6/+6 |
2013-11-22 | Respect jit.off(func) when returning to a function, too. | Mike Pall | 2 | -1/+3 |
2013-11-22 | Follow-up fix for GC step threshold fix. | Mike Pall | 2 | -2/+3 |
2013-11-21 | Improve msvcbuild.bat static linking. | Mike Pall | 1 | -5/+5 |
2013-11-16 | FFI: Clarify ffi.cdef behavior. | Mike Pall | 1 | -1/+3 |
2013-11-07 | Fix type punning alias analysis for constified pointers. | Mike Pall | 1 | -4/+5 |
2013-11-05 | Fix for last commit | Mike Pall | 2 | -2/+2 |