aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm_arm.h (follow)
Commit message (Collapse)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 Pall2023-12-101-1/+9
|\|
| * ARM: Fix stack restore for FP slots.Mike Pall2023-12-101-1/+9
| | | | | | | | Thanks to Peter Cawley. #1131
* | Check for upvalue state transition in IR_UREFO.Mike Pall2023-11-051-10/+18
| | | | | | | | Thanks to Peter Cawley. #1085
* | ARM: Fix register hint for FFI calls with FP results.Mike Pall2023-10-081-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2023-09-091-2/+5
|\|
| * ARM: Fix stack check code generation.Mike Pall2023-09-091-2/+5
| | | | | | | | Thanks to Peter Cawley. #1068
* | 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/+3
|\|
| * Fix base register coalescing in side trace.Mike Pall2023-07-121-4/+3
| | | | | | | | Thanks to Sergey Kaplun, NiLuJe and Peter Cawley. #1031 #1016
* | Disable FMA by default. Use -Ofma or jit.opt.start("+fma") to enable.Mike Pall2022-12-071-1/+5
| | | | | | | | See the discussion in #918 for the rationale.
* | Add missing check for LJ_KEYINDEX in ITERN recording.Mike Pall2022-04-021-1/+6
| | | | | | | | Reported by dragonorloong. Analyzed by vfprintf. #827
* | 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-0/+2
| | | | | | | | Sponsored by OpenResty Inc.
* | Use IR_HIOP for generalized two-register returns.Mike Pall2021-09-191-16/+11
| | | | | | | | Sponsored by OpenResty Inc.
* | Refactor IR_VLOAD to take an offset.Mike Pall2021-09-191-0/+1
| |
* | MIPS: Fix trace linking.Mike Pall2021-09-191-0/+6
| |
* | String buffers, part 3c: Add IRBUFHDR_WRITE mode.Mike Pall2021-07-191-0/+24
| | | | | | | | Sponsored by fmad.io.
* | String buffers, part 3a: Add IR_TMPREF for passing TValues to helpers.Mike Pall2021-07-191-23/+46
| | | | | | | | Sponsored by fmad.io.
* | 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-1/+6
|\|
| * Prevent patching of the GC exit check branch.Mike Pall2020-09-271-1/+6
| | | | | | | | Reported by Arseny Vakhrushev.
* | Redesign and harden string interning.Mike Pall2020-06-231-2/+2
| | | | | | | | | | Up to 40% faster on hash-intensive benchmarks. With some ideas from Sokolov Yura.
* | ARM: Implement FLOAD from GG_State.Mike Pall2020-06-131-10/+11
| |
* | Improve assertions.Mike Pall2020-06-151-49/+70
| |
* | Remove pow() splitting and cleanup backends.Mike Pall2020-05-231-9/+1
| |
* | Cleanup math function compilation and fix inconsistencies.Mike Pall2020-05-221-1/+0
| |
* | Fix math.min()/math.max() inconsistencies.Mike Pall2020-05-221-3/+3
| |
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2019-04-291-21/+23
|\|
| * ARM: Fix GCC 7 -Wimplicit-fallthrough warnings.Mike Pall2019-04-291-2/+2
| |
| * ARM: Fix condition code check fusion.Mike Pall2019-04-291-13/+15
| | | | | | | | Reported by Qingjun Wei.
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
| |
* | Add IR_FLOAD with REF_NIL for field loads from GG_State.Mike Pall2016-05-211-14/+18
| | | | | | | | Contributed by Peter Cawley.
* | 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
| | | | | | | | Thanks to Peter Cawley.
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2016-02-101-1/+1
|\|
| * Don't allocate unused 2nd result register in JIT compiler backend.Mike Pall2016-02-101-1/+1
| |
* | Generalize LJ_SOFTFP dependencies in lj_asm.c.Mike Pall2016-02-091-11/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
| |
* | Add LJ_FR2 mode: Two-slot frame info.Mike Pall2015-01-031-1/+1
| |