Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DynASM/MIPS: Add missing MIPS64 instructions. | Mike Pall | 2016-05-28 | 3 | -14/+84 |
| | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | ||||
* | Fix compiler warning. | Mike Pall | 2016-05-28 | 1 | -0/+2 |
| | |||||
* | x64/LJ_GC64: Fix __call metamethod for tailcall. | Mike Pall | 2016-05-28 | 1 | -1/+1 |
| | |||||
* | Fix collateral damage from LJ_GC64 changes to asm_href(). | Mike Pall | 2016-05-28 | 1 | -2/+1 |
| | |||||
* | Cleanup install docs. | Mike Pall | 2016-05-26 | 1 | -31/+46 |
| | |||||
* | Use MAP_TRYFIXED for the probing memory allocator, if available. | Mike Pall | 2016-05-23 | 1 | -1/+7 |
| | |||||
* | Merge branch 'master' into v2.1 | Mike Pall | 2016-05-23 | 1 | -4/+17 |
|\ | |||||
| * | x86: Don't spill an explicit REF_BASE in the IR. | Mike Pall | 2016-05-23 | 1 | -3/+3 |
| | | | | | | | | Thanks to Vyacheslav Egorov. | ||||
* | | x64/LJ_GC64: Add missing backend support and enable JIT compilation. | Mike Pall | 2016-05-23 | 10 | -90/+517 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | LJ_FR2: Add support for trace recording and snapshots. | Mike Pall | 2016-05-23 | 11 | -138/+291 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | LJ_GC64: Update IR type sizes. | Mike Pall | 2016-05-23 | 1 | -5/+8 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | LJ_GC64: Add support for 64 bit GCobj constants in the IR. | Mike Pall | 2016-05-23 | 3 | -13/+33 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | Strip out old infrastructure for 64 bit constants. | Mike Pall | 2016-05-23 | 4 | -80/+0 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | Embed 64 bit constants directly in the IR, using two slots. | Mike Pall | 2016-05-23 | 17 | -60/+105 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | Always walk IR constants in ascending order. | Mike Pall | 2016-05-22 | 2 | -3/+7 |
| | | | | | | | | | | Prerequisite for embedding 64 bit constants directly in the IR. Contributed by Peter Cawley. | ||||
* | | Simplify GCtrace * reference embedding for trace stitching. | Mike Pall | 2016-05-22 | 6 | -8/+22 |
| | | | | | | | | | | This is now possible due to the immovable IR. Contributed by Peter Cawley. | ||||
* | | Make the IR immovable after assembly. | Mike Pall | 2016-05-22 | 4 | -33/+97 |
| | | | | | | | | | | This allows embedding pointers to IR constants in the machine code. Contributed by Peter Cawley. | ||||
* | | Add ra_addrename(). | Mike Pall | 2016-05-21 | 1 | -12/+14 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | Load SIMD constants with IR_FLOAD from GG_State. | Mike Pall | 2016-05-21 | 4 | -5/+5 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | Add IR_FLOAD with REF_NIL for field loads from GG_State. | Mike Pall | 2016-05-21 | 8 | -31/+72 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | Move common 32/64 bit in-memory FP constants to jit_State. | Mike Pall | 2016-05-21 | 6 | -34/+77 |
| | | | | | | | | | | Prerequisite for immovable IR. Contributed by Peter Cawley. | ||||
* | | LJ_GC64: Introduce IRT_PGC. | Mike Pall | 2016-05-20 | 6 | -70/+71 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-05-20 | 6 | -12/+8 |
|\| | |||||
| * | Add guard for obscure aliasing between open upvalues and SSA slots. | Mike Pall | 2016-05-20 | 6 | -12/+8 |
| | | | | | | | | Thanks to Peter Cawley. | ||||
* | | Workaround for MinGW headers lacking some exception definitions. | Mike Pall | 2016-05-20 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-05-20 | 1 | -7/+1 |
|\| | |||||
| * | Remove assumption that lj_math_random_step() doesn't clobber FPRs. | Mike Pall | 2016-05-20 | 1 | -7/+1 |
| | | |||||
* | | Fix dependencies. | Mike Pall | 2016-05-19 | 1 | -13/+13 |
| | | |||||
* | | Windows/x86: Add full exception interoperability. | Mike Pall | 2016-05-07 | 7 | -28/+158 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-05-06 | 1 | -3/+3 |
|\| | |||||
| * | x86/x64: Fix instruction length decoder. | Mike Pall | 2016-05-06 | 1 | -3/+3 |
| | | | | | | | | Thanks to Peter Cawley. | ||||
* | | Use the GDB JIT API in a thread-safe manner. | Mike Pall | 2016-05-03 | 1 | -0/+18 |
| | | | | | | | | Thanks to Peter Cawley. | ||||
* | | Constrain value range of lj_ir_kptr() to unsigned 32 bit pointers. | Mike Pall | 2016-04-24 | 4 | -16/+9 |
| | | | | | | | | Thanks to Peter Cawley. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-04-24 | 2 | -7/+16 |
|\| | |||||
| * | Fix GCC 6 -Wmisleading-indentation warnings. | Mike Pall | 2016-04-24 | 1 | -5/+10 |
| | | | | | | | | Thanks to Roman Tsisyk. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-04-21 | 4 | -28/+28 |
|\| | |||||
| * | Fix handling of non-numeric strings in arithmetic coercions. | Mike Pall | 2016-04-21 | 4 | -28/+28 |
| | | | | | | | | Thanks to Vyacheslav Egorov. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-04-18 | 1 | -11/+11 |
|\| | |||||
| * | Whitespace. | Mike Pall | 2016-04-18 | 1 | -11/+11 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-04-18 | 1 | -9/+104 |
|\| | |||||
| * | x86/x64: Search for exit jumps with instruction length decoder. | Mike Pall | 2016-04-18 | 1 | -9/+104 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | Rewrite memory block allocator. | Mike Pall | 2016-04-18 | 1 | -85/+170 |
| | | | | | | | | | | | | Use a mix of linear probing and pseudo-random probing. Workaround for 1GB MAP_32BIT limit on Linux/x64. Now 2GB with !LJ_GC64. Enforce 128TB LJ_GC64 limit for > 47 bit memory layouts (ARM64). | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-04-14 | 1 | -17/+17 |
|\| | |||||
| * | MIPS: Fix BC_ISNEXT fallback path. | Mike Pall | 2016-04-14 | 1 | -17/+17 |
| | | | | | | | | Thanks to RT-RK.com. | ||||
* | | x64/LJ_GC64: Fix BC_UCLO check for fast-path. | Mike Pall | 2016-04-13 | 1 | -1/+1 |
| | | | | | | | | Thanks to Vyacheslav Egorov. | ||||
* | | x86: Improve disassembly of BMI2 instructions. | Mike Pall | 2016-04-05 | 1 | -4/+4 |
| | | | | | | | | Thanks to Peter Cawley. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-04-03 | 1 | -1/+4 |
|\| | |||||
| * | Fix recording of select(n, ...) with off-trace varargs | Mike Pall | 2016-04-03 | 1 | -1/+4 |
| | | | | | | | | Thanks to Peter Cawley. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-04-03 | 3 | -8/+11 |
|\| | |||||
| * | Cygwin: Allow cross-builds to non-Cygwin targets. | Mike Pall | 2016-04-03 | 3 | -8/+11 |
| | |