summaryrefslogtreecommitdiff
path: root/src/vm_mips.dasc
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright date.Mike 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
* Bump copyright date.Mike Pall2021-01-021-1/+1
|
* Call error function on rethrow after trace exit.Mike Pall2020-08-091-3/+2
|
* Bump copyright date.Mike Pall2020-01-201-1/+1
|
* MIPS: Fix delay slot hint.Mike Pall2019-07-051-1/+1
| | | | This is documentation only. Thanks to snyh.
* MIPS: Backport workaround for compact unwind tables.Mike Pall2017-02-201-0/+2
|
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
|
* MIPS: Fix BC_ISNEXT fallback path.Mike Pall2016-04-141-17/+17
| | | | Thanks to RT-RK.com.
* MIPS: Fix use of ffgccheck delay slots in interpreter.Mike Pall2016-03-301-0/+5
|
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
|
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
|
* MIPS: Fix excess stack growth in interpreter.Mike Pall2014-12-271-1/+1
|
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
|
* MIPS: Cosmetic fix for interpreter.Mike Pall2013-12-251-1/+1
|
* x64: Fix store to upvalue for lightuserdata values.Mike Pall2013-12-021-2/+2
|
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* Don't use stack unwinding for lua_yield().Mike Pall2012-10-091-1/+3
|
* From Lua 5.2: Add string.rep(s, n, sep).Mike Pall2012-10-071-1/+1
|
* From Lua 5.2: Add math.log(x, base).Mike Pall2012-10-071-1/+13
|
* Fix despecialization of ITERN when already running.Mike Pall2012-09-121-0/+3
|
* Use 0/1 macro for Lua 5.2 compatibility.Mike Pall2012-09-121-6/+6
|
* MIPS: Fix calls to floor/ceil/trunc.Mike Pall2012-08-191-1/+1
|
* MIPS: Cleanup interpreter.Mike Pall2012-06-111-75/+75
| | | | Use DynASM defines instead of C defines.
* Reorganize build process.Mike Pall2012-06-091-0/+4224
Drop pre-translated buildvm_*.h. Rename buildvm_*.dasc to vm_*.dasc. Move buildvm* to host directory. Build minilua, unless HOST_LUA is set. Use HOST_LUA to run DynASM. Translate only vm_*.dasc for target architecture.