summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | LJ_GC64: Fix jit.on/off.Mike Pall2016-10-081-1/+1
* | Fix -jp=a mode for builtins.Mike Pall2016-10-021-0/+1
* | Merge branch 'master' into v2.1Mike Pall2016-10-021-1/+1
|\|
| * ARM: Fix BLX encoding for Thumb interworking calls.Mike Pall2016-10-021-1/+1
* | Merge branch 'master' into v2.1Mike Pall2016-09-191-1/+2
|\|
| * Looks like COLORTERM has gone out of fashion.Mike Pall2016-09-191-1/+2
* | Merge branch 'master' into v2.1Mike Pall2016-09-191-1/+3
|\|
| * Initialize uv->immutable for upvalues of loaded chunks.Mike Pall2016-09-191-1/+3
* | Windows/x86: Add MSVC flags for debug build with exception interop.Mike Pall2016-09-061-1/+1
* | Merge branch 'master' into v2.1Mike Pall2016-07-312-7/+4
|\|
| * Revert "OSX: Switch to Clang as the default compiler."Mike Pall2016-07-312-6/+2
* | Fix exit status for 'luajit -b'.Mike Pall2016-07-221-2/+2
* | Must preserve J->fold.ins (fins) around call to lj_ir_ksimd().Mike Pall2016-07-221-1/+3
* | Merge branch 'master' into v2.1Mike Pall2016-07-171-7/+7
|\|
| * Adjust comment with defines.Mike Pall2016-07-171-7/+7
* | Emit bytecode in .c/.h files with unsigned char type.Mike Pall2016-07-171-2/+2
* | Set arg table before evaluating LUA_INIT and -e chunks.Mike Pall2016-07-172-44/+60
* | Merge branch 'master' into v2.1Mike Pall2016-07-171-1/+2
|\|
| * Fix for cdata vs. non-cdata arithmetics/comparisons.Mike Pall2016-07-171-1/+2
* | Merge branch 'master' into v2.1Mike Pall2016-07-177-13/+13
|\|
| * Fix unused vars etc. in internal Lua files.Mike Pall2016-07-175-11/+11
* | Properly clean up state before restart of trace assembly.Mike Pall2016-06-271-6/+10
* | Merge branch 'master' into v2.1Mike Pall2016-06-271-2/+2
|\|
| * Drop leftover regs in 'for' iterator assignment, too.Mike Pall2016-06-271-2/+2
* | MIPS: Support MIPS16 interlinking.Mike Pall2016-06-085-3/+9
* | x64/LJ_GC64: Fix code generation for IR_KNULL call argument.Mike Pall2016-06-051-1/+1
* | Merge branch 'master' into v2.1Mike Pall2016-06-051-3/+2
|\|
| * Fix PHI remarking in SINK pass.Mike Pall2016-06-051-3/+2
* | LJ_GC64: Set correct nil value when clearing a cdata finalizer.Mike Pall2016-06-031-4/+6
* | LJ_GC64: Ensure all IR slot fields are initialized.Mike Pall2016-06-032-0/+5
* | LJ_GC64: Allow optional use of the system memory allocator.Mike Pall2016-06-033-6/+6
* | Merge branch 'master' into v2.1Mike Pall2016-06-031-3/+3
|\|
| * Fix Valgrind suppressions.Mike Pall2016-06-031-3/+3
* | Merge branch 'master' into v2.1Mike Pall2016-06-031-1/+1
|\|
| * Don't try to record outermost pcall() return to lower frame.Mike Pall2016-06-031-1/+1
* | MIPS: Fix build failures and warnings.Mike Pall2016-05-293-5/+5
* | Proper fix for LJ_GC64 changes to asm_href().Mike Pall2016-05-281-2/+4
* | MIPS64, part 1: Add MIPS64 support to interpreter.Mike Pall2016-05-2819-62/+5213
* | 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