aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Generalize LJ_SOFTFP dependencies in lj_asm.c.Mike Pall2016-02-092-15/+12
|
* PS4: Switch default build to amalgamated and LJ_GC64 mode.Mike Pall2016-02-011-6/+26
| | | | Thanks to Eddie Edwards.
* MIPS: Switch to dual-number mode. Fix soft-float interpreter.Mike Pall2016-01-297-1426/+1418
|
* Add proper DynASM dependency.Mike Pall2016-01-181-1/+1
|
* FFI: Parse #line NN and #NN.Mike Pall2016-01-181-5/+26
|
* Always merge snapshots without instructions inbetween.Mike Pall2016-01-181-2/+2
| | | | Thanks to Vyacheslav Egorov.
* Rollback due to HREFK + load fwd must restore guardemit state.Mike Pall2016-01-181-4/+12
| | | | Thanks to Vyacheslav Egorov.
* DynASM/x64: Fix for full VREG support.Mike Pall2015-12-281-1/+2
| | | | Thanks to Peter Cawley.
* x86: Disassemble AES instructions.Mike Pall2015-12-281-0/+5
| | | | Contributed by Peter Cawley.
* x86: Improve disassembly of AVX shift instructions.Mike Pall2015-12-281-2/+2
| | | | Contributed by Peter Cawley.
* DynASM/x86: Add AVX AES instructions.Mike Pall2015-12-281-0/+6
| | | | Contributed by Peter Cawley.
* ARM: Add external frame unwinding.Mike Pall2015-12-283-28/+84
| | | | Thanks to Nick Zavaritsky.
* DynASM/x64: Add full VREG support.Mike Pall2015-12-282-36/+104
| | | | Contributed by Peter Cawley.
* FFI: Properly unsink non-standard cdata allocations.Mike Pall2015-12-284-6/+15
|
* MIPS soft-float, part 2: Add soft-float FFI support.Mike Pall2015-12-183-21/+53
|
* MIPS soft-float, part 1: Add soft-float support to interpreter.Mike Pall2015-12-176-224/+1189
| | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.
* Merge branch 'master' into v2.1Mike Pall2015-11-261-1/+2
|\
| * FFI: Fix SPLIT pass for CONV i64.u64.Mike Pall2015-11-261-1/+2
| | | | | | | | Thanks to Vyacheslav Egorov.
* | x64/LJ_GC64: Fix stack growth in vararg function setup.Mike Pall2015-11-181-1/+1
| | | | | | | | Thanks to Vyacheslav Egorov.
* | Document minimum compiler requirements for 2.1 branch.Mike Pall2015-11-041-3/+3
| |
* | Merge branch 'master' into v2.1Mike Pall2015-11-042-0/+16
|\|
| * DynASM/x86: Add rdpmc instruction.Mike Pall2015-11-041-0/+1
| | | | | | | | Thanks to Cosmin Apreutesei.
| * Extend Valgrind suppressions for non-inlined C code.Mike Pall2015-11-041-0/+15
| | | | | | | | Thanks to Dennis Schridde.
* | 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
|\|