| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -1/+1 |
|\ |
|
| * | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
* | | x64/LJ_GC64: Add missing backend support and enable JIT compilation. | Mike Pall | 2016-05-23 | 1 | -0/+5 |
* | | LJ_FR2: Add support for trace recording and snapshots. | Mike Pall | 2016-05-23 | 1 | -18/+31 |
* | | Simplify GCtrace * reference embedding for trace stitching. | Mike Pall | 2016-05-22 | 1 | -3/+2 |
* | | Load SIMD constants with IR_FLOAD from GG_State. | Mike Pall | 2016-05-21 | 1 | -1/+1 |
* | | LJ_GC64: Introduce IRT_PGC. | Mike Pall | 2016-05-20 | 1 | -19/+19 |
* | | Constrain value range of lj_ir_kptr() to unsigned 32 bit pointers. | Mike Pall | 2016-04-24 | 1 | -7/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-04-21 | 1 | -4/+2 |
|\| |
|
| * | Fix handling of non-numeric strings in arithmetic coercions. | Mike Pall | 2016-04-21 | 1 | -4/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-03 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
* | | Fix pairs() recording. | Mike Pall | 2015-10-24 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-10-24 | 1 | -4/+5 |
|\| |
|
| * | FFI: Fix ipairs() recording. | Mike Pall | 2015-10-24 | 1 | -4/+5 |
* | | Re-enable trace stitching. | Mike Pall | 2015-08-29 | 1 | -35/+4 |
* | | Fix broken Windows build. | Mike Pall | 2015-04-29 | 1 | -2/+2 |
* | | Disable trace stitching (for now) due to a design mistake. | Mike Pall | 2015-04-28 | 1 | -0/+32 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
* | | Add LJ_GC64 mode: 64 bit GC object references. | Mike Pall | 2015-01-03 | 1 | -1/+1 |
* | | Add LJ_FR2 mode: Two-slot frame info. | Mike Pall | 2015-01-03 | 1 | -0/+2 |
* | | Cleanup of frame handling. No functional changes. | Mike Pall | 2014-12-15 | 1 | -1/+1 |
* | | Compile debug.getmetatable(). | Mike Pall | 2014-06-18 | 1 | -0/+22 |
* | | Don't start stitched trace with CALLMT, too. | Mike Pall | 2014-01-20 | 1 | -1/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-01-16 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
* | | Fix final snapshot for trace stitching. | Mike Pall | 2013-12-28 | 1 | -1/+2 |
* | | Add trace stitching. | Mike Pall | 2013-12-25 | 1 | -34/+96 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-12-22 | 1 | -11/+10 |
|\| |
|
| * | Fix compilation of string.byte(s, nil, n). | Mike Pall | 2013-12-22 | 1 | -11/+10 |
* | | Add table.clear(). | Mike Pall | 2013-11-25 | 1 | -0/+10 |
* | | Compile getfenv(0). | Mike Pall | 2013-10-09 | 1 | -0/+13 |
* | | Add table.new(). | Mike Pall | 2013-10-09 | 1 | -0/+8 |
* | | Fix non-FFI build. | Mike Pall | 2013-09-10 | 1 | -0/+1 |
* | | Compile bit.tohex(). | Mike Pall | 2013-05-15 | 1 | -6/+17 |
* | | Compile string.format(). | Mike Pall | 2013-05-13 | 1 | -0/+78 |
* | | Abstract out default BUFHDR emitter. | Mike Pall | 2013-05-13 | 1 | -11/+12 |
* | | Big renaming of string buffer/formatting/conversion functions. | Mike Pall | 2013-05-13 | 1 | -1/+1 |
* | | Refactor raw object to pointer or string conversions. | Mike Pall | 2013-05-13 | 1 | -2/+3 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-05-08 | 1 | -17/+10 |
|\| |
|
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-05-08 | 1 | -3/+3 |
|\| |
|
| * | Fix optional argument handling while recording builtins. | Mike Pall | 2013-05-08 | 1 | -3/+3 |
* | | Compile string.find() for fixed string searches (no patterns). | Mike Pall | 2013-05-08 | 1 | -21/+87 |
* | | Compile table.concat(). | Mike Pall | 2013-04-27 | 1 | -0/+27 |
* | | Compile string.rep(). | Mike Pall | 2013-04-26 | 1 | -0/+28 |
* | | Replace string.len with bytecode builtin. | Mike Pall | 2013-04-26 | 1 | -6/+0 |
* | | Change semantics of buffer ops to simplify CSE and DCE. | Mike Pall | 2013-04-26 | 1 | -2/+2 |
* | | Compile string.reverse(), string.lower(), string.upper(). | Mike Pall | 2013-04-26 | 1 | -0/+9 |
* | | Compile string.char(). | Mike Pall | 2013-04-23 | 1 | -1/+24 |