about summary refs log tree commit diff stats
path: root/src/dynarec (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [TRACE] Fixed the jump from instruction idx for Extend blcok in traceptitSeb2025-07-021-1/+1
* [ARM64_DYNAREC] Optimized propate XMM/YMM unused helpersptitSeb2025-07-011-26/+11
* [ARM64_DYNAREC] Fixed a regression introduced with 4903177bab1f3324a0faeedd96...ptitSeb2025-06-301-1/+1
* [DYNAREC] Refactor hotpage detection and dynarec_dirty 1 & 2. Also adjust som...ptitSeb2025-06-303-14/+71
* [ARM64_DYNAREC] Added 66 8D opcodeptitSeb2025-06-291-1/+16
* [ARM64_DYNAREC] Added 67 9C opcodeptitSeb2025-06-291-0/+6
* [ARM64_DYNAREC] Made (V)M(IN/AX)P(D/S) opcodes always exact, it's inexpensive...ptitSeb2025-06-292-34/+14
* [LA64_DYNAREC] Removed some TABLE64 usage (#2782)Yang Liu2025-06-271-21/+12
* [LA64_DYNAREC] Add la64 avx load/store ops part 4. (#2775)phorcys2025-06-271-0/+252
* [LA64_DYNAREC] Optimized GETIP macro (#2781)Yang Liu2025-06-276-51/+49
* [LA64_DYNAREC] Removed some redundant macro definitions (#2778)Yang Liu2025-06-261-2/+0
* [DYNACACHE][LA64] More work on internal reloc (#2779)Yang Liu2025-06-265-13/+23
* [LA64_DYNAREC] Add la64 avx load/store ops part 3. (#2774)phorcys2025-06-266-10/+416
* [LA64_DYNAREC] Add la64 avx load/store ops part 2. (#2773)phorcys2025-06-262-0/+113
* [ARM64_DYNAREC] Fixed opcode name for VDIVPDptitSeb2025-06-251-1/+1
* [ARM64_DYNAREC] Fixed some extended instance of VCMPSD opcodesptitSeb2025-06-251-3/+3
* [INTERP] More work on UD flagsptitSeb2025-06-251-5/+17
* [ARM64_DYNAREC] Adjusted some UD flags in BLSMSK opcodeptitSeb2025-06-251-4/+14
* [ARM64_DYNAREC] Fixed CF flag of BLSI opcodeptitSeb2025-06-251-1/+1
* [ARM64_DYNAREC] Fixed BEXTR opcodeptitSeb2025-06-251-11/+13
* [ARM64_DYNAREC] Improved BTx opcodes (and fixed one BTC opcode)ptitSeb2025-06-241-41/+141
* [DYNAREC] Better check of limit for a dynablockptitSeb2025-06-241-1/+1
* [LA64_DYNAREC] Add la64 avx load/store ops part 1. (#2766)phorcys2025-06-245-12/+194
* [ARM64_DYNAREC] Improved handling of last_ipptitSeb2025-06-244-1/+4
* [DYNACACHE][LA64] Added const table for later use in internal relocation (#2770)Yang Liu2025-06-2412-69/+317
* [LA64_DYNAREC] This should help certain builds (for #2769)ptitSeb2025-06-242-5/+10
* [DYNAREC] Removed some unused code (#2767)Yang Liu2025-06-246-26/+0
* [LA64_DYNAREC]Add basic avx support for la64. (#2745)phorcys2025-06-2315-70/+5578
* [ARM64_DYNAREC] Removed commented codeptitSeb2025-06-231-1/+0
* [DYNAREC] Refactored a bit BARRIER_FLOAT ([ARM64] olny for now, todo for RV64...ptitSeb2025-06-2314-41/+115
* [ARM64_DYNAREC] Small fix in arch_buildptitSeb2025-06-221-1/+1
* [DYNACACHE][RV64] Enabled dynacache for RV64 (#2762)Yang Liu2025-06-206-59/+118
* [DYNACACHE][RV64] More work on internal reloc (#2759)Yang Liu2025-06-199-78/+95
* [DYNACACHE][RV64] Added const table for later use in internal relocation (#2758)Yang Liu2025-06-1916-117/+368
* [DYNACACHE] Another fix for non-ARM64 Dynarec buildptitSeb2025-06-191-0/+4
* [DYNACACHE] Fixed LA64 buildptitSeb2025-06-191-6/+2
* [DYNACACHE] This should fix non-ARM64 Dynarec build, for goodptitSeb2025-06-192-2/+2
* [DYNACACHE] This should fix non-ARM64 Dynarec buildptitSeb2025-06-192-1/+10
* [DYNACACHE] Introduced DynaCache for ARM64 (disabled by default)ptitSeb2025-06-1917-97/+251
* [WOW64] Refactored host extention detection and added preliminary support for...Yang Liu2025-06-161-1/+1
* [DYNACACHE] Added the ability to mark a maplist has having new blocks (instea...ptitSeb2025-06-162-14/+14
* [DYNACACHE] More work on dynache relocationptitSeb2025-06-1520-32/+270
* [DYNAREC] Make sure a dynablock does not exit a mmap backed by a file address...ptitSeb2025-06-145-1/+8
* [DYNACACHE] Refactored cpu extension, will be used in dynacache signature checksptitSeb2025-06-1459-684/+676
* [DYNACACHE] Some more preparation work for internal relocationsptitSeb2025-06-132-5/+5
* [DYNACACHE] More preparation work for internal relocationsptitSeb2025-06-132-3/+4
* [DYNACACHE] More work on preparing internal reloc, plus fix non-trace buildptitSeb2025-06-1312-47/+59
* [DYNACACHE] Created a const table, for later use in internal relocation ([ARM...ptitSeb2025-06-1320-174/+351
* [ARM64_DYNAREC] Fixed some typos related ymm unneeded tracing (helps #2724) (...Yang Liu2025-06-121-2/+2
* [ARM64_DYNAREC] Added 64/65 67 89/8B 64bits opcodes (#2730)Yang Liu2025-06-123-1/+97