about summary refs log tree commit diff stats
path: root/src/dynarec/dynarec_private.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 on...ptitSeb2025-04-091-0/+1
* [RCFILE] Added support for perfile dynarec dump (#2393)Yang Liu2025-02-191-2/+0
* Spelling/typo fixes in code and documentation updates (#2223)olegos22024-12-281-1/+1
* [RV64_DYNAREC] Added simple opcodes fusion as "native flags" (#2102)Yang Liu2024-12-021-0/+3
* [DYNAREC] Remove BARRIER_NEXT macroptitSeb2024-07-291-1/+0
* [DYNAREC] Change method to detect dead code in block (fixes Spintires on Wow6...ptitSeb2024-04-281-3/+4
* [ARM64_DYNAREC] Small optim on flags handlingptitSeb2024-04-221-0/+2
* [ARM64_DYNAREC] Improved some specific cases of pcmpestri opcodeptitSeb2024-04-221-0/+2
* [DYNAREC] New attempt to make callret optim stable and usableptitSeb2023-12-121-0/+2
* [DYNAREC] Rollback most callret changes for now, they are not good enoughptitSeb2023-12-111-2/+0
* [DYNAREC] Try to improve stability of BOX64_DYNAREC_CALLRET=1 (not really sup...ptitSeb2023-12-111-0/+2
* remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* [DYNAREC] Better (defered) flag handling in dynarec (gives between 5% and 10%...ptitSeb2022-10-241-4/+4
* [DYNAREC] Refactored dynarec, using box86 refactorptitSeb2022-04-091-12/+23
* [DYNAREC] Improved flag handlingptitSeb2021-06-121-2/+3
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-0/+35