| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into v2.1 | Mike Pall | 2026-01-09 | 1 | -1/+1 |
| |\ | |||||
| | * | Bump copyright date. | Mike Pall | 2026-01-09 | 1 | -1/+1 |
| | | | |||||
| * | | Unify Lua number to FFI integer conversions. | Mike Pall | 2025-11-27 | 1 | -8/+13 |
| | | | | | | | | | Phew. #1411 | ||||
| * | | Allow mcode allocations outside of the jump range to the support code. | Mike Pall | 2025-11-06 | 1 | -1/+5 |
| | | | | | | | | | Thank you for your patience. #285 | ||||
| * | | x64: Various fixes for CET IBT. | Mike Pall | 2025-10-28 | 1 | -2/+2 |
| | | | | | | | | | Also add ELF notes. #1391 | ||||
| * | | x64: Add support for CET IBT. | Mike Pall | 2025-10-16 | 1 | -0/+3 |
| | | | | | | | | | | | Note: this is not enabled by default, look for CET in lj_arch.h Contributed by Yuichiro Naito. #1391 | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date. | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2024-11-28 | 1 | -2/+2 |
| |\| | |||||
| | * | Fix detection of inconsistent renames due to sunk values. | Mike Pall | 2024-11-28 | 1 | -2/+2 |
| | | | | | | | | | Thanks to Sergey Kaplun. #1295 #584 | ||||
| * | | ARM64: Consolidate 32/64-bit constant handling in assembler. | Mike Pall | 2023-09-09 | 1 | -0/+4 |
| | | | | | | | | | Thanks to Peter Cawley. #1065 | ||||
| * | | Add randomized register allocation for fuzz testing. | Mike Pall | 2023-08-30 | 1 | -0/+49 |
| | | | | | | | | | | | This must be explicitly enabled with: -DLUAJIT_RANDOM_RA Thanks to Peter Cawley. #1062 | ||||
| * | | 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 |
| | | | | | | | | | Thanks to Sergey Kaplun, NiLuJe and Peter Cawley. #1031 #1016 | ||||
| * | | 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 |
| | | | | | | | | | Analyzed by Sergey Kaplun. #1016 | ||||
| * | | x64: Fix RETHI/RETLO swap after call. | Mike Pall | 2022-04-05 | 1 | -1/+2 |
| | | | | | | | | | Reported by savilli. | ||||
| * | | 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 |
| | | | | | | | | | Suggested by Fezile Manana. | ||||
| * | | Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN. | Mike Pall | 2021-09-19 | 1 | -1/+11 |
| | | | | | | | | | Sponsored by OpenResty Inc. | ||||
| * | | Use IR_HIOP for generalized two-register returns. | Mike Pall | 2021-09-19 | 1 | -17/+14 |
| | | | | | | | | | Sponsored by OpenResty Inc. | ||||
| * | | 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 |
| | | | | | | | | | Sponsored by fmad.io. | ||||
| * | | String buffers, part 3b: Change IR_BUFHDR op2 mode bits to mode. | Mike Pall | 2021-07-19 | 1 | -8/+14 |
| | | | | | | | | | Sponsored by fmad.io. | ||||
| * | | String buffers, part 3a: Add IR_TMPREF for passing TValues to helpers. | Mike Pall | 2021-07-19 | 1 | -4/+15 |
| | | | | | | | | | Sponsored by fmad.io. | ||||
| * | | 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 |
| | | | | | | | | | Sponsored by fmad.io. | ||||
| * | | String buffers, part 2a: internal SBuf reorg. Use full pointers. | Mike Pall | 2021-06-01 | 1 | -1/+1 |
| | | | | | | | | | Sponsored by fmad.io. | ||||
| * | | Fix IR_RENAME snapshot number. Follow-up fix for a32aeadc. | Mike Pall | 2021-04-20 | 1 | -1/+8 |
| | | | | | | | | | Reported by Victor Bombi, analyzed by XmiliaH. Thanks! | ||||
| * | | 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 |
| | | | | | | | | | Reported by Igor Munkin. | ||||
| * | | 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 |
| | | | | | | | | | | | Up to 40% faster on hash-intensive benchmarks. With some ideas from Sokolov Yura. | ||||
| * | | Improve assertions. | Mike Pall | 2020-06-15 | 1 | -42/+80 |
| | | | |||||
| * | | Optimize table length computation with hinting. | Mike Pall | 2020-05-27 | 1 | -0/+7 |
| | | | | | | | | | 10x faster on loop with t[#t+1] = x idiom. Also used by table.insert. | ||||
| * | | 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 |
| | | | |||||
