summaryrefslogtreecommitdiff
path: root/src/host/buildvm_asm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2023-08-201-1/+1
|
* Bump copyright date.Mike Pall2022-01-151-1/+1
|
* Bump copyright date.Mike Pall2021-01-021-1/+1
|
* Bump copyright date.Mike Pall2020-01-201-1/+1
|
* OSX: Fix build with recent XCode.Mike Pall2017-04-071-1/+2
| | | | Contributed by Joseph Zupko.
* 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
|
* Add PS Vita port.Mike Pall2014-04-271-1/+1
| | | | Thanks to Anton Stenmark.
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
|
* Fix compiler warning.Mike Pall2013-08-221-1/+1
|
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* Fix PS3 build.Mike Pall2013-01-111-2/+8
|
* CONSOLE: Handle P64, GPR64, TOC* and PPE (PS3) in PPC interpreter.Mike Pall2012-06-131-2/+7
| | | | PS3 build command: make HOST_CC="gcc -m32" CROSS=ppu-lv2-
* CONSOLE: Minor PS3 build fixes.Mike Pall2012-06-101-0/+2
|
* CONSOLE: Fix PS3 build.Mike Pall2012-06-101-5/+22
|
* Reorganize build process.Mike Pall2012-06-091-0/+283
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.