Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | DynASM: Bump version to 1.4. | Mike Pall | 2015-10-24 | 7 | -20/+20 | |
| | | | | | | | | Thanks to Peter Cawley. | |||||
* | | DynASM/x86: Add AVX and AVX2 opcodes. | Mike Pall | 2015-10-24 | 2 | -71/+338 | |
| | | | | | | | | Thanks to Peter Cawley. | |||||
* | | DynASM/x86: Add AES-NI opcodes. | Mike Pall | 2015-10-24 | 1 | -0/+9 | |
| | | | | | | | | Thanks to Peter Cawley. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-10-24 | 1 | -5/+5 | |
|\| | ||||||
| * | DynASM/x86: Restrict shld/shrd to operands with same width. | Mike Pall | 2015-10-24 | 1 | -2/+2 | |
| | | | | | | | | Thanks to Peter Cawley. | |||||
| * | DynASM/x86: Fix some SSE instruction templates. | Mike Pall | 2015-10-24 | 1 | -3/+3 | |
| | | | | | | | | Thanks to Peter Cawley. | |||||
* | | Fix pairs() recording. | Mike Pall | 2015-10-24 | 1 | -1/+1 | |
| | | | | | | | | Thanks to Vyacheslav Egorov. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-10-24 | 1 | -4/+5 | |
|\| | ||||||
| * | FFI: Fix ipairs() recording. | Mike Pall | 2015-10-24 | 1 | -4/+5 | |
| | | | | | | | | Thanks to Vyacheslav Egorov. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-10-15 | 1 | -1/+1 | |
|\| | ||||||
| * | Drop marks from replayed instructions when sinking. | Mike Pall | 2015-10-15 | 1 | -1/+1 | |
| | | | | | | | | Reported by Vyacheslav Egorov. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-10-01 | 1 | -0/+1 | |
|\| | ||||||
| * | Flush symbol tables in jit.dump on trace flush. | Mike Pall | 2015-10-01 | 1 | -0/+1 | |
| | | ||||||
* | | Add collectgarbage("isrunning"). | Mike Pall | 2015-10-01 | 3 | -2/+6 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-10-01 | 1 | -15/+11 | |
|\| | ||||||
| * | Fix unsinking check. | Mike Pall | 2015-10-01 | 1 | -15/+11 | |
| | | | | | | | | Reported by Elias Hogstvedt. Debugged and fixed by Vyacheslav Egorov. | |||||
* | | FFI: Add ssize_t declaration. | Mike Pall | 2015-09-20 | 3 | -0/+5 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-09-20 | 3 | -4/+10 | |
|\| | ||||||
| * | Fix Cygwin support. Note: this is not a supported target. | Mike Pall | 2015-09-20 | 3 | -4/+10 | |
| | | | | | | | | Contributed by Yaakov Selkowitz. | |||||
* | | Parse Unicode string escape \u{XX...}. | Mike Pall | 2015-08-30 | 3 | -0/+35 | |
| | | | | | | | | Thanks to drbo. | |||||
* | | Re-enable trace stitching. | Mike Pall | 2015-08-29 | 13 | -84/+60 | |
| | | | | | | | | Thanks to Vyacheslav Egorov. | |||||
* | | ARM64: Fix ELF bytecode saving. | Mike Pall | 2015-08-26 | 1 | -1/+1 | |
| | | ||||||
* | | RELEASE LuaJIT-2.1.0-beta1v2.1.0-beta1 | Mike Pall | 2015-08-25 | 5 | -6/+6 | |
| | | ||||||
* | | ARM64: Add support for saving bytecode as object files. | Mike Pall | 2015-08-25 | 1 | -6/+8 | |
| | | ||||||
* | | Update changelog. | Mike Pall | 2015-08-25 | 1 | -0/+53 | |
| | | ||||||
* | | Add note about bytecode compatibility wrt. LJ_GC64/LJ_FR2. | Mike Pall | 2015-08-25 | 1 | -0/+5 | |
| | | ||||||
* | | Remove LuaJIT 1.x change history. | Mike Pall | 2015-08-24 | 1 | -229/+0 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-08-20 | 1 | -4/+12 | |
|\| | ||||||
| * | Properly handle OOM in trace_save(). | Mike Pall | 2015-08-20 | 1 | -4/+12 | |
| | | | | | | | | Thanks to Vyacheslav Egorov. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-08-20 | 1 | -1/+1 | |
|\| | ||||||
| * | Fix NYICF error message. | Mike Pall | 2015-08-20 | 1 | -1/+1 | |
| | | | | | | | | Thanks to Vyacheslav Egorov. | |||||
* | | Parse binary number literals (0bxxx). | Mike Pall | 2015-08-19 | 3 | -7/+56 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-07-17 | 1 | -0/+4 | |
|\| | ||||||
| * | FFI: Don't propagate qualifiers into subtypes of complex. | Mike Pall | 2015-07-17 | 1 | -0/+4 | |
| | | ||||||
* | | ARM64: Fix __call metamethod handling for tail calls. | Mike Pall | 2015-07-14 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-07-10 | 1 | -4/+11 | |
|\| | ||||||
| * | Limit number of arguments given to io.lines() and fp:lines(). | Mike Pall | 2015-07-10 | 1 | -4/+11 | |
| | | ||||||
* | | Fix Xbox One port. | Mike Pall | 2015-06-16 | 4 | -9/+8 | |
| | | ||||||
* | | Disable table allocation bump optimization (for now). | Mike Pall | 2015-06-13 | 2 | -0/+16 | |
| | | ||||||
* | | Add Xbox One port. | Mike Pall | 2015-06-12 | 7 | -4/+138 | |
| | | ||||||
* | | Fix table allocation bump optimization (sigh). | Mike Pall | 2015-06-10 | 1 | -1/+9 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-06-10 | 1 | -5/+2 | |
|\| | ||||||
| * | Fix narrowing of TOBIT. | Mike Pall | 2015-06-10 | 1 | -5/+2 | |
| | | ||||||
* | | x64/LJ_GC64: Fix ipairs(). | Mike Pall | 2015-06-10 | 1 | -0/+7 | |
| | | ||||||
* | | Fix table allocation bump optimization (again). | Mike Pall | 2015-06-09 | 1 | -1/+2 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-06-09 | 7 | -8/+61 | |
|\| | ||||||
| * | x64: Allow building without external unwinder. | Mike Pall | 2015-06-09 | 6 | -8/+37 | |
| | | | | | | | | Required for PS4 SDK 2.5. Thanks to James Park. | |||||
* | | x64/LJ_GC64: Fix upvalue write barrier. | Mike Pall | 2015-05-29 | 1 | -5/+8 | |
| | | ||||||
* | | x64/LJ_GC64: Fix setmetatable(). | Mike Pall | 2015-05-25 | 1 | -3/+3 | |
| | | ||||||
* | | Fix table allocation bump optimization. | Mike Pall | 2015-05-21 | 2 | -1/+4 | |
| | |