about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [ARM64_DYNAREC] Added 67 0F 29 opcodeptitSeb2025-04-152-0/+41
* [DYNAREC] Fix on strongmem mode were last write on a seq on 1 write could be ...ptitSeb2025-04-151-1/+4
* Eliminated many compilation warnings (#2535)Yang Liu2025-04-159-199/+29
* [LA64_DYNAREC] Add mmx cmp ops. (#2533)phorcys2025-04-151-0/+41
* [WOW64] Added non-functional PE build (#2532)Yang Liu2025-04-1419-1227/+1336
* [RV64_DYNAREC] fix MASKMOVQ. (#2531)phorcys2025-04-141-1/+1
* [LA64_DYNAREC] Add mmx arith ops. (#2530)phorcys2025-04-141-0/+71
* [LA64_DYNAREC] Add mmx shift ops. (#2529)phorcys2025-04-141-0/+148
* [WOW64] More tweaks for PE build (#2528)Yang Liu2025-04-1429-106/+105
* [LA64_DYNAREC] Optimize sse_setround (#2527)phorcys2025-04-141-10/+3
* [LA64_DYNAREC] Add mmx related mov op (#2526)phorcys2025-04-144-15/+102
* [INTERP] Fixed pure 32bits iretd not behaving correctlyptitSeb2025-04-131-16/+13
* [BOX32][WRAPPER] Added a few more 32bits symbols to libcptitSeb2025-04-122-3/+11
* [BOX32][WRAPPER] Added wrapped libmount and libblkid, plus 1 new wrapped func...ptitSeb2025-04-1219-1/+791
* [BOX32][WRAPPER] Added 32bits wrapped libselinuxptitSeb2025-04-129-0/+354
* [BOX32][WRAPPER] Some fixes to a few 32bits wrapped libc functionsptitSeb2025-04-121-4/+9
* [BOX32][WRAPPER] Added a few more wrapped functions to libdrmptitSeb2025-04-126-7/+344
* [BOX32][WRAPPER] Added 32bits wrapped libGLXptitSeb2025-04-127-0/+205
* [BOX32][WRAPPER] Added 32bits wrapped libEGLptitSeb2025-04-129-0/+176
* [BOX32][WRAPPER] Added 32bits wrapped libgbmptitSeb2025-04-129-0/+171
* [BOX32][WRAPPER] Added 32bits wrapped pselect functionptitSeb2025-04-124-1/+5
* [BOX32][WRAPPER] Fixed 32bits wrapping for XRenderQueryFilters functionptitSeb2025-04-128-1/+61
* [LA64_DYNAREC] Update la64 mmx infra. (#2524)phorcys2025-04-124-55/+846
* [ANDROID] Another change on some internal structure for AndroidptitSeb2025-04-121-1/+4
* [ANDROID] Adjusted some signals structure for Android/BionicptitSeb2025-04-111-1/+7
* [WOW64] Splitted freq and cleanup functions from x64emu (#2521)Yang Liu2025-04-1117-261/+313
* [ARM64_DYNAREC] Some more FRINTTS and AVX/SSE fixes (might help #2520)ptitSeb2025-04-115-30/+22
* [DYNAREC] Speedup a bit DYNAREC_DIRTY=1ptitSeb2025-04-104-17/+28
* [BOX32] Fix a potential build issueptitSeb2025-04-101-0/+1
* [WOW64] More tweaks towards PE build (#2519)Yang Liu2025-04-1021-120/+136
* [WOW64] More work on the PE wow64 build (#2518)Yang Liu2025-04-1014-23/+46
* [DYNAREC] Improved handling of db_size rbtreeptitSeb2025-04-093-16/+340
* Reduced usage of the rbtree in FindDynablockFromAddress by creating node only...ptitSeb2025-04-091-4/+20
* Made custommem OS-independent (#2517)Yang Liu2025-04-094-22/+34
* [DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 on...ptitSeb2025-04-0920-28/+242
* Small change on Steam game launch handlingptitSeb2025-04-091-2/+4
* Moved emit functions to seperate files from signals.h (#2516)Yang Liu2025-04-0922-165/+176
* [BOX32][WRAPPER] Added 2 more spawn_ wrapped functionsptitSeb2025-04-091-2/+2
* Added backtrace.h for holding backtrace-related functions (#2515)Yang Liu2025-04-095-36/+58
* [ARM64_DYNAREC] Fixed some dangling else warnings (#2514)Yang Liu2025-04-091-6/+18
* [WOW64] Add wow64 PE build scaffolding (#2513)Yang Liu2025-04-089-83/+227
* [DYNAREC] Do not mark a dynablock as always_test for loop on itself that are ...ptitSeb2025-04-081-6/+10
* [TRACE] Change log level for wine_main_preload_info not found, as it's not al...ptitSeb2025-04-071-1/+1
* [WRAPPER] Update generated files missing from previous PRptitSeb2025-04-062-0/+6
* Add __localtime64 and __time64 in box32 mode (#2502)Krzysztof Aleksander Pyrkosz2025-04-052-0/+9
* Corrected arguments of my_epoll_pwait2 (#2501)Krzysztof Aleksander Pyrkosz2025-04-051-1/+1
* [ARM4_DYNAREC] A few changes to seem SSE/AVX comparison and convertions opcod...ptitSeb2025-04-048-154/+287
* [INTERP] Small changes in a few SSE/AVX convertions opcodesptitSeb2025-04-044-13/+13
* [ARM64_DYNAREC] Small adjustement to 2 AVX opcodesptitSeb2025-04-041-3/+3
* [LA64_DYNAREC] Optimize la64 MAXPD/MAXPS. (#2499)phorcys2025-04-032-8/+4