Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-10-24 | DynASM: Bump version to 1.4. | Mike Pall | 7 | -20/+20 | |
Thanks to Peter Cawley. | |||||
2015-10-24 | DynASM/x86: Add AVX and AVX2 opcodes. | Mike Pall | 2 | -71/+338 | |
Thanks to Peter Cawley. | |||||
2015-10-24 | DynASM/x86: Add AES-NI opcodes. | Mike Pall | 1 | -0/+9 | |
Thanks to Peter Cawley. | |||||
2015-10-24 | DynASM/x86: Restrict shld/shrd to operands with same width. | Mike Pall | 1 | -2/+2 | |
Thanks to Peter Cawley. | |||||
2015-10-24 | DynASM/x86: Fix some SSE instruction templates. | Mike Pall | 1 | -3/+3 | |
Thanks to Peter Cawley. | |||||
2015-10-24 | Fix pairs() recording. | Mike Pall | 1 | -1/+1 | |
Thanks to Vyacheslav Egorov. | |||||
2015-10-24 | FFI: Fix ipairs() recording. | Mike Pall | 1 | -4/+5 | |
Thanks to Vyacheslav Egorov. | |||||
2015-10-15 | Drop marks from replayed instructions when sinking. | Mike Pall | 1 | -1/+1 | |
Reported by Vyacheslav Egorov. | |||||
2015-10-01 | Flush symbol tables in jit.dump on trace flush. | Mike Pall | 1 | -0/+1 | |
2015-10-01 | Add collectgarbage("isrunning"). | Mike Pall | 3 | -2/+6 | |
2015-10-01 | Fix unsinking check. | Mike Pall | 1 | -15/+11 | |
Reported by Elias Hogstvedt. Debugged and fixed by Vyacheslav Egorov. | |||||
2015-09-20 | FFI: Add ssize_t declaration. | Mike Pall | 3 | -0/+5 | |
2015-09-20 | Fix Cygwin support. Note: this is not a supported target. | Mike Pall | 3 | -4/+10 | |
Contributed by Yaakov Selkowitz. | |||||
2015-08-30 | Parse Unicode string escape \u{XX...}. | Mike Pall | 3 | -0/+35 | |
Thanks to drbo. | |||||
2015-08-29 | Re-enable trace stitching. | Mike Pall | 13 | -84/+60 | |
Thanks to Vyacheslav Egorov. | |||||
2015-08-26 | ARM64: Fix ELF bytecode saving. | Mike Pall | 1 | -1/+1 | |
2015-08-25 | RELEASE LuaJIT-2.1.0-beta1v2.1.0-beta1 | Mike Pall | 5 | -6/+6 | |
2015-08-25 | ARM64: Add support for saving bytecode as object files. | Mike Pall | 1 | -6/+8 | |
2015-08-25 | Update changelog. | Mike Pall | 1 | -0/+53 | |
2015-08-25 | Add note about bytecode compatibility wrt. LJ_GC64/LJ_FR2. | Mike Pall | 1 | -0/+5 | |
2015-08-24 | Remove LuaJIT 1.x change history. | Mike Pall | 1 | -229/+0 | |
2015-08-20 | Properly handle OOM in trace_save(). | Mike Pall | 1 | -4/+12 | |
Thanks to Vyacheslav Egorov. | |||||
2015-08-20 | Fix NYICF error message. | Mike Pall | 1 | -1/+1 | |
Thanks to Vyacheslav Egorov. | |||||
2015-08-19 | Parse binary number literals (0bxxx). | Mike Pall | 3 | -7/+56 | |
2015-07-17 | FFI: Don't propagate qualifiers into subtypes of complex. | Mike Pall | 1 | -0/+4 | |
2015-07-14 | ARM64: Fix __call metamethod handling for tail calls. | Mike Pall | 1 | -2/+2 | |
2015-07-10 | Limit number of arguments given to io.lines() and fp:lines(). | Mike Pall | 1 | -4/+11 | |
2015-06-16 | Fix Xbox One port. | Mike Pall | 4 | -9/+8 | |
2015-06-13 | Disable table allocation bump optimization (for now). | Mike Pall | 2 | -0/+16 | |
2015-06-12 | Add Xbox One port. | Mike Pall | 7 | -4/+138 | |
2015-06-10 | Fix table allocation bump optimization (sigh). | Mike Pall | 1 | -1/+9 | |
2015-06-10 | Fix narrowing of TOBIT. | Mike Pall | 1 | -5/+2 | |
2015-06-10 | x64/LJ_GC64: Fix ipairs(). | Mike Pall | 1 | -0/+7 | |
2015-06-09 | Fix table allocation bump optimization (again). | Mike Pall | 1 | -1/+2 | |
2015-06-09 | x64: Allow building without external unwinder. | Mike Pall | 6 | -8/+37 | |
Required for PS4 SDK 2.5. Thanks to James Park. | |||||
2015-05-29 | x64/LJ_GC64: Fix upvalue write barrier. | Mike Pall | 1 | -5/+8 | |
2015-05-25 | x64/LJ_GC64: Fix setmetatable(). | Mike Pall | 1 | -3/+3 | |
2015-05-21 | Fix table allocation bump optimization. | Mike Pall | 2 | -1/+4 | |
2015-05-20 | LJ_GC64: Fix frame unwinding. | Mike Pall | 1 | -2/+2 | |
2015-05-19 | Fix for last commit. | Mike Pall | 1 | -0/+1 | |
2015-05-19 | Bump table allocations retroactively if they grow later on. | Mike Pall | 6 | -9/+101 | |
2015-05-14 | RELEASE LuaJIT-2.0.4v2.0.4 | Mike Pall | 13 | -16/+16 | |
2015-05-14 | Update changelog. | Mike Pall | 1 | -0/+50 | |
2015-05-04 | Cleanup. | Mike Pall | 1 | -2/+0 | |
2015-05-04 | x86/x64: Fix argument check for bit shifts. | Mike Pall | 1 | -3/+7 | |
2015-05-04 | x64: Add LJ_GC64 mode interpreter. | Mike Pall | 8 | -5/+4906 | |
Enable this mode with: make XCFLAGS=-DLUAJIT_ENABLE_GC64 | |||||
2015-04-29 | Fix broken Windows build. | Mike Pall | 1 | -2/+2 | |
2015-04-28 | Disable trace stitching (for now) due to a design mistake. | Mike Pall | 2 | -0/+34 | |
Thanks to Elias Hogstvedt for finding a test case for a well known, but hard to track down issue with trace stitching. | |||||
2015-04-28 | Fix stack check in narrowing optimization. | Mike Pall | 1 | -3/+11 | |
Thanks to Robert Nix. | |||||
2015-04-15 | ARM64: Fix math.floor/math.ceil for string args. | Mike Pall | 1 | -0/+1 | |