about summary refs log tree commit diff stats
path: root/src/include/dynarec.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-8/+0
|
* Some cosmetic changes to C header files (#2487)Yang Liu2025-04-011-4/+1
| | | | | * [DYNAREC] Move cosim functions to a new header * Moved isNativeCall to elfloader
* [CI] Refactored CI (#1795)Yang Liu2024-09-051-1/+0
| | | | | | | | | | | | | | | | | * [CI] Enable Box32 tests on LA64 * upgrade QEMU * [COSIM] Removed thread-safe tests * Use regular cosim in CI * [CI] Simplified "Test Box64" * exclude certain tests when testing with cosim * review * box64.pod too
* [COSIM] Added thread-safe tests (#1477)Yang Liu2024-04-301-1/+2
| | | | | | | | | | | | | * [COSIM] Added thread-safe tests * Added more notest * Run cosim in CI * Disable tests for RISC-V for now * Simplify * Initialize notest
* remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
| | | | Closes: #895
* [DYNAREC] Try to test last opcode at end of block for unimplemented opcodeptitSeb2023-04-201-1/+1
|
* [DYNAREC] Fixed signature of x64test functionptitSeb2023-04-191-1/+1
|
* [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ↵ptitSeb2023-03-271-0/+3
| | | | time and compare states
* More infrastructure added to elf and x64 emuptitSeb2021-03-031-0/+8