aboutsummaryrefslogtreecommitdiff
path: root/src/vm_arm64.dasc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|
* macOS: Fix macOS 15 / Clang 16 build.Mike Pall2024-10-021-1/+0
| | | | | Note: The -Wl,-no_deduplicate workaround is NOT needed anymore. Thanks to fxcoudert, corsix, clason, baconpaul, mvf. #1275 #1266
* ARM64: Make tobit conversions match JIT backend behavior.Mike Pall2024-08-201-14/+6
| | | | Thanks to Peter Cawley. #1253
* Merge branch 'master' into v2.1Mike Pall2023-11-121-0/+8
|
* ARM64: Unify constant register handling in interpreter.Mike Pall2023-10-081-77/+73
| | | | | Plus minor optimizations. Simplifications for out-of-tree ARM64EC. Thanks to Peter Cawley. #1096
* ARM64: Restore fp before sp in C stack unwinders.Mike Pall2023-10-081-1/+3
| | | | Thanks to Peter Cawley. #1096
* LJ_FR2: Fix stack checks in vararg calls.Mike Pall2023-09-211-0/+1
| | | | Thanks to Peter Cawley. #1048
* ARM64: Set fixed interpreter registers before rethrow.Mike Pall2023-09-171-4/+4
| | | | Thanks to Peter Cawley. #593
* ARM64: External unwinder already restores non-volatile registers.Mike Pall2023-09-151-4/+4
| | | | Thanks to Peter Cawley. #593
* Windows/ARM64: Fix exception unwinding (again).Mike Pall2023-09-151-9/+33
| | | | Thanks to Peter Cawley. #593
* ARM64: Improve BC_JLOOP.Mike Pall2023-09-091-2/+1
| | | | Thanks to Peter Cawley. #1070
* FFI: Unify stack setup for C calls in interpreter.Mike Pall2023-08-291-4/+4
|
* Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|
* Ensure forward progress on trace exit to BC_ITERN.Mike Pall2023-08-131-4/+17
| | | | | Also use a safer way to force a static dispatch for BC_RET*. Reported by Bartel Eerdekens. Analyzed by Peter Cawley. #1000 #1045
* ARM64: Add support for ARM64e pointer authentication codes (PAC).Mike Pall2023-08-121-14/+42
| | | | Contributed by Peter Cawley. #559
* Disable FMA by default. Use -Ofma or jit.opt.start("+fma") to enable.Mike Pall2022-12-071-1/+3
| | | | See the discussion in #918 for the rationale.
* ARM64: Allow building with unwinding disabled.Mike Pall2022-07-191-0/+2
|
* Revert to trival pow() optimizations to prevent inaccuracies.Mike Pall2022-03-081-7/+4
|
* Fix pow() optimization inconsistencies.Mike Pall2022-01-241-4/+7
|
* Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|
* ARM64: Fix pcall() error case.Mike Pall2021-10-271-1/+2
| | | | Reported by Alex Orlenko.
* OSX/ARM64: Fix external unwinding.Mike Pall2021-10-171-50/+39
| | | | Contributed by Edmund Kapusniak. #698 #757
* OSX/ARM64: Disable unwind info.Mike Pall2021-09-211-1/+2
| | | | See #698.
* ARM64: Reorder interpreter stack frame and fix unwinding.Mike Pall2021-09-201-43/+146
| | | | | Reported by Yichun Zhang. Fixes #722. May help towards fixing #698, too.
* FFI: Don't load PC from non-function object in FFI continuation.Mike Pall2021-09-201-1/+1
| | | | Reported by Yichun Zhang. #743
* Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN.Mike Pall2021-09-191-2/+77
| | | | Sponsored by OpenResty Inc.
* Refactor table traversal.Mike Pall2021-09-191-13/+11
| | | | Sponsored by OpenResty Inc.
* String buffers, part 2a: internal SBuf reorg. Use full pointers.Mike Pall2021-06-011-1/+1
| | | | Sponsored by fmad.io.
* Handle on-trace OOM errors from helper functions.Mike Pall2021-03-231-1/+2
|
* Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|
* Merge branch 'master' into v2.1Mike Pall2020-08-091-2/+1
|
* Redesign and harden string interning.Mike Pall2020-06-231-6/+6
| | | | | Up to 40% faster on hash-intensive benchmarks. With some ideas from Sokolov Yura.
* Fix math.min()/math.max() inconsistencies.Mike Pall2020-05-221-2/+2
|
* ARM, ARM64, PPC: Fix TSETR fallback.Mike Pall2020-05-181-0/+1
| | | | Thanks to Javier Guerra Giraldez.
* Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|
* ARM64: Fix write barrier in BC_USETS.Mike Pall2018-06-241-1/+1
| | | | Contributed by Javier Guerra Giraldez.
* ARM64: Fix xpcall() error case (really).Mike Pall2017-11-181-1/+2
| | | | Thanks to François Perrad and Stefan Pejic.
* ARM64: Fix xpcall() error case.Mike Pall2017-11-161-1/+1
| | | | Thanks to Stefan Pejic.
* ARM64: Fix stores to vmstate.Mike Pall2017-04-171-6/+6
| | | | Contributed by Stefan Pejic.
* ARM64: Add big-endian support.Mike Pall2017-03-301-23/+46
| | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.
* Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|
* ARM64: Emit more efficient trace exits.Mike Pall2016-11-241-16/+15
| | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com.
* ARM64: Add JIT compiler backend.Mike Pall2016-11-201-13/+214
| | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.
* Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|
* ARM64: Fix __call metamethod handling for tail calls.Mike Pall2015-07-141-2/+2
|
* ARM64: Fix math.floor/math.ceil for string args.Mike Pall2015-04-151-0/+1
|
* ARM64: Add FFI support.Mike Pall2015-01-071-9/+121
|
* Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|
* ARM64: Compatibility fixes for Clang.Mike Pall2015-01-041-2/+4
|
* ARM64: Add build infrastructure and initial port of interpreter.Mike Pall2015-01-031-0/+3649