aboutsummaryrefslogtreecommitdiff
path: root/src/vm_mips.dasc (follow)
Commit message (Expand)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-11-121-1/+9
|\|
| * Add stack check to pcall/xpcall.Mike Pall2023-11-121-1/+9
* | 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
|\|
| * Bump copyright date.Mike 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
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | Merge branch 'master' into v2.1Mike Pall2021-09-201-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-5/+92
* | Refactor table traversal.Mike Pall2021-09-191-23/+15
* | 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
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Merge branch 'master' into v2.1Mike Pall2020-08-091-3/+2
|\|
| * Call error function on rethrow after trace exit.Mike 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-12/+57
* | 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-07-051-1/+1
|\|
| * MIPS: Fix delay slot hint.Mike Pall2019-07-051-1/+1
| * MIPS: Backport workaround for compact unwind tables.Mike Pall2017-02-201-0/+2
* | MIPS/MIPS64: Fix TSETR barrier (again).Mike Pall2018-10-141-1/+1
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | MIPS: Fix TSETR barrier.Mike Pall2016-11-161-1/+1
* | MIPS64, part 1: Add MIPS64 support to interpreter.Mike Pall2016-05-281-1/+1
* | Merge branch 'master' into v2.1Mike Pall2016-04-141-17/+17
|\|
| * MIPS: Fix BC_ISNEXT fallback path.Mike Pall2016-04-141-17/+17
* | Merge branch 'master' into v2.1Mike Pall2016-03-301-3/+6
|\|
| * MIPS: Fix use of ffgccheck delay slots in interpreter.Mike Pall2016-03-301-0/+5
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | MIPS: Add soft-float support to JIT compiler backend.Mike Pall2016-02-101-2/+28
* | MIPS: Switch to dual-number mode. Fix soft-float interpreter.Mike Pall2016-01-291-1388/+1354
* | MIPS soft-float, part 1: Add soft-float support to interpreter.Mike Pall2015-12-171-219/+1137
* | Re-enable trace stitching.Mike Pall2015-08-291-7/+3
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* | Merge branch 'master' into v2.1Mike Pall2014-12-271-1/+1
|\|
| * MIPS: Fix excess stack growth in interpreter.Mike Pall2014-12-271-1/+1
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1