aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2014-02-282-6/+2
|\
| * Fix frame depth display for bytecode dump in -jdump.Mike Pall2014-02-281-2/+0
| * Fix recording of BC_VARG.Mike Pall2014-02-281-4/+2
* | Merge branch 'master' into v2.1Mike Pall2014-02-271-0/+1
|\|
| * Fix for -jdump docs.Mike Pall2014-02-271-0/+1
* | Merge branch 'master' into v2.1Mike Pall2014-02-267-10/+138
|\|
| * Add PS4 port.Mike Pall2014-02-267-10/+138
* | Merge branch 'master' into v2.1Mike Pall2014-02-207-12/+18
|\|
| * Don't purge modified function from stack slots in BC_RET.Mike Pall2014-02-201-1/+1
| * FFI: Disallow nested VLS.Mike Pall2014-02-191-1/+1
| * Prevent BASE register coalescing if parent uses IR_RETF.Mike Pall2014-02-194-8/+14
| * Fix quoting in xedkbuild.bat (again).Mike Pall2014-02-121-2/+2
* | Fix Xbox 360 build.Mike Pall2014-02-201-0/+5
* | Merge branch 'master' into v2.1Mike Pall2014-02-061-1/+1
|\|
| * Fix exception unwind struct declaration.Mike Pall2014-02-051-1/+1
* | Use own buffer for LOOP substitution table.Mike Pall2014-02-011-6/+20
* | Don't start a trace on side exit to non-Lua function.Mike Pall2014-01-311-0/+1
* | Don't start stitched trace with CALLMT, too.Mike Pall2014-01-201-1/+2
* | Merge branch 'master' into v2.1Mike Pall2014-01-204-4/+6
|\|
| * Fix OSX build issue.Mike Pall2014-01-201-1/+3
| * Fix initial maxslot for down-recursive traces.Mike Pall2014-01-201-1/+1
| * Fix compiler warnings.Mike Pall2014-01-202-2/+2
* | Merge branch 'master' into v2.1Mike Pall2014-01-192-3/+3
|\|
| * Fix OSX build issue.Mike Pall2014-01-191-2/+2
| * FFI: Fix cts->L for cdata unsinking in snapshot restore.Mike Pall2014-01-191-1/+1
* | Merge branch 'master' into v2.1Mike Pall2014-01-16185-204/+204
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-16177-195/+195
* | Fix KBASE for Lua functions below stitched fast functions.Mike Pall2014-01-164-10/+79
* | Merge branch 'master' into v2.1Mike Pall2014-01-051-1/+2
|\|
| * Fix ABC elimination.Mike Pall2014-01-051-1/+2
* | Merge branch 'master' into v2.1Mike Pall2013-12-292-0/+2
|\|
| * Fix MinGW build.Mike Pall2013-12-292-0/+2
* | Fix final snapshot for trace stitching.Mike Pall2013-12-281-1/+2
* | x86: Fix stack slot counting for IR_CALLA (affects table.new).Mike Pall2013-12-261-1/+1
* | Show trailing NYI item for stitched trace with -jv.Mike Pall2013-12-252-0/+4
* | Add trace stitching.Mike Pall2013-12-2517-69/+422
* | Merge branch 'master' into v2.1Mike Pall2013-12-251-1/+1
|\|
| * MIPS: Cosmetic fix for interpreter.Mike Pall2013-12-251-1/+1
* | Merge branch 'master' into v2.1Mike Pall2013-12-221-11/+10
|\|
| * Fix compilation of string.byte(s, nil, n).Mike Pall2013-12-221-11/+10
* | Merge branch 'master' into v2.1Mike Pall2013-12-214-7/+4
|\|
| * Fix MinGW build.Mike Pall2013-12-214-7/+4
* | Merge branch 'master' into v2.1Mike Pall2013-12-091-0/+1
|\|
| * Fix call unroll checks in the presence of metamethod frames.Mike Pall2013-12-091-0/+1
* | Merge branch 'master' into v2.1Mike Pall2013-12-024-6/+6
|\|
| * x64: Fix store to upvalue for lightuserdata values.Mike Pall2013-12-024-6/+6
* | Add table.clear().Mike Pall2013-11-258-2/+62
* | Abstract out post-registration handling of pre-registered modules.Mike Pall2013-11-253-18/+25
* | Merge branch 'master' into v2.1Mike Pall2013-11-222-1/+3
|\|
| * Respect jit.off(func) when returning to a function, too.Mike Pall2013-11-222-1/+3