about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [ARM64_DYNAREC] Improved handling of last_ipptitSeb2025-06-245-2/+5
* [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
* [DYNACACHE] Added support for unaligned addressesptitSeb2025-06-232-4/+49
* [ARM64_DYNAREC] Removed commented codeptitSeb2025-06-231-1/+0
* Add `map64_customMalloc` (#2764)Chi-Kuan Chiu2025-06-231-6/+140
* [DYNAREC] Refactored a bit BARRIER_FLOAT ([ARM64] olny for now, todo for RV64...ptitSeb2025-06-2315-42/+116
* [ARM64_DYNAREC] Small fix in arch_buildptitSeb2025-06-221-1/+1
* [DYNACACHE] Introduced B64X_DYNACACHE=2 to use cache but not create new ones,...ptitSeb2025-06-202-8/+5
* [DYNACACHE] Fixed a WarningptitSeb2025-06-201-1/+1
* [DYNACACHE][RV64] Enabled dynacache for RV64 (#2762)Yang Liu2025-06-207-60/+119
* [DYNACACHE] Make sure dynacache folder ends with pathsep (#2761)Yang Liu2025-06-201-29/+29
* [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] Try to fix non Dynarec buildptitSeb2025-06-191-1/+5
* [DYNACACHE] Introduced DynaCache for ARM64 (disabled by default)ptitSeb2025-06-1931-130/+1115
* Fixed compilation errors (#2757)Yang Liu2025-06-191-2/+4
* [BIONIC] Fixed some compilation warnings (#2756)Yang Liu2025-06-189-22/+25
* [WOW64] Finished host extension detection (#2755)Yang Liu2025-06-171-2/+29
* [WOW64] Refactored host extention detection and added preliminary support for...Yang Liu2025-06-169-345/+372
* [DYNACACHE] Added the ability to mark a maplist has having new blocks (instea...ptitSeb2025-06-165-17/+19
* [DYNACACHE] Made the blocklist_t part of the dynarec allocated mmap, to ease ...ptitSeb2025-06-161-107/+98
* [DYNACACHE] More work on dynache relocationptitSeb2025-06-1523-34/+291
* [TERMUX] Better handling of non-exists pthread functions (#2748)Yang Liu2025-06-151-8/+22
* [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-1464-837/+810
* [WOWBOX64] Fixed a few more warningsptitSeb2025-06-141-2/+2
* [WOWBOX64] Fixed a few warningsptitSeb2025-06-141-6/+6
* Fix non-box32 buildptitSeb2025-06-131-1/+1
* [ANDROID] Unimportant updates (#2741)Yang Liu2025-06-134-3/+4
* [DYNACACHE] Some more preparation work for internal relocationsptitSeb2025-06-132-5/+5
* [DYNACACHE] More preparation work for internal relocationsptitSeb2025-06-133-4/+40
* [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-1324-180/+357
* [WRAPPER] Wrapped a few more functions in gio2 and libresolv (#2737)Yang Liu2025-06-136-2/+17
* [ARM64_DYNAREC] Fixed some typos related ymm unneeded tracing (helps #2724) (...Yang Liu2025-06-121-2/+2
* [WRAPPER] Added 2 more functions to libc (for #2731) (#2733)Yang Liu2025-06-127-2/+28
* [CPUID] Do not warn on the Hypervisor interface query (#2732)Yang Liu2025-06-121-1/+7
* [ARM64_DYNAREC] Added 64/65 67 89/8B 64bits opcodes (#2730)Yang Liu2025-06-123-1/+97
* [INTERP] Fixed 64/65 67 64bit rex decoding (#2729)Yang Liu2025-06-121-0/+5
* [WOW64] Small improvement to grab_segdata (#2728)Yang Liu2025-06-112-1/+5
* [DYNACACHE] Made dynablock part of the dynarec memoryptitSeb2025-06-113-38/+29
* [TRACE] Bring back in-house zydis header for v3.x (#2727)Yang Liu2025-06-112-0/+4404
* This should fix non-dynarec buildptitSeb2025-06-111-0/+6