aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix formatting of some small denormals at low precision.Mike Pall2016-03-281-0/+1
* Merge branch 'master' into v2.1Mike Pall2016-03-222-14/+23
|\
| * Fix install for cross-builds.Mike Pall2016-03-222-14/+23
* | Merge branch 'master' into v2.1Mike Pall2016-03-223-2/+3
|\|
| * Fix compiler warnings.Mike Pall2016-03-223-2/+3
* | ARM: Fix build problem with external frame unwinding.Mike Pall2016-03-151-1/+0
* | MIPS soft-float: Fix code generation for HREF.Mike Pall2016-03-101-2/+1
* | DynASM/x86: Add ADX instructions.Mike Pall2016-03-061-0/+4
* | RELEASE LuaJIT-2.1.0-beta2v2.1.0-beta2Mike Pall2016-03-035-6/+6
* | Update changelog.Mike Pall2016-03-031-4/+14
* | Merge branch 'master' into v2.1Mike Pall2016-03-03192-211/+211
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-03177-197/+196
* | Fix Android/x86 build.Mike Pall2016-03-031-1/+1
* | Fix build with JIT disabled.Mike Pall2016-03-012-4/+0
* | Use internal implementation for converting FP numbers to strings.Mike Pall2016-02-2611-121/+627
* | Windows/x64/LJ_GC64: Fix math.frexp() and math.modf().Mike Pall2016-02-221-0/+8
* | Merge branch 'master' into v2.1Mike Pall2016-02-103-3/+3
|\|
| * Don't allocate unused 2nd result register in JIT compiler backend.Mike Pall2016-02-104-4/+4
* | MIPS: Add soft-float support to JIT compiler backend.Mike Pall2016-02-107-83/+418
* | 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
* | 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
* | Rollback due to HREFK + load fwd must restore guardemit state.Mike Pall2016-01-181-4/+12
* | DynASM/x64: Fix for full VREG support.Mike Pall2015-12-281-1/+2
* | x86: Disassemble AES instructions.Mike Pall2015-12-281-0/+5
* | x86: Improve disassembly of AVX shift instructions.Mike Pall2015-12-281-2/+2
* | DynASM/x86: Add AVX AES instructions.Mike Pall2015-12-281-0/+6
* | ARM: Add external frame unwinding.Mike Pall2015-12-283-28/+84
* | DynASM/x64: Add full VREG support.Mike Pall2015-12-282-36/+104
* | 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
* | 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
* | x64/LJ_GC64: Fix stack growth in vararg function setup.Mike Pall2015-11-181-1/+1
* | 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
| * Extend Valgrind suppressions for non-inlined C code.Mike Pall2015-11-041-0/+15
* | Update changelog.Mike Pall2015-10-241-0/+1
* | iOS/ARM64: Add build instructions.Mike Pall2015-10-241-0/+7
* | 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
* | x86/x64: Disassemble AVX/AVX2 instructions.Mike Pall2015-10-241-70/+155