summaryrefslogtreecommitdiff
path: root/src/lj_jit.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* MIPS64, part 2: Add MIPS64 hard-float JIT compiler backend.Mike Pall2017-02-201-0/+8
* Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | MIPS64, part 1: Add MIPS64 support to interpreter.Mike Pall2016-05-281-2/+6
* | LJ_FR2: Add support for trace recording and snapshots.Mike Pall2016-05-231-1/+13
* | Strip out old infrastructure for 64 bit constants.Mike Pall2016-05-231-1/+0
* | Embed 64 bit constants directly in the IR, using two slots.Mike Pall2016-05-231-2/+2
* | Simplify GCtrace * reference embedding for trace stitching.Mike Pall2016-05-221-1/+1
* | Make the IR immovable after assembly.Mike Pall2016-05-221-0/+1
* | Move common 32/64 bit in-memory FP constants to jit_State.Mike Pall2016-05-211-1/+34
* | x86: Detect BMI2 instruction support.Mike Pall2016-03-281-1/+2
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | Re-enable trace stitching.Mike Pall2015-08-291-0/+1
* | Disable table allocation bump optimization (for now).Mike Pall2015-06-131-0/+2
* | Fix table allocation bump optimization.Mike Pall2015-05-211-0/+1
* | Bump table allocations retroactively if they grow later on.Mike Pall2015-05-191-1/+13
* | 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-0/+3
* | Merge branch 'master' into v2.1Mike Pall2014-03-271-0/+1
|\|
| * Fix check for reuse of SCEV results in FORL.Mike Pall2014-03-271-0/+1
* | 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-1/+3
* | Low-overhead profiler, part 4: JIT compiler support.Mike Pall2013-09-081-0/+6
* | x86/x64: Drop xmm register/memory move tuning for K8.Mike Pall2013-02-211-3/+2
* | x86: Remove x87 support from interpreter.Mike Pall2013-02-211-10/+8
|/
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* FFI: Compile ffi.sizeof(), ffi.alignof() and ffi.offsetof().Mike Pall2012-10-101-0/+1
* Use an explicit flag to signal SINK tags for a trace.Mike Pall2012-07-111-1/+2
* Clean up ARM capability flags. Only set highest arch version.Mike Pall2012-07-081-4/+10
* Add allocation sinking and store sinking optimization.Mike Pall2012-07-021-4/+5
* CONSOLE: Fix PS3 build.Mike Pall2012-06-101-7/+4
* CONSOLE: Handle unimplemented features for console toolchains.Mike Pall2012-06-091-0/+10
* MIPS: Add MIPS32R2 compile-time/runtime CPU detection.Mike Pall2012-03-301-0/+6
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* FFI: Record C function calls with bool return values.Mike Pall2011-11-251-0/+1
* Keep maximum frame extent in snap->topslot.Mike Pall2011-11-201-1/+1
* Get rid of snap->depth.Mike Pall2011-11-201-1/+9
* Use different workaround for alignment of jit_State.Mike Pall2011-07-231-1/+5
* Prefer recording loops over calls.Mike Pall2011-06-291-1/+1
* Reorganize trace linking and track link types.Mike Pall2011-06-281-2/+12
* ARM: Add CPU detection.Mike Pall2011-05-261-0/+8
* Split up FP IR instructions with SPLIT pass for soft-float targets.Mike Pall2011-05-221-2/+2
* Cleanup of target dependencies.Mike Pall2011-05-161-19/+0
* ARM: Add LJ_SOFTFP define. Add support for soft-float slot handling.Mike Pall2011-05-161-0/+1
* Fix some portability issues with the JIT compiler.Mike Pall2011-05-091-13/+20
* Tune loop unrolling heuristics. Increase trace recorder limits.Mike Pall2011-05-031-3/+3
* Suppress recording of retried fast functions.Mike Pall2011-03-071-1/+2