aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DynASM/MIPS: Add missing MIPS64 instructions.Mike Pall2016-05-283-14/+84
* Fix compiler warning.Mike Pall2016-05-281-0/+2
* x64/LJ_GC64: Fix __call metamethod for tailcall.Mike Pall2016-05-281-1/+1
* Fix collateral damage from LJ_GC64 changes to asm_href().Mike Pall2016-05-281-2/+1
* Cleanup install docs.Mike Pall2016-05-261-31/+46
* Use MAP_TRYFIXED for the probing memory allocator, if available.Mike Pall2016-05-231-1/+7
* Merge branch 'master' into v2.1Mike Pall2016-05-231-4/+17
|\
| * x86: Don't spill an explicit REF_BASE in the IR.Mike Pall2016-05-231-3/+3
* | x64/LJ_GC64: Add missing backend support and enable JIT compilation.Mike Pall2016-05-2310-90/+517
* | LJ_FR2: Add support for trace recording and snapshots.Mike Pall2016-05-2311-138/+291
* | LJ_GC64: Update IR type sizes.Mike Pall2016-05-231-5/+8
* | LJ_GC64: Add support for 64 bit GCobj constants in the IR.Mike Pall2016-05-233-13/+33
* | Strip out old infrastructure for 64 bit constants.Mike Pall2016-05-234-80/+0
* | Embed 64 bit constants directly in the IR, using two slots.Mike Pall2016-05-2317-60/+105
* | Always walk IR constants in ascending order.Mike Pall2016-05-222-3/+7
* | Simplify GCtrace * reference embedding for trace stitching.Mike Pall2016-05-226-8/+22
* | Make the IR immovable after assembly.Mike Pall2016-05-224-33/+97
* | Add ra_addrename().Mike Pall2016-05-211-12/+14
* | Load SIMD constants with IR_FLOAD from GG_State.Mike Pall2016-05-214-5/+5
* | Add IR_FLOAD with REF_NIL for field loads from GG_State.Mike Pall2016-05-218-31/+72
* | Move common 32/64 bit in-memory FP constants to jit_State.Mike Pall2016-05-216-34/+77
* | LJ_GC64: Introduce IRT_PGC.Mike Pall2016-05-206-70/+71
* | Merge branch 'master' into v2.1Mike Pall2016-05-206-12/+8
|\|
| * Add guard for obscure aliasing between open upvalues and SSA slots.Mike Pall2016-05-206-12/+8
* | Workaround for MinGW headers lacking some exception definitions.Mike Pall2016-05-201-3/+3
* | Merge branch 'master' into v2.1Mike Pall2016-05-201-7/+1
|\|
| * Remove assumption that lj_math_random_step() doesn't clobber FPRs.Mike Pall2016-05-201-7/+1
* | Fix dependencies.Mike Pall2016-05-191-13/+13
* | Windows/x86: Add full exception interoperability.Mike Pall2016-05-077-28/+158
* | Merge branch 'master' into v2.1Mike Pall2016-05-061-3/+3
|\|
| * x86/x64: Fix instruction length decoder.Mike Pall2016-05-061-3/+3
* | Use the GDB JIT API in a thread-safe manner.Mike Pall2016-05-031-0/+18
* | Constrain value range of lj_ir_kptr() to unsigned 32 bit pointers.Mike Pall2016-04-244-16/+9
* | Merge branch 'master' into v2.1Mike Pall2016-04-242-7/+16
|\|
| * Fix GCC 6 -Wmisleading-indentation warnings.Mike Pall2016-04-241-5/+10
* | Merge branch 'master' into v2.1Mike Pall2016-04-214-28/+28
|\|
| * Fix handling of non-numeric strings in arithmetic coercions.Mike Pall2016-04-214-28/+28
* | Merge branch 'master' into v2.1Mike Pall2016-04-181-11/+11
|\|
| * Whitespace.Mike Pall2016-04-181-11/+11
* | Merge branch 'master' into v2.1Mike Pall2016-04-181-9/+104
|\|
| * x86/x64: Search for exit jumps with instruction length decoder.Mike Pall2016-04-181-9/+104
* | Rewrite memory block allocator.Mike Pall2016-04-181-85/+170
* | Merge branch 'master' into v2.1Mike Pall2016-04-141-17/+17
|\|
| * MIPS: Fix BC_ISNEXT fallback path.Mike Pall2016-04-141-17/+17
* | x64/LJ_GC64: Fix BC_UCLO check for fast-path.Mike Pall2016-04-131-1/+1
* | x86: Improve disassembly of BMI2 instructions.Mike Pall2016-04-051-4/+4
* | Merge branch 'master' into v2.1Mike Pall2016-04-031-1/+4
|\|
| * Fix recording of select(n, ...) with off-trace varargsMike Pall2016-04-031-1/+4
* | Merge branch 'master' into v2.1Mike Pall2016-04-033-8/+11
|\|
| * Cygwin: Allow cross-builds to non-Cygwin targets.Mike Pall2016-04-033-8/+11