aboutsummaryrefslogtreecommitdiff
path: root/src/vm_mips64.dasc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
* MIPS64: Fix pcall() error case.Mike Pall2024-11-281-2/+3
* Merge branch 'master' into v2.1Mike Pall2023-11-121-2/+10
* LJ_FR2: Fix stack checks in vararg calls.Mike Pall2023-09-211-0/+1
* FFI: Unify stack setup for C calls in interpreter.Mike Pall2023-08-291-1/+0
* 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/+23
* 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
* 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-4/+88
* Refactor table traversal.Mike Pall2021-09-191-20/+16
* 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-2/+7
* Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
* Merge branch 'master' into v2.1Mike Pall2020-08-091-3/+2
* Redesign and harden string interning.Mike Pall2020-06-231-6/+6
* Fix math.min()/math.max() inconsistencies.Mike Pall2020-05-221-19/+49
* Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
* MIPS: Add MIPS64 R6 port.Mike Pall2020-01-201-29/+341
* MIPS/MIPS64: Fix TSETR barrier (again).Mike Pall2018-10-141-1/+1
* MIPS64: Fix soft-float +-0.0 vs. +-0.0 comparison.Mike Pall2018-01-291-1/+1
* MIPS64: Fix xpcall() error case.Mike Pall2017-11-181-2/+3
* MIPS64: Add soft-float support to JIT compiler backend.Mike Pall2017-06-071-0/+49
* MIPS64: Fix stores of MULTRES.Mike Pall2017-04-171-2/+2
* MIPS64: Fix write barrier in BC_USETV.Mike Pall2017-04-171-3/+3
* MIPS64, part 2: Add MIPS64 hard-float JIT compiler backend.Mike Pall2017-02-201-12/+225
* Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
* MIPS64, part 1: Add MIPS64 support to interpreter.Mike Pall2016-05-281-0/+4849