about summary refs log tree commit diff stats
path: root/src/dynarec/arm64/dynarec_arm64_pass3.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNACACHE] Introduced DynaCache for ARM64 (disabled by default)ptitSeb2025-06-191-8/+8
* [DYNACACHE] More work on dynache relocationptitSeb2025-06-151-2/+16
* [DYNACACHE] More work on preparing internal reloc, plus fix non-trace buildptitSeb2025-06-131-0/+1
* [DYNAREC] Added ranged Dynablock dump (#2570)Yang Liu2025-04-241-3/+3
* [WOW64] More tweaks for PE build (#2528)Yang Liu2025-04-141-3/+6
* [DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 on...ptitSeb2025-04-091-0/+2
* [RCFILE] Added support for perfile dynarec dump (#2393)Yang Liu2025-02-191-2/+2
* [DYNAREC] Fixed inst_size building that could be wrong when dynablock was sto...ptitSeb2025-02-091-1/+1
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-2/+2
* [ARM64_DYNAREC] Add a test about arm64 addresses in pass3, and abort if wrongptitSeb2024-07-211-0/+1
* [ARM64_DYNAREC] Fixed YMM cache handling, espcially in high pressure regs casesptitSeb2024-06-071-2/+4
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | [32BITS][ARM64_DYNAREC] Added some dynarec support for 32bits code (no-prefix...ptitSeb2023-06-241-1/+1
|/
* [DYNAREC] General fixes and improvment for multithread and jit program. Helps...ptitSeb2023-04-161-3/+4
* [ARM64_DYNAREC] Changed name of a utility functionptitSeb2023-04-151-1/+1
* [ARM64_DYNAREC] Reorganized pass3 to reduce size of box binary and lower comp...ptitSeb2023-04-151-50/+2
* fix some spelling mistakes (#640)josch2023-03-261-1/+1
* [ARM64_DYNAREC] Some small cleanupptitSeb2023-03-161-5/+7
* [ARM64_DYNAREC] Removed child leftover, it's not implemented anymoreptitSeb2023-03-131-3/+0
* [DYNAREC] Optimized FillBlock64 to avoid 3 for loop on all block instructions...ptitSeb2023-02-191-2/+7
* [DYNAREC] Refactored Strong Memory Model emulationptitSeb2022-11-261-2/+3
* Remove dynablocklist (#438)ptitSeb2022-10-311-4/+0
* [DYNAREC] Better (defered) flag handling in dynarec (gives between 5% and 10%...ptitSeb2022-10-241-2/+5
* [DYNAREC] Improved handlinf of RIP valueptitSeb2022-07-161-1/+1
* [DYNAREC] Fixed a warningptitSeb2022-04-101-2/+2
* [DYNAREC] Refactored dynarec, using box86 refactorptitSeb2022-04-091-13/+42
* [DYNAREC] Refactored dynarec to ease the future adding of new target architec...ptitSeb2022-02-271-0/+36