summaryrefslogtreecommitdiff
path: root/src/lj_jit.h
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2022-01-151-1/+1
* Bump copyright date.Mike Pall2021-01-021-1/+1
* ARM: Ensure relative GG_State element alignment differently.Mike Pall2020-08-051-5/+1
* Bump copyright date.Mike Pall2020-01-201-1/+1
* Fix overflow of snapshot map offset.Mike Pall2019-01-101-5/+5
* MIPS: Fix handling of spare long-range jump slots.Mike Pall2017-06-071-0/+6
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* Fix check for reuse of SCEV results in FORL.Mike Pall2014-03-271-0/+1
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* 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
* FFI: Record ffi.abi().Mike Pall2011-02-081-1/+2
* FFI: Optimize snapshots for cdata comparisons.Mike Pall2011-02-051-0/+1
* Add SPLIT pass to split 64 bit IR instructions for 32 bit CPUs.Mike Pall2011-02-021-0/+12
* Add SSE3 CPU feature detection.Mike Pall2011-02-011-8/+9
* Cleanup and fix trace flush logic.Mike Pall2011-01-181-1/+2
* Add trace recorder infrastructure for instruction post-processing.Mike Pall2011-01-171-1/+9
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
* Refactoring of conversion ops, part 4: use CONV instead of TOINT/TONUM.Mike Pall2010-12-311-1/+1
* Add IR_KINT64.Mike Pall2010-12-051-1/+1
* Cleanup architecture, ABI and OS definitions.Mike Pall2010-11-161-1/+1
* Decouple SLOAD type and optional conversion.Mike Pall2010-10-111-1/+1
* Record y = select(x, ...) idiom.Mike Pall2010-09-131-1/+1
* Simplify management of current trace. Drop lazy save.Mike Pall2010-04-251-1/+0
* Turn traces into true GC objects (GCtrace).Mike Pall2010-04-251-14/+22
* Don't copy SNAP_NORESTORE mark into loops and suppress restore in exit.Mike Pall2010-04-081-1/+1
* Reorder various structs to reduce padding (thanks to /usr/bin/pahole).Mike Pall2010-03-151-3/+3
* Add array bounds check elimination (-Oabc, on by default).Mike Pall2010-03-151-4/+6