| Commit message (Expand) | Author | Files | Lines |
2016-04-05 | x86: Improve disassembly of BMI2 instructions. | Mike Pall | 1 | -4/+4 |
2016-04-03 | Fix recording of select(n, ...) with off-trace varargs | Mike Pall | 1 | -1/+4 |
2016-04-03 | Cygwin: Allow cross-builds to non-Cygwin targets. | Mike Pall | 3 | -8/+11 |
2016-03-31 | Windows/x64/LJ_GC64: Fix math.frexp() and math.modf() (again). | Mike Pall | 1 | -5/+4 |
2016-03-30 | MIPS: Fix use of ffgccheck delay slots in interpreter. | Mike Pall | 1 | -0/+5 |
2016-03-28 | x86: Generate BMI2 shifts and rotates, if available. | Mike Pall | 5 | -7/+51 |
2016-03-28 | x86: Detect BMI2 instruction support. | Mike Pall | 4 | -1/+10 |
2016-03-28 | x64/LJ_GC64: Fix JIT glue code in interpreter. | Mike Pall | 1 | -12/+12 |
2016-03-28 | Windows: Remove intermediate files at end of build. | Mike Pall | 1 | -0/+2 |
2016-03-28 | Fix compiler warnings. | Mike Pall | 2 | -3/+3 |
2016-03-28 | Fix display of NULL (light)userdata in -jdump. | Mike Pall | 1 | -1/+1 |
2016-03-28 | Fix formatting of some small denormals at low precision. | Mike Pall | 1 | -0/+1 |
2016-03-22 | Fix install for cross-builds. | Mike Pall | 2 | -14/+23 |
2016-03-22 | Fix compiler warnings. | Mike Pall | 3 | -2/+3 |
2016-03-15 | ARM: Fix build problem with external frame unwinding. | Mike Pall | 1 | -1/+0 |
2016-03-10 | MIPS soft-float: Fix code generation for HREF. | Mike Pall | 1 | -2/+1 |
2016-03-06 | DynASM/x86: Add ADX instructions. | Mike Pall | 1 | -0/+4 |
2016-03-03 | RELEASE LuaJIT-2.1.0-beta2v2.1.0-beta2 | Mike Pall | 5 | -6/+6 |
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 |
2016-02-26 | Use internal implementation for converting FP numbers to strings. | Mike Pall | 11 | -121/+627 |
2016-02-22 | Windows/x64/LJ_GC64: Fix math.frexp() and math.modf(). | Mike Pall | 1 | -0/+8 |
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 |
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 |
2016-01-18 | Rollback due to HREFK + load fwd must restore guardemit state. | Mike Pall | 1 | -4/+12 |
2015-12-28 | DynASM/x64: Fix for full VREG support. | Mike Pall | 1 | -1/+2 |
2015-12-28 | x86: Disassemble AES instructions. | Mike Pall | 1 | -0/+5 |
2015-12-28 | x86: Improve disassembly of AVX shift instructions. | Mike Pall | 1 | -2/+2 |
2015-12-28 | DynASM/x86: Add AVX AES instructions. | Mike Pall | 1 | -0/+6 |
2015-12-28 | ARM: Add external frame unwinding. | Mike Pall | 3 | -28/+84 |
2015-12-28 | DynASM/x64: Add full VREG support. | Mike Pall | 2 | -36/+104 |
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 |
2015-11-26 | FFI: Fix SPLIT pass for CONV i64.u64. | Mike Pall | 1 | -1/+2 |
2015-11-18 | x64/LJ_GC64: Fix stack growth in vararg function setup. | Mike Pall | 1 | -1/+1 |
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 |
2015-11-04 | Extend Valgrind suppressions for non-inlined C code. | Mike Pall | 1 | -0/+15 |
2015-10-24 | Update changelog. | Mike Pall | 1 | -0/+1 |
2015-10-24 | iOS/ARM64: Add build instructions. | Mike Pall | 1 | -0/+7 |
2015-10-24 | Update build instructions. | Mike Pall | 1 | -15/+12 |