about summary refs log tree commit diff stats
path: root/src/dynarec/dynacache_reloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNACACHE][LA64] Added const table for later use in internal relocation (#2770)Yang Liu2025-06-241-8/+0
* [LA64_DYNAREC] This should help certain builds (for #2769)ptitSeb2025-06-241-0/+8
* [DYNACACHE][RV64] Added const table for later use in internal relocation (#2758)Yang Liu2025-06-191-12/+2
* [DYNACACHE] Another fix for non-ARM64 Dynarec buildptitSeb2025-06-191-0/+4
* [DYNACACHE] This should fix non-ARM64 Dynarec build, for goodptitSeb2025-06-191-1/+1
* [DYNACACHE] This should fix non-ARM64 Dynarec buildptitSeb2025-06-191-1/+8
* [DYNACACHE] Introduced DynaCache for ARM64 (disabled by default)ptitSeb2025-06-191-2/+82
* [DYNACACHE] More work on dynache relocationptitSeb2025-06-151-0/+162