aboutsummaryrefslogtreecommitdiff
path: root/src/lj_ffrecord.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | x64/LJ_GC64: Add missing backend support and enable JIT compilation.Mike Pall2016-05-231-0/+5
* | LJ_FR2: Add support for trace recording and snapshots.Mike Pall2016-05-231-18/+31
* | Simplify GCtrace * reference embedding for trace stitching.Mike Pall2016-05-221-3/+2
* | Load SIMD constants with IR_FLOAD from GG_State.Mike Pall2016-05-211-1/+1
* | LJ_GC64: Introduce IRT_PGC.Mike Pall2016-05-201-19/+19
* | Constrain value range of lj_ir_kptr() to unsigned 32 bit pointers.Mike Pall2016-04-241-7/+1
* | Merge branch 'master' into v2.1Mike Pall2016-04-211-4/+2
|\|
| * Fix handling of non-numeric strings in arithmetic coercions.Mike Pall2016-04-211-4/+2
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | Fix pairs() recording.Mike Pall2015-10-241-1/+1
* | Merge branch 'master' into v2.1Mike Pall2015-10-241-4/+5
|\|
| * FFI: Fix ipairs() recording.Mike Pall2015-10-241-4/+5
* | Re-enable trace stitching.Mike Pall2015-08-291-35/+4
* | Fix broken Windows build.Mike Pall2015-04-291-2/+2
* | Disable trace stitching (for now) due to a design mistake.Mike Pall2015-04-281-0/+32
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* | Add LJ_GC64 mode: 64 bit GC object references.Mike Pall2015-01-031-1/+1
* | Add LJ_FR2 mode: Two-slot frame info.Mike Pall2015-01-031-0/+2
* | Cleanup of frame handling. No functional changes.Mike Pall2014-12-151-1/+1
* | Compile debug.getmetatable().Mike Pall2014-06-181-0/+22
* | Don't start stitched trace with CALLMT, too.Mike Pall2014-01-201-1/+2
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* | Fix final snapshot for trace stitching.Mike Pall2013-12-281-1/+2
* | Add trace stitching.Mike Pall2013-12-251-34/+96
* | 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
* | Add table.clear().Mike Pall2013-11-251-0/+10
* | Compile getfenv(0).Mike Pall2013-10-091-0/+13
* | Add table.new().Mike Pall2013-10-091-0/+8
* | Fix non-FFI build.Mike Pall2013-09-101-0/+1
* | Compile bit.tohex().Mike Pall2013-05-151-6/+17
* | Compile string.format().Mike Pall2013-05-131-0/+78
* | Abstract out default BUFHDR emitter.Mike Pall2013-05-131-11/+12
* | Big renaming of string buffer/formatting/conversion functions.Mike Pall2013-05-131-1/+1
* | Refactor raw object to pointer or string conversions.Mike Pall2013-05-131-2/+3
* | Merge branch 'master' into v2.1Mike Pall2013-05-081-17/+10
|\|
* | Merge branch 'master' into v2.1Mike Pall2013-05-081-3/+3
|\|
| * Fix optional argument handling while recording builtins.Mike Pall2013-05-081-3/+3
* | Compile string.find() for fixed string searches (no patterns).Mike Pall2013-05-081-21/+87
* | Compile table.concat().Mike Pall2013-04-271-0/+27
* | Compile string.rep().Mike Pall2013-04-261-0/+28
* | Replace string.len with bytecode builtin.Mike Pall2013-04-261-6/+0
* | Change semantics of buffer ops to simplify CSE and DCE.Mike Pall2013-04-261-2/+2
* | Compile string.reverse(), string.lower(), string.upper().Mike Pall2013-04-261-0/+9
* | Compile string.char().Mike Pall2013-04-231-1/+24