Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PPC64: Add build infrastructure. | Mike Pall | 2015-03-06 | 1 | -0/+11 |
| | |||||
* | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 1 | -1/+1 |
|\ | |||||
| * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
| | | |||||
* | | PPC/e500: Drop support for this architecture. | Mike Pall | 2015-01-04 | 1 | -5/+2 |
| | | |||||
* | | ARM64: Add build infrastructure and initial port of interpreter. | Mike Pall | 2015-01-03 | 1 | -0/+9 |
| | | |||||
* | | x86/x64: Call external symbols directly from interpreter code. | Mike Pall | 2014-12-08 | 1 | -4/+19 |
|/ | | | | Except for ELF/x86 PIC, where it's easier to use wrappers. | ||||
* | Add PS Vita port. | Mike Pall | 2014-04-27 | 1 | -1/+1 |
| | | | | Thanks to Anton Stenmark. | ||||
* | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | Fix compiler warning. | Mike Pall | 2013-08-22 | 1 | -1/+1 |
| | |||||
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | Fix PS3 build. | Mike Pall | 2013-01-11 | 1 | -2/+8 |
| | |||||
* | CONSOLE: Handle P64, GPR64, TOC* and PPE (PS3) in PPC interpreter. | Mike Pall | 2012-06-13 | 1 | -2/+7 |
| | | | | PS3 build command: make HOST_CC="gcc -m32" CROSS=ppu-lv2- | ||||
* | CONSOLE: Minor PS3 build fixes. | Mike Pall | 2012-06-10 | 1 | -0/+2 |
| | |||||
* | CONSOLE: Fix PS3 build. | Mike Pall | 2012-06-10 | 1 | -5/+22 |
| | |||||
* | Reorganize build process. | Mike Pall | 2012-06-09 | 1 | -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. |