aboutsummaryrefslogtreecommitdiff
path: root/src/host/buildvm_asm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2026-01-091-1/+1
|\
| * Bump copyright date.Mike Pall2026-01-091-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\|
| * Bump copyright date.Mike Pall2025-01-131-1/+1
| |
* | macOS: Workaround for buggy XCode 15.0 - 15.2 linker.Mike Pall2024-10-021-0/+4
| | | | | | | | Thanks to Carlo Cabrera. #1283
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
| |
* | MIPS32: Declare that the assembler part uses the FR=0 model.Mike Pall2023-08-121-3/+6
| | | | | | | | Thanks to Peter Cawley. #1040
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
| |
* | Remove support for de-facto dead archs.Mike Pall2020-01-201-11/+0
| |
* | PPC: Add soft-float support to interpreter.Mike Pall2017-07-261-1/+1
| | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.
* | Merge branch 'master' into v2.1Mike Pall2017-04-071-1/+2
|\|
| * OSX: Fix build with recent XCode.Mike Pall2017-04-071-1/+2
| | | | | | | | Contributed by Joseph Zupko.
* | ARM64: Add big-endian support.Mike Pall2017-03-301-2/+6
| | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
| |
* | ARM: Add external frame unwinding.Mike Pall2015-12-281-0/+9
| | | | | | | | Thanks to Nick Zavaritsky.
* | 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.