aboutsummaryrefslogtreecommitdiff
path: root/src/vm_arm64.dasc (follow)
Commit message (Expand)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
* ARM64: Make tobit conversions match JIT backend behavior.Mike Pall2024-08-201-14/+6
* Merge branch 'master' into v2.1Mike Pall2023-11-121-0/+8
* ARM64: Unify constant register handling in interpreter.Mike Pall2023-10-081-77/+73
* ARM64: Restore fp before sp in C stack unwinders.Mike Pall2023-10-081-1/+3
* LJ_FR2: Fix stack checks in vararg calls.Mike Pall2023-09-211-0/+1
* ARM64: Set fixed interpreter registers before rethrow.Mike Pall2023-09-171-4/+4
* ARM64: External unwinder already restores non-volatile registers.Mike Pall2023-09-151-4/+4
* Windows/ARM64: Fix exception unwinding (again).Mike Pall2023-09-151-9/+33
* ARM64: Improve BC_JLOOP.Mike Pall2023-09-091-2/+1
* 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
* ARM64: Add support for ARM64e pointer authentication codes (PAC).Mike Pall2023-08-121-14/+42
* Disable FMA by default. Use -Ofma or jit.opt.start("+fma") to enable.Mike Pall2022-12-071-1/+3
* 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
* OSX/ARM64: Fix external unwinding.Mike Pall2021-10-171-50/+39
* OSX/ARM64: Disable unwind info.Mike Pall2021-09-211-1/+2
* ARM64: Reorder interpreter stack frame and fix unwinding.Mike Pall2021-09-201-43/+146
* FFI: Don't load PC from non-function object in FFI continuation.Mike Pall2021-09-201-1/+1
* Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN.Mike Pall2021-09-191-2/+77
* Refactor table traversal.Mike Pall2021-09-191-13/+11
* String buffers, part 2a: internal SBuf reorg. Use full pointers.Mike Pall2021-06-011-1/+1
* 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
* Fix math.min()/math.max() inconsistencies.Mike Pall2020-05-221-2/+2
* ARM, ARM64, PPC: Fix TSETR fallback.Mike Pall2020-05-181-0/+1
* Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
* ARM64: Fix write barrier in BC_USETS.Mike Pall2018-06-241-1/+1
* ARM64: Fix xpcall() error case (really).Mike Pall2017-11-181-1/+2
* ARM64: Fix xpcall() error case.Mike Pall2017-11-161-1/+1
* ARM64: Fix stores to vmstate.Mike Pall2017-04-171-6/+6
* ARM64: Add big-endian support.Mike Pall2017-03-301-23/+46
* Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
* ARM64: Emit more efficient trace exits.Mike Pall2016-11-241-16/+15
* ARM64: Add JIT compiler backend.Mike Pall2016-11-201-13/+214
* 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