summaryrefslogtreecommitdiff
path: root/src/lj_record.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* | Add trace stitching.Mike Pall2013-12-251-18/+39
* | 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-11-221-0/+2
|\|
| * Respect jit.off(func) when returning to a function, too.Mike Pall2013-11-221-0/+2
* | Compile BC_TSETM, e.g. {1,2,3,f()}.Mike Pall2013-10-091-1/+20
* | Low-overhead profiler, part 4: JIT compiler support.Mike Pall2013-09-081-0/+60
* | Big renaming of string buffer/formatting/conversion functions.Mike Pall2013-05-131-1/+0
* | Compile __concat metamethod.Mike Pall2013-04-281-14/+48
* | Change semantics of buffer ops to simplify CSE and DCE.Mike Pall2013-04-261-1/+1
* | Use explicit conversion type for IR_TOSTR. Add char conversion.Mike Pall2013-04-231-1/+2
* | Always emit TOSTR for non-string CAT operands. Fuse in backend.Mike Pall2013-04-231-3/+6
* | Compile string concatenations (BC_CAT).Mike Pall2013-04-211-1/+34
* | Add special bytecodes for builtins.Mike Pall2013-02-231-0/+16
|/
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* Don't propagate implicitly widened number to index metamethods.Mike Pall2012-11-061-1/+1
* Fix recording of equality comparisons with __eq metamethods.Mike Pall2012-10-191-5/+3
* FFI: Compile ffi.sizeof(), ffi.alignof() and ffi.offsetof().Mike Pall2012-10-101-1/+11
* From Lua 5.2: Allow mixed metamethods for ordered comparisons.Mike Pall2012-09-281-1/+14
* Remove some library functions for no-JIT/no-FFI builds.Mike Pall2012-09-241-0/+2
* From Lua 5.2: Add goto and ::label:: statements.Mike Pall2012-09-161-1/+1
* Use 0/1 macro for Lua 5.2 compatibility.Mike Pall2012-09-121-7/+3
* Don't constify upvalues that may retain large amounts of memory.Mike Pall2012-08-281-1/+27
* Turn loads from immutable upvalues into constants.Mike Pall2012-07-201-2/+33
* Handle initial snapshot for side traces in lj_snap.c only.Mike Pall2012-07-021-1/+0
* Move snapshot replay for side traces to lj_snap.c.Mike Pall2012-07-021-58/+2
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* FFI: Record C function calls with bool return values.Mike Pall2011-11-251-1/+7
* Specialize to prototype for non-monomorphic functions.Mike Pall2011-11-201-6/+22
* Count frames with same prototype in call unroll limit check.Mike Pall2011-11-201-4/+8
* Get rid of snap->depth.Mike Pall2011-11-201-1/+2
* Record missing FORI slot loads (e.g. after return to lower frame).Mike Pall2011-08-211-0/+1
* Don't bother to chain NOPs.Mike Pall2011-08-111-1/+1
* Return to lower frame via interpreter for unhandled cases.Mike Pall2011-06-291-3/+30
* Reorganize trace linking and track link types.Mike Pall2011-06-281-11/+18
* Fix recording of loops with instable directions in side traces.Mike Pall2011-06-201-6/+7
* From Lua 5.2: __len for tables. Needs -DLUAJIT_ENABLE_LUA52COMPAT.Mike Pall2011-06-201-11/+36
* Cleanup prototype flags.Mike Pall2011-06-091-2/+2
* Add narrowing of modulo operator.Mike Pall2011-06-031-1/+1
* DUALNUM: Fix missing type check for loop index slot.Mike Pall2011-06-011-1/+2
* Split up FP IR instructions with SPLIT pass for soft-float targets.Mike Pall2011-05-221-4/+6
* Add missing guard to for loop argument conversion.Mike Pall2011-05-221-1/+1
* Move IR_CALL* definitions to lj_ircall.h.Mike Pall2011-05-221-0/+1
* Tuning loop unrolling heuristics again.Mike Pall2011-05-101-3/+11
* More tuning of loop unrolling heuristics.Mike Pall2011-05-041-4/+3
* Fix stack slot updates for down-recursion.Mike Pall2011-05-041-1/+2
* Tune loop unrolling heuristics. Increase trace recorder limits.Mike Pall2011-05-031-1/+3
* Workaround to compile with Clang. Fix Clang warnings.Mike Pall2011-04-191-2/+2