summaryrefslogtreecommitdiff
path: root/src/host/buildvm_asm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* PPC64: Add build infrastructure.Mike Pall2015-03-061-0/+11
|
* Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
| |
* | PPC/e500: Drop support for this architecture.Mike Pall2015-01-041-5/+2
| |
* | ARM64: Add build infrastructure and initial port of interpreter.Mike Pall2015-01-031-0/+9
| |
* | x86/x64: Call external symbols directly from interpreter code.Mike Pall2014-12-081-4/+19
|/ | | | Except for ELF/x86 PIC, where it's easier to use wrappers.
* 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.