aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
* | Merge branch 'master' into v2.1Mike Pall2024-11-281-2/+2
|\|
| * Fix detection of inconsistent renames due to sunk values.Mike Pall2024-11-281-2/+2
* | ARM64: Consolidate 32/64-bit constant handling in assembler.Mike Pall2023-09-091-0/+4
* | Add randomized register allocation for fuzz testing.Mike Pall2023-08-301-0/+49
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2023-07-121-1/+6
|\|
| * Fix base register coalescing in side trace.Mike Pall2023-07-121-1/+6
* | Merge branch 'master' into v2.1Mike Pall2023-07-081-1/+3
|\|
| * Fix register mask for stack check in head of side trace.Mike Pall2023-07-081-1/+3
* | x64: Fix RETHI/RETLO swap after call.Mike Pall2022-04-051-1/+2
* | Revert to trival pow() optimizations to prevent inaccuracies.Mike Pall2022-03-081-2/+1
* | Fix pow() optimization inconsistencies.Mike Pall2022-01-241-5/+2
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | Fix compiler warning.Mike Pall2021-09-291-2/+2
* | Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN.Mike Pall2021-09-191-1/+11
* | Use IR_HIOP for generalized two-register returns.Mike Pall2021-09-191-17/+14
* | MIPS: Fix trace linking.Mike Pall2021-09-191-1/+3
* | Minor improvements of optimizations.Mike Pall2021-07-191-1/+11
* | String buffers, part 3c: Add IRBUFHDR_WRITE mode.Mike Pall2021-07-191-0/+8
* | String buffers, part 3b: Change IR_BUFHDR op2 mode bits to mode.Mike Pall2021-07-191-8/+14
* | String buffers, part 3a: Add IR_TMPREF for passing TValues to helpers.Mike Pall2021-07-191-4/+15
* | Fix IR_BUFHDR assembly.Mike Pall2021-06-031-3/+4
* | ARM64: More improvements to the generation of immediates.Mike Pall2021-06-031-0/+3
* | String buffers, part 2d: basic string buffer methods.Mike Pall2021-06-011-0/+1
* | String buffers, part 2a: internal SBuf reorg. Use full pointers.Mike Pall2021-06-011-1/+1
* | Fix IR_RENAME snapshot number. Follow-up fix for a32aeadc.Mike Pall2021-04-201-1/+8
* | Merge branch 'master' into v2.1Mike Pall2021-03-231-13/+12
|\|
| * Detect inconsistent renames even in the presence of sunk values.Mike Pall2021-03-231-13/+12
* | Handle on-trace OOM errors from helper functions.Mike Pall2021-03-231-17/+54
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Merge branch 'master' into v2.1Mike Pall2020-10-121-1/+1
|\|
| * Ensure full init of IR_NOP instructions.Mike Pall2020-10-121-1/+1
* | Redesign and harden string interning.Mike Pall2020-06-231-1/+1
* | Improve assertions.Mike Pall2020-06-151-42/+80
* | Optimize table length computation with hinting.Mike Pall2020-05-271-0/+7
* | Remove pow() splitting and cleanup backends.Mike Pall2020-05-231-38/+68
* | Cleanup math function compilation and fix inconsistencies.Mike Pall2020-05-221-7/+1
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | MIPS: Add MIPS64 R6 port.Mike Pall2020-01-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2019-12-081-1/+0
|\|
| * Typo.Mike Pall2019-12-081-1/+0
* | Merge branch 'master' into v2.1Mike Pall2019-04-291-1/+1
|\|
| * ARM: Fix GCC 7 -Wimplicit-fallthrough warnings.Mike Pall2019-04-291-1/+1
* | Merge branch 'master' into v2.1Mike Pall2018-01-291-1/+6
|\|