about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* [INTERP] Improved cosim handling on 16bit BT/BTS/BTR/BTC opcodes (#3063)Yang Liu2025-10-121-4/+28
|
* [RV64_DYNAREC] Fixed some 16bit BT/BTS/BTR/BTC opcodes (#3062)Yang Liu2025-10-121-47/+135
|
* [DYNACACHE] Allow Dynacache to be serialized when _exit is usedptitSeb2025-10-124-2/+16
|
* [ARM64_DYNAREC] Fixed a typo in iret_to_epilog (#3059)Yang Liu2025-10-121-1/+1
|
* [INTERP] Fixed GetECommon_16 truncation (#3058)Yang Liu2025-10-121-1/+1
|
* [DYNAREC] Fixed negative issues with 0F/F0 A3/AB/B3/BB opcodes (#3057)Yang Liu2025-10-113-10/+40
|
* [RV64_DYNAREC] Fixed some missing sse_forget_reg for implicit xmm0 (#3056)Yang Liu2025-10-111-0/+4
|
* [INTERP] Fixed a typo in 0F C7 /1 CMPXCHG16B opcode (#3055)Yang Liu2025-10-111-2/+2
|
* [INTERP] Fixed a typo in AVX 0F 38 F5 BZHI opcode (#3054)Yang Liu2025-10-111-1/+1
|
* [RV64_DYNAREC] Fixed a typo in 16bit ROR/ROL opcodes (#3053)Yang Liu2025-10-111-5/+4
|
* [DYNAREC] Fixed some oversized memory load (#3051)Yang Liu2025-10-107-14/+48
| | | | | * [DYNAREC] Fixed some oversized memory load * review
* [INTERP] Fixed 66 E8/E9/EA opcodes in 32bits modeptitSeb2025-10-101-3/+3
|
* [ARM64_DYNAREC] Changed BSF/BSR to not changed Ed if Gd==0 (seems current ↵ptitSeb2025-10-101-4/+0
| | | | cpu does this)
* [DYNAREC] Fixed 66 8D opcode and also a regression introduced in last commit ↵Yang Liu2025-10-104-10/+8
| | | | (#3050)
* [DYNAREC][INTERP] Fixed an edge case of CMPXHG (#3049)Yang Liu2025-10-105-26/+43
|
* [WRAPPER] Fixed one wrapped function signature (for #3048)ptitSeb2025-10-101-1/+1
|
* [ARM64_DYNAREC] Don't assume x1 is xRIP in link_next (fix regression ↵ptitSeb2025-10-101-0/+1
| | | | introduced with 685afa230291d64f350afbfdfa8fc82536d99f82)
* [DYNAREC] Fixed a special case of SHLD/SHRD opcodes (#3047)Yang Liu2025-10-106-9/+24
|
* [DYNAREC][INTERP] Added a few multibyte nops (#3046)Yang Liu2025-10-109-0/+45
|
* [BOX32][WRAPPER] Added a missing 32bits function to libcptitSeb2025-10-092-1/+2
|
* [BOX32][WRAPPER] Improved glob(64) supportptitSeb2025-10-092-8/+68
|
* [BOX32][WRAPPER] Fixed a regression with FT_Done_Face just introduced earlierptitSeb2025-10-081-3/+3
|
* [BOX32][WRAPPER] Added some more 32bits wrapped functions to libfreetypeptitSeb2025-10-086-4/+55
|
* [BOX32][WRAPPER] Added 1 more wrapped function to libdbusptitSeb2025-10-084-3/+5
|
* [BOX32][WRAPPER] Added 1 more wrapped function to libmptitSeb2025-10-081-1/+1
|
* [BOX32][WRAPPER] Added a few more libc 32bits wrapped functionsptitSeb2025-10-083-10/+26
|
* [BOX32][WRAPPER] more 32bits wrapped function to libxrandrptitSeb2025-10-0810-2/+112
|
* [BOX32][WRAPPER] Added 2 more 32bits functions to libfontconfigptitSeb2025-10-084-2/+24
|
* [BOX32][WRAPPER] Added some more libfreetype wrapped functionsptitSeb2025-10-086-9/+241
|
* [BOX32][WRAPPER] Added 1 more 32bits wrapped function to libmountptitSeb2025-10-084-1/+42
|
* [BOX32][WRAPPER] Added some more libc 32bits wrapped functionsptitSeb2025-10-086-4/+124
|
* [BOX32][WRAPPER] Added 2 wrapped functions that are misnamed in some programsptitSeb2025-10-081-0/+2
|
* [ARM64_DYNAREC] Use UDF for UD2 & unsupported WBINVDptitSeb2025-10-071-6/+2
|
* Fixed mmap tracking with MAP_NORESERVE flag on Android (#3044)BrunoSX2025-10-061-0/+4
|
* [Docs] Add glibc capability warning and fix typo (#3043)Chi-Kuan Chiu2025-10-061-1/+4
| | | | | * Fix typo * Add glibc capability warning
* [DYNAREC] Optimized scalar AES impl in DynaRec (#3041)xctan2025-10-053-22/+182
| | | | | | | | | | | | | * [DYNAREC] Optimized scalar AES impl * [RV64_DYNAREC] Optimized AES with RVV * [CI] Bump RISC-V toolchains * [RV64_DYNAREC] Switch to scalar impl when xtheadvector is present * [RV64_DYNAREC] Try to disable rvv aes kernels * [RV64_DYNAREC] Reverted assembly aes functions
* [BOX32][DYNAREC] Small fix on 32bits SIGILL handlingptitSeb2025-10-031-0/+1
|
* [DYNAREC] Small fix on SIGILL handlingptitSeb2025-10-031-2/+2
|
* [DYNAREC] Added BOX64_DYNAREC_NOHOTPAGE to disabled hotpage detectionptitSeb2025-10-036-3/+39
|
* Made SIGILL traced behind BOX64_SHOWSEGV=1, like SIGSEGVptitSeb2025-10-031-1/+1
|
* [DYNAREC] Fixe a speed regression introduced with ↵ptitSeb2025-10-035-11/+6
| | | | 3fe020572dfc0636ab82bae962c3514134e9e128 (for #3038)
* [INTERP] Fixed regression introduced with latest change on IRET opcodeptitSeb2025-10-021-1/+2
|
* [ARM64_DYNAREC] Small improvment on some invalid opcode handlingptitSeb2025-10-012-2/+38
|
* [INTERP] Don't print unsupported opcode on known invalid opcodesptitSeb2025-10-011-22/+63
|
* [TRACE] Added tooling to check if x86/x64 opcode is validptitSeb2025-10-013-1/+26
|
* [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
|