summaryrefslogtreecommitdiff
path: root/src/lj_jit.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 generic HIOP instruction for extra backend functionality. Add support for HIOP to x86 backend. Use POWI for 64 bit integer x^k, too. POWI is lowered to a call by SPLIT or the x64 backend.
* 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
| | | | Also narrow CONV.int.num and CONV.i64.num.
* 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
|
* Reorganize scalar evolution analysis.Mike Pall2010-03-151-0/+12
|
* Implement down-recursion.Mike Pall2010-03-011-0/+3
|
* Correctly align and free allocated machine code areas.Mike Pall2010-02-271-1/+1
| | | | Bump default mcode area size to 64K for x64.
* Make penalty PRNG available for general use by compiler.Mike Pall2010-02-261-1/+9
|
* Move SIMD constants to jit_State to keep them in the low 4GB.Mike Pall2010-02-241-8/+20
|
* Randomize penalties for aborts and add blacklisting.Mike Pall2010-02-231-5/+8
|
* Don't eliminate SLOAD restores across RETF.Mike Pall2010-02-231-0/+1
| | | | Move restore-elimination logic into snapshot_slots().
* Back out history buffer for tailcall counts.Mike Pall2010-02-221-1/+1
| | | | Use an aggregate counter independent of frame depth.
* Add region selection for up-recursion and tail-recursion.Mike Pall2010-02-221-1/+1
|
* Eliminate redundant stack checks. Add checks for growing root traces.Mike Pall2010-02-211-1/+5
|
* Use a limited history buffer for tailcall counts while recording.Mike Pall2010-02-181-1/+1
|
* Drop obsolete shadow frame link stack.Mike Pall2010-02-181-1/+0
|
* Add shadow frame link stack for trace recorder.Mike Pall2010-02-041-1/+2
| | | | | Simplifies snapshots. Prerequisite for pre-call snapshots. Increases consistency for fast function calls, too.
* Clean up frame depth checks and loop detection.Mike Pall2010-02-031-0/+1
|
* Add frame and continuation flags to TRef and SnapEntry.Mike Pall2010-01-271-3/+8
|
* Compress snapshots using a simple, extensible 1D-compression.Mike Pall2010-01-261-3/+13
| | | | | | Typically reduces storage overhead for snapshot maps by 60%. The extensible format is a prerequisite for the next redesign steps: Eliminate IR_FRAME and implement return-to-lower-frame.
* Use dedicated type for snapshot map entry.Mike Pall2010-01-251-4/+6
| | | | Preparatory work for compressed snapshots.
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
|
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+279