Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-03-03 | Update changelog. | Mike Pall | 1 | -4/+14 | |
2016-03-03 | Bump copyright date to 2016. | Mike Pall | 177 | -197/+196 | |
2016-03-03 | Fix Android/x86 build. | Mike Pall | 1 | -1/+1 | |
2016-03-01 | Fix build with JIT disabled. | Mike Pall | 2 | -4/+0 | |
Thanks to Peter Melnichenko. | |||||
2016-02-26 | Use internal implementation for converting FP numbers to strings. | Mike Pall | 11 | -121/+627 | |
Contributed by Peter Cawley. | |||||
2016-02-22 | Windows/x64/LJ_GC64: Fix math.frexp() and math.modf(). | Mike Pall | 1 | -0/+8 | |
Thanks to Eddie Edwards. | |||||
2016-02-10 | Don't allocate unused 2nd result register in JIT compiler backend. | Mike Pall | 4 | -4/+4 | |
2016-02-10 | MIPS: Add soft-float support to JIT compiler backend. | Mike Pall | 7 | -83/+418 | |
2016-02-09 | Generalize LJ_SOFTFP dependencies in lj_asm.c. | Mike Pall | 2 | -15/+12 | |
2016-02-01 | PS4: Switch default build to amalgamated and LJ_GC64 mode. | Mike Pall | 1 | -6/+26 | |
Thanks to Eddie Edwards. | |||||
2016-01-29 | MIPS: Switch to dual-number mode. Fix soft-float interpreter. | Mike Pall | 7 | -1426/+1418 | |
2016-01-18 | Add proper DynASM dependency. | Mike Pall | 1 | -1/+1 | |
2016-01-18 | FFI: Parse #line NN and #NN. | Mike Pall | 1 | -5/+26 | |
2016-01-18 | Always merge snapshots without instructions inbetween. | Mike Pall | 1 | -2/+2 | |
Thanks to Vyacheslav Egorov. | |||||
2016-01-18 | Rollback due to HREFK + load fwd must restore guardemit state. | Mike Pall | 1 | -4/+12 | |
Thanks to Vyacheslav Egorov. | |||||
2015-12-28 | DynASM/x64: Fix for full VREG support. | Mike Pall | 1 | -1/+2 | |
Thanks to Peter Cawley. | |||||
2015-12-28 | x86: Disassemble AES instructions. | Mike Pall | 1 | -0/+5 | |
Contributed by Peter Cawley. | |||||
2015-12-28 | x86: Improve disassembly of AVX shift instructions. | Mike Pall | 1 | -2/+2 | |
Contributed by Peter Cawley. | |||||
2015-12-28 | DynASM/x86: Add AVX AES instructions. | Mike Pall | 1 | -0/+6 | |
Contributed by Peter Cawley. | |||||
2015-12-28 | ARM: Add external frame unwinding. | Mike Pall | 3 | -28/+84 | |
Thanks to Nick Zavaritsky. | |||||
2015-12-28 | DynASM/x64: Add full VREG support. | Mike Pall | 2 | -36/+104 | |
Contributed by Peter Cawley. | |||||
2015-12-28 | FFI: Properly unsink non-standard cdata allocations. | Mike Pall | 4 | -6/+15 | |
2015-12-18 | MIPS soft-float, part 2: Add soft-float FFI support. | Mike Pall | 3 | -21/+53 | |
2015-12-17 | MIPS soft-float, part 1: Add soft-float support to interpreter. | Mike Pall | 6 | -224/+1189 | |
Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | |||||
2015-11-26 | FFI: Fix SPLIT pass for CONV i64.u64. | Mike Pall | 1 | -1/+2 | |
Thanks to Vyacheslav Egorov. | |||||
2015-11-18 | x64/LJ_GC64: Fix stack growth in vararg function setup. | Mike Pall | 1 | -1/+1 | |
Thanks to Vyacheslav Egorov. | |||||
2015-11-04 | Document minimum compiler requirements for 2.1 branch. | Mike Pall | 1 | -3/+3 | |
2015-11-04 | DynASM/x86: Add rdpmc instruction. | Mike Pall | 1 | -0/+1 | |
Thanks to Cosmin Apreutesei. | |||||
2015-11-04 | Extend Valgrind suppressions for non-inlined C code. | Mike Pall | 1 | -0/+15 | |
Thanks to Dennis Schridde. | |||||
2015-10-24 | Update changelog. | Mike Pall | 1 | -0/+1 | |
2015-10-24 | iOS/ARM64: Add build instructions. | Mike Pall | 1 | -0/+7 | |
Thanks to Vyacheslav Egorov. | |||||
2015-10-24 | Update build instructions. | Mike Pall | 1 | -15/+12 | |
2015-10-24 | OSX: Switch to Clang as the default compiler. | Mike Pall | 1 | -18/+28 | |
2015-10-24 | iOS: Disable os.execute() when building for iOS >= 8.0. | Mike Pall | 2 | -1/+4 | |
Thanks to Vyacheslav Egorov. | |||||
2015-10-24 | x86/x64: Disassemble AVX/AVX2 instructions. | Mike Pall | 1 | -70/+155 | |
Thanks to Peter Cawley. | |||||
2015-10-24 | Whitespace. | Mike Pall | 1 | -1/+1 | |
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. |