| Commit message (Expand) | Author | Age | Files | Lines |
* | Check for upvalue state transition in IR_UREFO. | Mike Pall | 2023-11-05 | 1 | -10/+17 |
* | Merge branch 'master' into v2.1 | Mike Pall | 2023-08-20 | 1 | -1/+1 |
|\ |
|
| * | Bump copyright date. | Mike Pall | 2023-08-20 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2023-07-12 | 1 | -4/+4 |
|\| |
|
| * | Fix base register coalescing in side trace. | Mike Pall | 2023-07-12 | 1 | -4/+4 |
* | | Disable FMA by default. Use -Ofma or jit.opt.start("+fma") to enable. | Mike Pall | 2022-12-07 | 1 | -1/+2 |
* | | Add missing check for LJ_KEYINDEX in ITERN recording. | Mike Pall | 2022-04-02 | 1 | -1/+6 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2022-01-15 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date. | Mike Pall | 2022-01-15 | 1 | -1/+1 |
* | | Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN. | Mike Pall | 2021-09-19 | 1 | -1/+4 |
* | | Use IR_HIOP for generalized two-register returns. | Mike Pall | 2021-09-19 | 1 | -18/+11 |
* | | Refactor IR_VLOAD to take an offset. | Mike Pall | 2021-09-19 | 1 | -0/+4 |
* | | MIPS: Fix trace linking. | Mike Pall | 2021-09-19 | 1 | -0/+6 |
* | | String buffers, part 3c: Add IRBUFHDR_WRITE mode. | Mike Pall | 2021-07-19 | 1 | -0/+15 |
* | | String buffers, part 3a: Add IR_TMPREF for passing TValues to helpers. | Mike Pall | 2021-07-19 | 1 | -21/+50 |
* | | PPC: Fix GG_State loads. | Mike Pall | 2021-03-23 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2021-01-02 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date. | Mike Pall | 2021-01-02 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-09-27 | 1 | -3/+10 |
|\| |
|
| * | Prevent patching of the GC exit check branch. | Mike Pall | 2020-09-27 | 1 | -3/+10 |
* | | Redesign and harden string interning. | Mike Pall | 2020-06-23 | 1 | -1/+1 |
* | | Improve assertions. | Mike Pall | 2020-06-15 | 1 | -46/+67 |
* | | Remove pow() splitting and cleanup backends. | Mike Pall | 2020-05-23 | 1 | -8/+1 |
* | | Cleanup math function compilation and fix inconsistencies. | Mike Pall | 2020-05-22 | 1 | -1/+0 |
* | | Fix math.min()/math.max() inconsistencies. | Mike Pall | 2020-05-22 | 1 | -3/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-20 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
* | | PPC: Add soft-float support to JIT compiler backend. | Mike Pall | 2017-09-03 | 1 | -43/+278 |
* | | 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 |
* | | Increase range of GG_State loads via IR_FLOAD with REF_NIL. | Mike Pall | 2016-11-19 | 1 | -1/+1 |
* | | Add IR_FLOAD with REF_NIL for field loads from GG_State. | Mike Pall | 2016-05-21 | 1 | -7/+13 |
* | | Move common 32/64 bit in-memory FP constants to jit_State. | Mike Pall | 2016-05-21 | 1 | -9/+5 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-05-20 | 1 | -1/+0 |
|\| |
|
| * | Add guard for obscure aliasing between open upvalues and SSA slots. | Mike Pall | 2016-05-20 | 1 | -1/+0 |
* | | 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 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-02-10 | 1 | -1/+1 |
|\| |
|
| * | Don't allocate unused 2nd result register in JIT compiler backend. | Mike Pall | 2016-02-10 | 1 | -1/+1 |
* | | PPC64: Add build infrastructure. | Mike Pall | 2015-03-06 | 1 | -2/+4 |
* | | 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_FR2 mode: Two-slot frame info. | Mike Pall | 2015-01-03 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-05-27 | 1 | -0/+2 |
|\| |
|
| * | PPC: Fix red zone overflow in machine code generation. | Mike Pall | 2014-05-27 | 1 | -0/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-02-20 | 1 | -2/+3 |
|\| |
|
| * | Prevent BASE register coalescing if parent uses IR_RETF. | Mike Pall | 2014-02-19 | 1 | -2/+3 |
* | | 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 |
* | | Low-overhead profiler, part 4: JIT compiler support. | Mike Pall | 2013-09-08 | 1 | -0/+11 |