about summary refs log tree commit diff stats
path: root/src/dynarec/dynablock_private.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Refactor hotpage detection and dynarec_dirty 1 & 2. Also adjust som...ptitSeb2025-06-301-1/+1
* [DYNACACHE] Introduced DynaCache for ARM64 (disabled by default)ptitSeb2025-06-191-0/+4
* [DYNACACHE] More work on dynache relocationptitSeb2025-06-151-0/+1
* [GDBJIT] Added a new option to register debuginfo only after trapped into sig...Yang Liu2025-05-091-0/+3
* [DYNAREC] Introduce BOX64_DYNAREC_X87DOUBLE=2 to handle Low Precision x87 ([A...ptitSeb2025-04-161-2/+2
* [DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 on...ptitSeb2025-04-091-0/+7
* [ARM64_DYNAREC] Improved signal handling and flags handling (tbd on other archs)ptitSeb2024-12-311-0/+2
* Added initial GDBJIT support (#2162)Yang Liu2024-12-171-1/+1
* [DYNAREC] Track if a dynablock is for 32bits code (for future use)ptitSeb2024-09-171-2/+3
* remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* [DYNAREC] General fixes and improvment for multithread and jit program. Helps...ptitSeb2023-04-161-2/+3
* Remove dynablocklist (#438)ptitSeb2022-10-311-17/+5
* [DYNAREC] Improved JIT handling, and added a HotPage detection to temporarily...ptitSeb2021-11-181-1/+2
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-0/+36