| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM64: Consolidate 32/64-bit constant handling in assembler. | Mike Pall | 2023-09-09 | 1 | -0/+4 |
* | Add randomized register allocation for fuzz testing. | Mike Pall | 2023-08-30 | 1 | -0/+49 |
* | 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 | -1/+6 |
|\| |
|
| * | Fix base register coalescing in side trace. | Mike Pall | 2023-07-12 | 1 | -1/+6 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2023-07-08 | 1 | -1/+3 |
|\| |
|
| * | Fix register mask for stack check in head of side trace. | Mike Pall | 2023-07-08 | 1 | -1/+3 |
* | | x64: Fix RETHI/RETLO swap after call. | Mike Pall | 2022-04-05 | 1 | -1/+2 |
* | | Revert to trival pow() optimizations to prevent inaccuracies. | Mike Pall | 2022-03-08 | 1 | -2/+1 |
* | | Fix pow() optimization inconsistencies. | Mike Pall | 2022-01-24 | 1 | -5/+2 |
* | | 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 |
* | | Fix compiler warning. | Mike Pall | 2021-09-29 | 1 | -2/+2 |
* | | Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN. | Mike Pall | 2021-09-19 | 1 | -1/+11 |
* | | Use IR_HIOP for generalized two-register returns. | Mike Pall | 2021-09-19 | 1 | -17/+14 |
* | | MIPS: Fix trace linking. | Mike Pall | 2021-09-19 | 1 | -1/+3 |
* | | Minor improvements of optimizations. | Mike Pall | 2021-07-19 | 1 | -1/+11 |
* | | String buffers, part 3c: Add IRBUFHDR_WRITE mode. | Mike Pall | 2021-07-19 | 1 | -0/+8 |
* | | String buffers, part 3b: Change IR_BUFHDR op2 mode bits to mode. | Mike Pall | 2021-07-19 | 1 | -8/+14 |
* | | String buffers, part 3a: Add IR_TMPREF for passing TValues to helpers. | Mike Pall | 2021-07-19 | 1 | -4/+15 |
* | | Fix IR_BUFHDR assembly. | Mike Pall | 2021-06-03 | 1 | -3/+4 |
* | | ARM64: More improvements to the generation of immediates. | Mike Pall | 2021-06-03 | 1 | -0/+3 |
* | | String buffers, part 2d: basic string buffer methods. | Mike Pall | 2021-06-01 | 1 | -0/+1 |
* | | String buffers, part 2a: internal SBuf reorg. Use full pointers. | Mike Pall | 2021-06-01 | 1 | -1/+1 |
* | | Fix IR_RENAME snapshot number. Follow-up fix for a32aeadc. | Mike Pall | 2021-04-20 | 1 | -1/+8 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2021-03-23 | 1 | -13/+12 |
|\| |
|
| * | Detect inconsistent renames even in the presence of sunk values. | Mike Pall | 2021-03-23 | 1 | -13/+12 |
* | | Handle on-trace OOM errors from helper functions. | Mike Pall | 2021-03-23 | 1 | -17/+54 |
* | | 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-10-12 | 1 | -1/+1 |
|\| |
|
| * | Ensure full init of IR_NOP instructions. | Mike Pall | 2020-10-12 | 1 | -1/+1 |
* | | Redesign and harden string interning. | Mike Pall | 2020-06-23 | 1 | -1/+1 |
* | | Improve assertions. | Mike Pall | 2020-06-15 | 1 | -42/+80 |
* | | Optimize table length computation with hinting. | Mike Pall | 2020-05-27 | 1 | -0/+7 |
* | | Remove pow() splitting and cleanup backends. | Mike Pall | 2020-05-23 | 1 | -38/+68 |
* | | Cleanup math function compilation and fix inconsistencies. | Mike Pall | 2020-05-22 | 1 | -7/+1 |
* | | 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 |
* | | MIPS: Add MIPS64 R6 port. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-12-08 | 1 | -1/+0 |
|\| |
|
| * | Typo. | Mike Pall | 2019-12-08 | 1 | -1/+0 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-04-29 | 1 | -1/+1 |
|\| |
|
| * | ARM: Fix GCC 7 -Wimplicit-fallthrough warnings. | Mike Pall | 2019-04-29 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2018-01-29 | 1 | -1/+6 |
|\| |
|
| * | Fix GCC 7 -Wimplicit-fallthrough warnings. | Mike Pall | 2018-01-29 | 1 | -1/+2 |
* | | Fix IR_BUFPUT assembly. | Mike Pall | 2018-01-14 | 1 | -3/+3 |
* | | LJ_GC64: Make ASMREF_L references 64 bit. | Mike Pall | 2017-10-02 | 1 | -0/+1 |
* | | LJ_GC64: Fix ir_khash for non-string GCobj. | Mike Pall | 2017-10-02 | 1 | -0/+4 |