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