aboutsummaryrefslogtreecommitdiff
path: root/src/vm_mips64.dasc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* MIPS64: Fix bitwise not operator.Mike Pall2026-07-041-1/+1
|
* Backport some v3.0 syntax extensions.Mike Pall2026-06-221-0/+77
| | | | See discussion in: #1476
* MIPS64: Avoid unaligned load in lj_vm_exit_interp.Mike Pall2026-02-111-4/+5
| | | | Thanks to Sergey Kaplun. #1428
* DUALNUM: Improve/fix edge cases of unary minus.Mike Pall2026-01-091-1/+5
| | | | Thanks to Sergey Kaplun. #1422 #1418
* Merge branch 'master' into v2.1Mike Pall2026-01-091-1/+1
|
* Unify Lua number to FFI integer conversions.Mike Pall2025-11-271-10/+132
| | | | Phew. #1411
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|
* MIPS64: Fix pcall() error case.Mike Pall2024-11-281-2/+3
| | | | Thanks to Sergey Kaplun. #1308
* 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
| | | | Thanks to Peter Cawley. #1048
* 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
| | | | | Also use a safer way to force a static dispatch for BC_RET*. Reported by Bartel Eerdekens. Analyzed by Peter Cawley. #1000 #1045
* 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
| | | | Reported by Yichun Zhang. #743
* Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN.Mike Pall2021-09-191-4/+88
| | | | Sponsored by OpenResty Inc.
* Refactor table traversal.Mike Pall2021-09-191-20/+16
| | | | 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-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
| | | | | Up to 40% faster on hash-intensive benchmarks. With some ideas from Sokolov Yura.
* 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
| | | | | | Contributed by Hua Zhang, YunQiang Su from Wave Computing, and Radovan Birdic from RT-RK. Sponsored by Wave Computing.
* 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
| | | | Thanks to Stefan Pejic.
* MIPS64: Fix xpcall() error case.Mike Pall2017-11-181-2/+3
| | | | Thanks to François Perrad and Stefan Pejic.
* MIPS64: Add soft-float support to JIT compiler backend.Mike Pall2017-06-071-0/+49
| | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.
* MIPS64: Fix stores of MULTRES.Mike Pall2017-04-171-2/+2
| | | | Contributed by Stefan Pejic.
* MIPS64: Fix write barrier in BC_USETV.Mike Pall2017-04-171-3/+3
| | | | Contributed by Stefan Pejic.
* MIPS64, part 2: Add MIPS64 hard-float JIT compiler backend.Mike Pall2017-02-201-12/+225
| | | | | 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
|
* MIPS64, part 1: Add MIPS64 support to interpreter.Mike Pall2016-05-281-0/+4849
Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.