aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm_x86.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | x64/LJ_GC64: Fix code generation for IR_KNULL call argument.Mike Pall2016-06-051-1/+1
* | LJ_GC64: Ensure all IR slot fields are initialized.Mike Pall2016-06-031-0/+1
* | Proper fix for LJ_GC64 changes to asm_href().Mike Pall2016-05-281-2/+4
* | Fix collateral damage from LJ_GC64 changes to asm_href().Mike Pall2016-05-281-2/+1
* | Merge branch 'master' into v2.1Mike Pall2016-05-231-4/+17
|\|
| * x86: Don't spill an explicit REF_BASE in the IR.Mike Pall2016-05-231-3/+3
* | x64/LJ_GC64: Add missing backend support and enable JIT compilation.Mike Pall2016-05-231-53/+377
* | LJ_FR2: Add support for trace recording and snapshots.Mike Pall2016-05-231-4/+18
* | Embed 64 bit constants directly in the IR, using two slots.Mike Pall2016-05-231-11/+15
* | Add IR_FLOAD with REF_NIL for field loads from GG_State.Mike Pall2016-05-211-1/+10
* | Move common 32/64 bit in-memory FP constants to jit_State.Mike Pall2016-05-211-10/+6
* | Merge branch 'master' into v2.1Mike Pall2016-05-201-1/+0
|\|
| * Add guard for obscure aliasing between open upvalues and SSA slots.Mike Pall2016-05-201-1/+0
* | Merge branch 'master' into v2.1Mike Pall2016-05-061-3/+3
|\|
| * x86/x64: Fix instruction length decoder.Mike Pall2016-05-061-3/+3
* | Merge branch 'master' into v2.1Mike Pall2016-04-181-11/+11
|\|
| * Whitespace.Mike Pall2016-04-181-11/+11
* | Merge branch 'master' into v2.1Mike Pall2016-04-181-9/+104
|\|
| * x86/x64: Search for exit jumps with instruction length decoder.Mike Pall2016-04-181-9/+104
* | x86: Generate BMI2 shifts and rotates, if available.Mike Pall2016-03-281-6/+22