aboutsummaryrefslogtreecommitdiff
path: root/src/host/buildvm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
| |
* | Merge branch 'master' into v2.1v2.1.ROLLINGMike Pall2023-08-211-0/+1
|\|
| * Switch build system to rolling releases.v2.0.ROLLINGMike Pall2023-08-211-0/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
| |
* | Don't use jit_State during build with JIT disabled.Mike Pall2022-06-081-0/+10
| |
* | 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
| |
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
| |
* | Windows/x86: Add full exception interoperability.Mike Pall2016-05-071-1/+1
| | | | | | | | Contributed by Peter Cawley.
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
| |
* | PPC64: Add build infrastructure.Mike Pall2015-03-061-1/+1
| |
* | 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-3/+1
| |
* | ARM64: Add build infrastructure and initial port of interpreter.Mike Pall2015-01-031-0/+2
| |
* | x86/x64: Call external symbols directly from interpreter code.Mike Pall2014-12-081-0/+1
| | | | | | | | Except for ELF/x86 PIC, where it's easier to use wrappers.
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2013-06-031-0/+6
|\|
| * PPC: Add plt suffix for external calls from assembler code.Mike Pall2013-06-031-0/+6
| |
* | Get rid of module() in all internal modules.Mike Pall2013-05-161-7/+8
|/
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* Add XBox 360 port.Mike Pall2013-01-211-0/+6
| | | | Thanks to Eddie Edwards.
* Add table of IR type sizes.Mike Pall2012-08-271-1/+1
|
* Clean up buildvm error message.Mike Pall2012-06-131-1/+1
|
* Reorganize build process.Mike Pall2012-06-091-0/+504
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.