aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update changelog.Mike Pall2015-10-241-0/+1
|
* iOS/ARM64: Add build instructions.Mike Pall2015-10-241-0/+7
| | | | Thanks to Vyacheslav Egorov.
* Merge branch 'master' into v2.1Mike Pall2015-10-242-34/+41
|\
| * Update build instructions.Mike Pall2015-10-241-15/+12
| |
| * OSX: Switch to Clang as the default compiler.Mike Pall2015-10-241-18/+28
| |
* | Merge branch 'master' into v2.1Mike Pall2015-10-242-1/+4
|\|
| * iOS: Disable os.execute() when building for iOS >= 8.0.Mike Pall2015-10-242-1/+4
| | | | | | | | Thanks to Vyacheslav Egorov.
* | x86/x64: Disassemble AVX/AVX2 instructions.Mike Pall2015-10-241-70/+155
| | | | | | | | Thanks to Peter Cawley.
* | Whitespace.Mike Pall2015-10-241-1/+1
| |
* | DynASM: Bump version to 1.4.Mike Pall2015-10-247-20/+20
| | | | | | | | Thanks to Peter Cawley.
* | DynASM/x86: Add AVX and AVX2 opcodes.Mike Pall2015-10-242-71/+338
| | | | | | | | Thanks to Peter Cawley.
* | DynASM/x86: Add AES-NI opcodes.Mike Pall2015-10-241-0/+9
| | | | | | | | Thanks to Peter Cawley.
* | Merge branch 'master' into v2.1Mike Pall2015-10-241-5/+5
|\|
| * DynASM/x86: Restrict shld/shrd to operands with same width.Mike Pall2015-10-241-2/+2
| | | | | | | | Thanks to Peter Cawley.
| * DynASM/x86: Fix some SSE instruction templates.Mike Pall2015-10-241-3/+3
| | | | | | | | Thanks to Peter Cawley.
* | Fix pairs() recording.Mike Pall2015-10-241-1/+1
| | | | | | | | Thanks to Vyacheslav Egorov.
* | Merge branch 'master' into v2.1Mike Pall2015-10-241-4/+5
|\|
| * FFI: Fix ipairs() recording.Mike Pall2015-10-241-4/+5
| | | | | | | | Thanks to Vyacheslav Egorov.
* | Merge branch 'master' into v2.1Mike Pall2015-10-151-1/+1
|\|
| * Drop marks from replayed instructions when sinking.Mike Pall2015-10-151-1/+1
| | | | | | | | Reported by Vyacheslav Egorov.
* | Merge branch 'master' into v2.1Mike Pall2015-10-011-0/+1
|\|
| * Flush symbol tables in jit.dump on trace flush.Mike Pall2015-10-011-0/+1
| |
* | Add collectgarbage("isrunning").Mike Pall2015-10-013-2/+6
| |
* | Merge branch 'master' into v2.1Mike Pall2015-10-011-15/+11
|\|
| * Fix unsinking check.Mike Pall2015-10-011-15/+11
| | | | | | | | Reported by Elias Hogstvedt. Debugged and fixed by Vyacheslav Egorov.
* | FFI: Add ssize_t declaration.Mike Pall2015-09-203-0/+5
| |
* | Merge branch 'master' into v2.1Mike Pall2015-09-203-4/+10
|\|
| * Fix Cygwin support. Note: this is not a supported target.Mike Pall2015-09-203-4/+10
| | | | | | | | Contributed by Yaakov Selkowitz.
* | Parse Unicode string escape \u{XX...}.Mike Pall2015-08-303-0/+35
| | | | | | | | Thanks to drbo.
* | Re-enable trace stitching.Mike Pall2015-08-2913-84/+60
| | | | | | | | Thanks to Vyacheslav Egorov.
* | ARM64: Fix ELF bytecode saving.Mike Pall2015-08-261-1/+1
| |
* | RELEASE LuaJIT-2.1.0-beta1v2.1.0-beta1Mike Pall2015-08-255-6/+6
| |
* | ARM64: Add support for saving bytecode as object files.Mike Pall2015-08-251-6/+8
| |
* | Update changelog.Mike Pall2015-08-251-0/+53
| |
* | Add note about bytecode compatibility wrt. LJ_GC64/LJ_FR2.Mike Pall2015-08-251-0/+5
| |
* | Remove LuaJIT 1.x change history.Mike Pall2015-08-241-229/+0
| |
* | Merge branch 'master' into v2.1Mike Pall2015-08-201-4/+12
|\|
| * Properly handle OOM in trace_save().Mike Pall2015-08-201-4/+12
| | | | | | | | Thanks to Vyacheslav Egorov.
* | Merge branch 'master' into v2.1Mike Pall2015-08-201-1/+1
|\|
| * Fix NYICF error message.Mike Pall2015-08-201-1/+1
| | | | | | | | Thanks to Vyacheslav Egorov.
* | Parse binary number literals (0bxxx).Mike Pall2015-08-193-7/+56
| |
* | Merge branch 'master' into v2.1Mike Pall2015-07-171-0/+4
|\|
| * FFI: Don't propagate qualifiers into subtypes of complex.Mike Pall2015-07-171-0/+4
| |
* | ARM64: Fix __call metamethod handling for tail calls.Mike Pall2015-07-141-2/+2
| |
* | Merge branch 'master' into v2.1Mike Pall2015-07-101-4/+11
|\|
| * Limit number of arguments given to io.lines() and fp:lines().Mike Pall2015-07-101-4/+11
| |
* | Fix Xbox One port.Mike Pall2015-06-164-9/+8
| |
* | Disable table allocation bump optimization (for now).Mike Pall2015-06-132-0/+16
| |
* | Add Xbox One port.Mike Pall2015-06-127-4/+138
| |
* | Fix table allocation bump optimization (sigh).Mike Pall2015-06-101-1/+9
| |