aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm_x86.h (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
* | Fix last commit.Mike Pall2023-11-151-1/+1
* | Merge branch 'master' into v2.1Mike Pall2023-11-141-8/+9
|\|
| * x86/x64: Don't fuse loads across IR_NEWREF.Mike Pall2023-11-141-7/+9
* | Improve last commit.Mike Pall2023-11-121-1/+1
* | x86/x64: Don't fuse loads across table.clear.Mike Pall2023-11-121-0/+1
* | Merge branch 'master' into v2.1Mike Pall2023-11-121-2/+6
|\|
| * x86/x64: Add more red zone checks to assembler backend.Mike Pall2023-11-121-1/+6
* | Check for upvalue state transition in IR_UREFO.Mike Pall2023-11-051-9/+16
* | Consistently use 64 bit constants for 64 bit IR instructions.Mike Pall2023-09-211-1/+2
* | 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-4/+4
|\|
| * Fix base register coalescing in side trace.Mike Pall2023-07-121-4/+4
* | x86/x64: Limit VLOAD fusion to simple cases.Mike Pall2022-07-271-1/+2
* | Add missing check for LJ_KEYINDEX in ITERN recording.Mike Pall2022-04-021-6/+3
* | Fix pow() optimization inconsistencies.Mike Pall2022-01-241-13/+0
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN.Mike Pall2021-09-191-2/+11
* | Use IR_HIOP for generalized two-register returns.Mike Pall2021-09-191-15/+11
* | Refactor IR_VLOAD to take an offset.Mike Pall2021-09-191-3/+4
* | MIPS: Fix trace linking.Mike Pall2021-09-191-0/+6
* | String buffers, part 3c: Add IRBUFHDR_WRITE mode.Mike Pall2021-07-191-0/+15
* | String buffers, part 3a: Add IR_TMPREF for passing TValues to helpers.Mike Pall2021-07-191-34/+45
* | Add IRCONV_NONE for pass-through INT to I64/U64 type change.Mike Pall2021-07-191-1/+1
* | 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-09-271-2/+9
|\|
| * Prevent patching of the GC exit check branch.Mike Pall2020-09-271-2/+9
* | x64: Fix 64 bit shift code generation.Mike Pall2020-09-251-1/+1
* | Redesign and harden string interning.Mike Pall2020-06-231-1/+1
* | Improve assertions.Mike Pall2020-06-151-68/+93
* | Remove pow() splitting and cleanup backends.Mike Pall2020-05-231-36/+1
* | Cleanup math function compilation and fix inconsistencies.Mike Pall2020-05-221-2/+0
* | Cleanup CPU detection and tuning for old CPUs.Mike Pall2020-05-201-24/+9
* | Merge branch 'master' into v2.1Mike Pall2020-02-021-2/+3
|\|
| * x86/x64: Fix loop realignment.Mike Pall2020-02-021-2/+3
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | x64/LJ_GC64: Fix type-check-only variant of SLOAD.Mike Pall2017-09-101-1/+1
* | x64/LJ_GC64: Fix fallback case of asm_fuseloadk64().Mike Pall2017-08-281-0/+1
* | x64/LJ_GC64: Fix assembly of CNEWI with 64 bit constant pointer.Mike Pall2017-03-211-2/+3
* | x64/LJ_GC64: Fix (currently unused) integer stores in asm_tvptr().Mike Pall2017-02-201-1/+2
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | Increase range of GG_State loads via IR_FLOAD with REF_NIL.Mike Pall2016-11-191-2/+2
* | LJ_GC64: Various followup fixes.Mike Pall2016-10-201-8/+9
* | LJ_GC64: Fix HREF for pointers.Mike Pall2016-10-191-0/+11