about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* [RV64_DYNAREC] Fixed some TO_NAT usages (#2149)Yang Liu2024-12-131-4/+4
|
* [RV64_DYNAREC] Reinitialize sew after callret (#2148)Yang Liu2024-12-131-27/+14
|
* [RV64_DYNAREC] Reworked ZEROUP and freed t0 (#2147)xctan2024-12-1214-80/+74
| | | | | * [RV64_DYNAREC] Reworked ZEROUP and freed t0 * [RV64_DYNAREC] Removed the definition of xMASK
* [BOX32][WRAPPER] Added a few more 32bits wrapped function to libcptitSeb2024-12-126-22/+45
|
* [BOX32][WRAPPER] Added 32bits wrapped libXdamageptitSeb2024-12-128-0/+70
|
* [BOX32][WRAPPER] Added 32bits wrapped libcairoptitSeb2024-12-1215-15/+771
|
* [BOX32][WRAPPER] Added a few more 32bits wrapped function to libfontconfigptitSeb2024-12-126-43/+130
|
* [RV64_DYNAREC] New register mapping (#2139)Yang Liu2024-12-1225-638/+639
| | | | | * [RV64_DYNAREC] New register mapping * Fix
* [LA64_DYNAREC] Added more opcodes (#2145)Leslie Zhai2024-12-123-0/+64
| | | | | * [LA64_DYNAREC] Added more opcodes * [LA64_DYNAREC] Optimize MOVZX Gw, Eb
* [WRAPPER] Checked pangoft2 wrapping with new wrapperhelperptitSeb2024-12-123-8/+12
|
* [BOX32][WRAPPER] Added more libc and libresolv 32bits wrapped functionsptitSeb2024-12-128-19/+141
|
* [BOX32][WRAPPER] Another fix for older / strict compiler (for #2141)ptitSeb2024-12-111-1/+1
|
* [BOX32][WRAPPER] Added one more 32bits libX11 wrapped functionptitSeb2024-12-116-1/+16
|
* [BOX32] added a few more libc 32bits wrapped functionsptitSeb2024-12-114-10/+14
|
* [BOX32][WRAPPER] Try to fix some build issue on older system (for #2140)ptitSeb2024-12-111-1/+0
|
* [ARM64_DYNAREC] Force flags to be at least defered when priv opcode is run ↵ptitSeb2024-12-113-15/+75
| | | | on safeflags=2
* [DYNAREC] Small improvments on flags when end of block if trigger earlyptitSeb2024-12-112-5/+4
|
* [ARM64_DYNAREC] Better hadnling of flags on btx opcode familly ([COSIM] and ↵ptitSeb2024-12-113-50/+222
| | | | improved undefined flags when running with cosim)
* [INTERPRETER][COSIM] Better flags for btx opcode familly when running cosimptitSeb2024-12-113-0/+108
|
* [COSIM] Try to get more stable result on x87 stacks by unwinding status ↵ptitSeb2024-12-118-1/+44
| | | | before calling cosim
* [BOX32] Added a workaround for older system (should help #2138)ptitSeb2024-12-111-0/+4
|
* [WRAPPER] Added libcairo.so.2 as one of NEEDED_LIBS for gtk3 (#2136) (#2137)Leslie Zhai2024-12-111-1/+1
|
* [LA64] SIGRTMAX is 127 for ABI 1.0 (#2134)Leslie Zhai2024-12-112-0/+9
| | | | | | | * [LA64] SIGRTMAX is 127 for ABI 1.0 * [LA64] Added LARCH64_ABI_1 CMake option * [LA64] Change MAX_SIGNAL to 128 for ABI 1.0
* [BOX32][WRAPPER] Added 1 more 32bits libX11 wrapped functionptitSeb2024-12-104-1/+10
|
* [BOX32][WRAPPER] Fixed time signature (now steamcmd connect)ptitSeb2024-12-104-6/+10
|
* [BOX32][WRAPER] Improved pthread_mutex handling, and better trace for mutex ↵ptitSeb2024-12-101-8/+23
| | | | wrapped on LOG_DEBUG
* [BOX32][TRACE] Improved trace for a few libc callsptitSeb2024-12-101-0/+8
|
* [RCFILE] Added 1 more profileptitSeb2024-12-101-0/+3
|
* [DOC] Small improment on USAGE.mdptitSeb2024-12-101-1/+2
|
* [LA64_DYNAREC] Added more 660F opcodes (#2127)Leslie Zhai2024-12-103-1/+248
| | | | | | | | | | | | | * [LA64_DYNAREC] Added more 660F opcodes * [LA64_DYNAREC] Change VREPLGR2VR_D to VXOR_V * [LA64_DYNAREC] Optimize PMULHRSW Co-authored-by: Yang Liu <liuyang22@iscas.ac.cn> --------- Co-authored-by: Yang Liu <liuyang22@iscas.ac.cn>
* [INTERPRETER] Added 64bits 67 A1 opcode ([ARM64_DYNAREC] Too)ptitSeb2024-12-092-0/+17
|
* [BOX32][WRAPPER] Better wrapping for shmatptitSeb2024-12-096-6/+39
|
* Change log level to INFO for Wine prereserve issues (for #2123)ptitSeb2024-12-081-2/+2
|
* [BOX32] Improved mutex handling, againptitSeb2024-12-081-3/+18
|
* [BOX32][WRAPPER] Fixed some more typo on Xcursor wrapping (might help #2109)ptitSeb2024-12-081-2/+2
|
* [BOX32][WRAPPER] Added a couple of 32bits wrapped functions to libcptitSeb2024-12-084-4/+12
|
* [CORE] Refine runtime messages (#2125)Jim Huang2024-12-071-6/+6
| | | | | This commit addresses inconsistent runtime messages by correcting grammatical errors and typos, and properly handling singular and plural forms.
* [LA64_DYNAREC] Added AES opcodes (#2122)Leslie Zhai2024-12-071-0/+76
| | | | | * [LA64_DYNAREC] Added AES opcodes * [LA64_DYNAREC] Use LSX instruction instead
* Start of a new dev. cycleptitSeb2024-12-071-1/+1
|
* Update README.mdptitSeb2024-12-061-1/+1
|
* Bumped version to v0.3.2ptitSeb2024-12-064-2/+66
|
* [DYNAREC] Fixed a typo which leads to regression (#2121)Yang Liu2024-12-061-1/+1
|
* [BOX32][WRAPPER] Cosmetic fix an a function signatureptitSeb2024-12-061-1/+1
|
* [WRAPPERHELPER] Fixed a use-after-free issue (#2118)rajdakin2024-12-061-1/+1
|
* [LA64_DYNAREC] Added XOR AX, Iw opcode (#2116)Leslie Zhai2024-12-061-0/+9
|
* [WRAPPER] Another improved dlsym wrapped function, hopefully fixing ↵ptitSeb2024-12-061-1/+2
| | | | regression (should help #2115)
* [RV64_DYNAREC] Improve native flag handlingptitSeb2024-12-067-39/+68
|
* [BOX32][WRAPPER] Added a couple more 32bits wrapped functions to libcptitSeb2024-12-055-2/+8
|
* [BOX32][ELFLOADER] Be less strick when a symbol for R_386_32 relocation is ↵ptitSeb2024-12-051-2/+3
| | | | missing
* [BOX32][WRAPPER] Fixed an issue wih an X11 32bits wrapped functionptitSeb2024-12-051-3/+4
|