| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into v2.1 | Mike Pall | 2025-01-13 | 1 | -1/+1 |
* | Fix compiler warning. | Mike Pall | 2024-04-19 | 1 | -1/+1 |
* | Check for upvalue state transition in IR_UREFO. | Mike Pall | 2023-11-05 | 1 | -6/+14 |
* | ARM64: Fix register hint for FFI calls with FP results. | Mike Pall | 2023-10-08 | 1 | -1/+1 |
* | ARM64: Fix IR_HREF code generation for constant FP keys. | Mike Pall | 2023-09-21 | 1 | -15/+14 |
* | ARM64: Fuse negative 32 bit constants into arithmetic ops again. | Mike Pall | 2023-09-21 | 1 | -1/+2 |
* | Windows/ARM64: Support Windows calling conventions. | Mike Pall | 2023-09-11 | 1 | -1/+16 |
* | ARM64: Fuse rotates into logical operands. | Mike Pall | 2023-09-09 | 1 | -2/+6 |
* | ARM64: Don't fuse sign extensions into logical operands. | Mike Pall | 2023-09-09 | 1 | -7/+4 |
* | ARM64: Ensure branch is in range before emitting TBZ/TBNZ. | Mike Pall | 2023-09-09 | 1 | -10/+14 |
* | ARM64: Improve integer IR_MUL code generation. | Mike Pall | 2023-09-09 | 1 | -2/+1 |
* | ARM64: Simplify code generation for IR_STRTO. | Mike Pall | 2023-09-09 | 1 | -7/+4 |
* | ARM64: Use RID_TMP instead of scratch register in more places. | Mike Pall | 2023-09-09 | 1 | -13/+10 |
* | ARM64: Improve IR_OBAR code generation. | Mike Pall | 2023-09-09 | 1 | -5/+3 |
* | ARM64: Improve IR_UREF code generation. | Mike Pall | 2023-09-09 | 1 | -8/+6 |
* | ARM64: Improve IR_HREF code generation. | Mike Pall | 2023-09-09 | 1 | -86/+40 |
* | ARM64: Reload BASE via GL instead of spilling it. | Mike Pall | 2023-09-09 | 1 | -54/+37 |
* | ARM64: Inline only use of emit_loada. | Mike Pall | 2023-09-09 | 1 | -3/+6 |
* | ARM64: Improve register allocation for integer IR_MUL/IR_MULOV. | Mike Pall | 2023-08-29 | 1 | -1/+1 |
* | ARM64: Fix register allocation for IR_*LOAD. | Mike Pall | 2023-08-29 | 1 | -1/+3 |
* | FFI/ARM64/OSX: Handle non-standard OSX C calling conventions. | Mike Pall | 2023-08-29 | 1 | -15/+60 |
* | ARM64: Prevent STP fusion for conditional code emitted by TBAR. | Mike Pall | 2023-08-28 | 1 | -1/+2 |
* | Merge branch 'master' into v2.1 | Mike Pall | 2023-08-20 | 1 | -1/+1 |
* | ARM64: Add support for ARM64e pointer authentication codes (PAC). | Mike Pall | 2023-08-12 | 1 | -3/+3 |
* | ARM64: Fix assembly of HREFK (again). | Mike Pall | 2023-08-12 | 1 | -1/+1 |
* | Merge branch 'master' into v2.1 | Mike Pall | 2023-07-12 | 1 | -4/+3 |
* | ARM64: Fix assembly of HREFK. | Mike Pall | 2023-07-09 | 1 | -1/+1 |
* | Disable FMA by default. Use -Ofma or jit.opt.start("+fma") to enable. | Mike Pall | 2022-12-07 | 1 | -1/+2 |
* | ARM64: Fix code generation for IR_SLOAD with typecheck + conversion. | Mike Pall | 2022-12-01 | 1 | -1/+1 |
* | ARM64: Fix IR_SLOAD assembly. | Mike Pall | 2022-10-04 | 1 | -1/+1 |
* | Add missing check for LJ_KEYINDEX in ITERN recording. | Mike Pall | 2022-04-02 | 1 | -1/+1 |
* | Merge branch 'master' into v2.1 | Mike Pall | 2022-01-15 | 1 | -1/+1 |
* | ARM64: Fix IR_HREF code generation. | Mike Pall | 2021-10-02 | 1 | -3/+3 |
* | Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN. | Mike Pall | 2021-09-19 | 1 | -1/+8 |
* | Use IR_HIOP for generalized two-register returns. | Mike Pall | 2021-09-19 | 1 | -4/+21 |
* | Refactor IR_VLOAD to take an offset. | Mike Pall | 2021-09-19 | 1 | -0/+1 |
* | 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 | -12/+16 |
* | Add IRCONV_NONE for pass-through INT to I64/U64 type change. | Mike Pall | 2021-07-19 | 1 | -1/+1 |
* | ARM64: More improvements to the generation of immediates. | Mike Pall | 2021-06-03 | 1 | -15/+8 |
* | Merge branch 'master' into v2.1 | Mike Pall | 2021-01-02 | 1 | -1/+1 |
* | ARM64: Followup fix for exit branch patching. | Mike Pall | 2020-09-28 | 1 | -1/+1 |
* | Merge branch 'master' into v2.1 | Mike Pall | 2020-09-27 | 1 | -2/+11 |
* | Redesign and harden string interning. | Mike Pall | 2020-06-23 | 1 | -2/+2 |
* | Improve assertions. | Mike Pall | 2020-06-15 | 1 | -41/+54 |
* | Remove pow() splitting and cleanup backends. | Mike Pall | 2020-05-23 | 1 | -38/+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/+3 |
* | ARM64: Fix {AHUV}LOAD specialized to nil/false/true. | Mike Pall | 2020-05-18 | 1 | -1/+1 |