| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ARM64_DYNAREC] Don't assume x1 is xRIP in link_next (fix regression ↵ | ptitSeb | 2025-10-10 | 1 | -0/+1 |
| | | | | | introduced with 685afa230291d64f350afbfdfa8fc82536d99f82) | ||||
| * | [WOW64] Implement BTCpuSimulate | André Zwing | 2025-05-19 | 1 | -0/+3 |
| | | |||||
| * | [DYNAREC] Reverted last 2 commit, will use CancelFillblock mecanism instead | ptitSeb | 2024-11-03 | 1 | -21/+13 |
| | | |||||
| * | [DYNAREC] Make sure the emu structure is up-to-date each time LinkNext is called | ptitSeb | 2024-11-03 | 1 | -13/+21 |
| | | |||||
| * | remove executable bits | Johannes Schauer Marin Rodrigues | 2023-07-21 | 1 | -0/+0 |
| | | | | | Closes: #895 | ||||
| * | [DYNAREC] Small optim on getDB | ptitSeb | 2023-02-19 | 1 | -0/+1 |
| | | |||||
| * | [DYNAREC] Added BOX64_DYNAREC_CALLRET option, in rcfile too (faster handling ↵ | ptitSeb | 2022-11-29 | 1 | -0/+1 |
| | | | | | of CALL/RET opcode, not compatible with JIT/Dynarec) | ||||
| * | src: asm: Rename lr & fp registers to their x-equivalents (#426) | Alfred E. Neumayer | 2022-10-17 | 1 | -1/+1 |
| | | | | | Older GCC versions (like on Ubuntu Touch) don't recognize the aliases. Fixes building box64 with older toolchains. | ||||
| * | [DYNAREC] Refactored dynarec to ease the future adding of new target ↵ | ptitSeb | 2022-02-27 | 1 | -0/+39 |
| architecture | |||||