about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [TRACE] Allow both v3 and v4 of libZydis to be on the systemptitSeb2025-10-011-1/+7
* [TRACE] Small improvment in x64 decoder trace when decoder failsptitSeb2025-09-301-4/+12
* [INTERP] Fixed a regression with previous commitptitSeb2025-09-291-2/+4
* [INTERP] Better handling of boggus selector for IRET & JMP FARptitSeb2025-09-291-7/+53
* [ARM64_DYNAREC] Improved IRET handling of boggus parametersptitSeb2025-09-296-19/+45
* Improved TF handlingptitSeb2025-09-293-35/+25
* [RV64_DYNAREC] Added more scalar avx opcodes (#3037)Yang Liu2025-09-293-3/+419
* [WRAPPER] Wrapped a few more crypto3 symbols (#3034)Yang Liu2025-09-274-1/+42
* [RV64_DYNAREC] Fixed a scratch register confliction (#3033)Yang Liu2025-09-271-1/+1
* [ARM64_DYNAREC] Added more variant of INS/OUT opcodesptitSeb2025-09-242-1/+77
* [INTERP] Added more variant of INS/OUT opcodesptitSeb2025-09-241-0/+37
* [ARM64_DYNAREC] Fixed flags for 8bits imulptitSeb2025-09-241-2/+3
* RV64_DYNAREC] Added more avx scalar opcodes (#3029)Yang Liu2025-09-223-2/+58
* [RV64_DYNAREC] Added more avx scalar opcodes (#3028)Yang Liu2025-09-221-0/+93
* [LA64_DYNAREC] Refactor register mapping (#2940)Leslie Zhai2025-09-1917-249/+318
* [LA64] Do not expose AVX by default for now, there are still some issue to fi...ptitSeb2025-09-171-1/+1
* [ARM64_DYNAREC] Temporarily disable Atomic path for F0 0F B1, as it avoid som...ptitSeb2025-09-171-2/+5
* [LA64_DYNAREC] Fixed AVX 0F 17 VMOVHPS opcode (#3025)Yang Liu2025-09-171-1/+1
* [ARM64_DYNAREC] Fixed non-Atomic path for F0 0F C0 opcodeptitSeb2025-09-171-4/+4
* [LA64_DYNAREC] Fixed AVX 66 0F 67 PACKUSWB opcode (#3024)Yang Liu2025-09-171-1/+1
* [LA64_DYNAREC] Fixed avx infra (#3023)Yang Liu2025-09-171-2/+2
* [DYNAREC] Improved Memory Barrier handling for LOCK prefixed opcodesptitSeb2025-09-1613-172/+6
* [ARM64_DYNAREC] Allow use of Native flags when using UFLAG_IF macro helperptitSeb2025-09-152-0/+6
* [BOX32][TRACE] Fixed chdir tracing (#3021)Yang Liu2025-09-151-1/+1
* [WRAPPER] Added wrapped libblas.so.3 and liblapack.so.3ptitSeb2025-09-1415-0/+3411
* Small improvment in steam handlingptitSeb2025-09-141-1/+19
* [DYNAREC][TRACE] Show if will run Inter or Dynarec when using LongJump to res...ptitSeb2025-09-141-1/+1
* [INTERP] Better handling of Unimplemented / Invalid opcodesptitSeb2025-09-141-4/+0
* [DYNAREC] Small refactor on StrongMem emulator and lock prefixptitSeb2025-09-139-13/+9
* [DYNAREC] Fixed volatile metadata parser that would ignore rage[0]ptitSeb2025-09-121-3/+3
* [RV64_DYNAREC] Added more scalar avx cmp opcodes (#3016)Yang Liu2025-09-112-0/+160
* [ANDROID] Fixing buildptitSeb2025-09-101-0/+2
* [BOX32] More work on box32 memory management and threadsptitSeb2025-09-105-27/+62
* [BOX32] Some improvment to box32 memory managment and thread handlingptitSeb2025-09-102-2/+25
* [BOX32][WRAPPING] Wrapped 2 more functions on libGL (for #2826)ptitSeb2025-09-106-3/+55
* [DYNAREC] Fully trust volatile metadata when they are present (fixes Starfiel...ptitSeb2025-09-091-2/+2
* [RV64_DYNAREC] Added more scalar avx opcodes (#3010)Yang Liu2025-09-092-0/+227
* [RV64_DYNAREC] Added more scalar avx opcodes and fixed a typo (#3009)Yang Liu2025-09-082-1/+40
* [BOX32] Various small improvments on box32, mostly on memory trackingptitSeb2025-09-0810-54/+135
* [BOX32] Fixed some conversion issuesptitSeb2025-09-081-4/+4
* [TRACE] Fixed some typosptitSeb2025-09-081-6/+6
* [ARM64_DYNAREC] A few minor fixes to some opcodesptitSeb2025-09-085-31/+26
* [INTERP] Small fixes in a few rarely used opcodesptitSeb2025-09-081-1/+4
* [WRAPPER] Improved wayland wrapping (Unity games seems to run on Wayland now)ptitSeb2025-09-052-1/+306
* [WRAPPER] Added VK_ARM_data_graph extension to vulkan wrapper (for #3008)ptitSeb2025-09-054-1/+30
* [BOX32] Fixed dirname (#3007)Yang Liu2025-09-051-1/+1
* [BOX32] Fixed some strange XErrorEvent case (#3006)Yang Liu2025-09-041-3/+4
* [BOX32][WRAPPER] Added 1 more symbol to libcptitSeb2025-09-041-1/+1
* [ARM64_DYNAREC] Added some more UD handling in 64bits dynarecptitSeb2025-09-042-18/+168
* [BOX32] Fixed sign-extend issue when calling RunFunctionFmt with a pointer (#...Yang Liu2025-09-042-6/+6