aboutsummaryrefslogtreecommitdiff
path: root/src/vm_ppc.dasc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2025-01-131-1/+1
|
* Add stack check to pcall/xpcall.Mike Pall2023-11-121-0/+8
| | | | Analyzed by Peter Cawley. #1048
* Bump copyright date.Mike Pall2023-08-201-1/+1
|
* 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
* PPC/PS3: Fix BC_ADD*/BC_SUB*.Mike Pall2021-05-291-4/+4
| | | | Thanks to MaryWan1982.
* Bump copyright date.Mike Pall2021-01-021-1/+1
|
* Call error function on rethrow after trace exit.Mike Pall2020-08-091-2/+1
|
* Bump copyright date.Mike Pall2020-01-201-1/+1
|
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
|
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
|
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
|
* PPC: Fix excess stack growth in interpreter.Mike Pall2014-12-271-1/+1
|
* PPC: Don't use mcrxr on PPE.Mike Pall2014-04-171-6/+29
|
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
|
* x64: Fix store to upvalue for lightuserdata values.Mike Pall2013-12-021-2/+2
|
* PPC: Add plt suffix for external calls from assembler code.Mike Pall2013-06-031-2/+2
|
* Fix capitalization of 'Xbox'.Mike Pall2013-02-131-2/+2
|
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* Add XBox 360 port.Mike Pall2013-01-211-4/+42
| | | | Thanks to Eddie Edwards.
* Don't use stack unwinding for lua_yield().Mike Pall2012-10-091-4/+7
|
* PPC: Fix string.sub() range check.Mike Pall2012-10-071-4/+4
|
* 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/+10
|
* 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
|
* PPC: Fix PPC32 build.Mike Pall2012-06-271-4/+8
|
* CONSOLE: Handle P64, GPR64, TOC* and PPE (PS3) in PPC interpreter.Mike Pall2012-06-131-181/+429
| | | | PS3 build command: make HOST_CC="gcc -m32" CROSS=ppu-lv2-
* PPC: Remove lj_vm_floor/ceil/trunc assembler wrappers.Mike Pall2012-06-121-9/+1
|
* ARM/PPC: Remove assembler code for lj_vm_foldarith().Mike Pall2012-06-121-56/+0
|
* PPC: Cleanup interpreter.Mike Pall2012-06-111-740/+740
| | | | Use DynASM defines instead of C defines.
* PPC: Fix interpreter state setup in callbacks.Mike Pall2012-06-111-0/+2
|
* CONSOLE: Fix PS3 build.Mike Pall2012-06-101-0/+6
|
* Reorganize build process.Mike Pall2012-06-091-0/+4888
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.