Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MIPS64, part 2: Add MIPS64 hard-float JIT compiler backend. | Mike Pall | 2017-02-20 | 1 | -0/+8 |
| | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | ||||
* | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -1/+1 |
|\ | |||||
| * | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
| | | |||||
* | | MIPS64, part 1: Add MIPS64 support to interpreter. | Mike Pall | 2016-05-28 | 1 | -2/+6 |
| | | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | ||||
* | | LJ_FR2: Add support for trace recording and snapshots. | Mike Pall | 2016-05-23 | 1 | -1/+13 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | Strip out old infrastructure for 64 bit constants. | Mike Pall | 2016-05-23 | 1 | -1/+0 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | Embed 64 bit constants directly in the IR, using two slots. | Mike Pall | 2016-05-23 | 1 | -2/+2 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | Simplify GCtrace * reference embedding for trace stitching. | Mike Pall | 2016-05-22 | 1 | -1/+1 |
| | | | | | | | | | | This is now possible due to the immovable IR. Contributed by Peter Cawley. | ||||
* | | Make the IR immovable after assembly. | Mike Pall | 2016-05-22 | 1 | -0/+1 |
| | | | | | | | | | | This allows embedding pointers to IR constants in the machine code. Contributed by Peter Cawley. | ||||
* | | Move common 32/64 bit in-memory FP constants to jit_State. | Mike Pall | 2016-05-21 | 1 | -1/+34 |
| | | | | | | | | | | Prerequisite for immovable IR. Contributed by Peter Cawley. | ||||
* | | x86: Detect BMI2 instruction support. | Mike Pall | 2016-03-28 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-03 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
| | | |||||
* | | Re-enable trace stitching. | Mike Pall | 2015-08-29 | 1 | -0/+1 |
| | | | | | | | | Thanks to Vyacheslav Egorov. | ||||
* | | Disable table allocation bump optimization (for now). | Mike Pall | 2015-06-13 | 1 | -0/+2 |
| | | |||||
* | | Fix table allocation bump optimization. | Mike Pall | 2015-05-21 | 1 | -0/+1 |
| | | |||||
* | | Bump table allocations retroactively if they grow later on. | Mike Pall | 2015-05-19 | 1 | -1/+13 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
| | | |||||
* | | Add LJ_GC64 mode: 64 bit GC object references. | Mike Pall | 2015-01-03 | 1 | -0/+3 |
| | | | | | | | | Actually NaN tagging with 47 bit pointers and 13+4 bit tags. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-03-27 | 1 | -0/+1 |
|\| | |||||
| * | Fix check for reuse of SCEV results in FORL. | Mike Pall | 2014-03-27 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-01-16 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| | | |||||
* | | Add trace stitching. | Mike Pall | 2013-12-25 | 1 | -1/+3 |
| | | |||||
* | | Low-overhead profiler, part 4: JIT compiler support. | Mike Pall | 2013-09-08 | 1 | -0/+6 |
| | | |||||
* | | x86/x64: Drop xmm register/memory move tuning for K8. | Mike Pall | 2013-02-21 | 1 | -3/+2 |
| | | |||||
* | | x86: Remove x87 support from interpreter. | Mike Pall | 2013-02-21 | 1 | -10/+8 |
|/ | | | | SSE2 required from now on. | ||||
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | FFI: Compile ffi.sizeof(), ffi.alignof() and ffi.offsetof(). | Mike Pall | 2012-10-10 | 1 | -0/+1 |
| | |||||
* | Use an explicit flag to signal SINK tags for a trace. | Mike Pall | 2012-07-11 | 1 | -1/+2 |
| | |||||
* | Clean up ARM capability flags. Only set highest arch version. | Mike Pall | 2012-07-08 | 1 | -4/+10 |
| | |||||
* | Add allocation sinking and store sinking optimization. | Mike Pall | 2012-07-02 | 1 | -4/+5 |
| | |||||
* | CONSOLE: Fix PS3 build. | Mike Pall | 2012-06-10 | 1 | -7/+4 |
| | |||||
* | CONSOLE: Handle unimplemented features for console toolchains. | Mike Pall | 2012-06-09 | 1 | -0/+10 |
| | |||||
* | MIPS: Add MIPS32R2 compile-time/runtime CPU detection. | Mike Pall | 2012-03-30 | 1 | -0/+6 |
| | |||||
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | FFI: Record C function calls with bool return values. | Mike Pall | 2011-11-25 | 1 | -0/+1 |
| | |||||
* | Keep maximum frame extent in snap->topslot. | Mike Pall | 2011-11-20 | 1 | -1/+1 |
| | |||||
* | Get rid of snap->depth. | Mike Pall | 2011-11-20 | 1 | -1/+9 |
| | |||||
* | Use different workaround for alignment of jit_State. | Mike Pall | 2011-07-23 | 1 | -1/+5 |
| | |||||
* | Prefer recording loops over calls. | Mike Pall | 2011-06-29 | 1 | -1/+1 |
| | | | | Hotcounts are decremented by 2 for loops and by 1 for calls. | ||||
* | Reorganize trace linking and track link types. | Mike Pall | 2011-06-28 | 1 | -2/+12 |
| | |||||
* | ARM: Add CPU detection. | Mike Pall | 2011-05-26 | 1 | -0/+8 |
| | |||||
* | Split up FP IR instructions with SPLIT pass for soft-float targets. | Mike Pall | 2011-05-22 | 1 | -2/+2 |
| | |||||
* | Cleanup of target dependencies. | Mike Pall | 2011-05-16 | 1 | -19/+0 |
| | |||||
* | ARM: Add LJ_SOFTFP define. Add support for soft-float slot handling. | Mike Pall | 2011-05-16 | 1 | -0/+1 |
| | |||||
* | Fix some portability issues with the JIT compiler. | Mike Pall | 2011-05-09 | 1 | -13/+20 |
| | |||||
* | Tune loop unrolling heuristics. Increase trace recorder limits. | Mike Pall | 2011-05-03 | 1 | -3/+3 |
| | |||||
* | Suppress recording of retried fast functions. | Mike Pall | 2011-03-07 | 1 | -1/+2 |
| |