| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|/
|
|
| |
SSE2 required from now on.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
PS3 build command: make HOST_CC="gcc -m32" CROSS=ppu-lv2-
|
| |
|
| |
|
|
|
|
| |
Use DynASM defines instead of C defines.
|
|
|
|
|
| |
Use DynASM defines instead of C defines.
Remove support for ancient CPUs without CMOV (before Pentium Pro).
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Only set MACOSX_DEPLOYMENT_TARGET to 10.4 if not set.
Always force -fno-stack-protector.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Add generic HIOP instruction for extra backend functionality.
Add support for HIOP to x86 backend.
Use POWI for 64 bit integer x^k, too.
POWI is lowered to a call by SPLIT or the x64 backend.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|