about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* [WOW64] Finished skeleton code for PE build (#2542)Yang Liu2025-04-1737-13/+2834
| | | | | * [WOW64] Finished skeleton code for PE build * move musl to external
* [LA64_DYNAREC] Add SSE1/SSE2's cvt mmx ops. (#2538)phorcys2025-04-172-0/+166
|
* [WOW64] More tweaks to CMake PE build (#2541)Yang Liu2025-04-168-18/+1515
|
* [ARM64_DYNAREC] More handling of low precision x87 flag changeptitSeb2025-04-163-0/+4
|
* [DYNAREC] Introduce BOX64_DYNAREC_X87DOUBLE=2 to handle Low Precision x87 ↵ptitSeb2025-04-1622-23/+130
| | | | ([ARM64_DYNAREC] only for now)
* Motsly commetic change in internal SIGILL handlingptitSeb2025-04-161-4/+6
|
* [INTERP] Added x87 Precision Control set to 24bits handlingptitSeb2025-04-166-0/+49
|
* [TRACE] Better x87 infos on reg dumpsptitSeb2025-04-161-3/+3
|
* [LA64_DYNAREC] Add mmx pack/unpack ops. (#2536)phorcys2025-04-161-9/+83
| | | | | add PUNPCKL{BW,WD,DQ}, PUNPCKH{BW,WD,DQ} mmx ops. add PACKSSWB PACKUSWB PACKSSDW mmx ops. * fix some merge mistake in prev mmx commit.
* [WOW64] Added PE build to the build system (#2537)Yang Liu2025-04-153-115/+43
|
* [ARM64_DYNAREC][TRACE][COSIM] Improve x87 fiability in dynarec trace and ↵ptitSeb2025-04-151-1/+1
| | | | cosim scenario
* [ARM64_DYNAREC][TRACE] Changed TBZ/TBNZ printer to print bit offset in decimalptitSeb2025-04-151-2/+2
|
* [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
| | | | ignored
* Eliminated many compilation warnings (#2535)Yang Liu2025-04-1510-200/+30
|
* [LA64_DYNAREC] Add mmx cmp ops. (#2533)phorcys2025-04-151-0/+41
|
* [WOW64] Added non-functional PE build (#2532)Yang Liu2025-04-1422-1230/+1369
|
* [RV64_DYNAREC] fix MASKMOVQ. (#2531)phorcys2025-04-141-1/+1
| | | | | maskmovq write when sign bit == 1. if mask byte = 0x00, should skip. replace BLT with BLE.
* [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-1430-111/+218
|
* [LA64_DYNAREC] Optimize sse_setround (#2527)phorcys2025-04-141-10/+3
|
* [LA64_DYNAREC] Add mmx related mov op (#2526)phorcys2025-04-144-15/+102
| | | | | * [LA64_DYNAREC] Add SSE2's MOVQ2DQ/MOVDQ2Q mmx op * [LA64_DYNAREC] Add mmx mov ops.
* [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 ↵ptitSeb2025-04-1220-1/+793
| | | | function on libgbm
* [BOX32][WRAPPER] Added 32bits wrapped libselinuxptitSeb2025-04-1210-0/+355
|
* [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-129-0/+207
|
* [BOX32][WRAPPER] Added 32bits wrapped libEGLptitSeb2025-04-1211-0/+178
|
* [BOX32][WRAPPER] Added 32bits wrapped libgbmptitSeb2025-04-1210-0/+172
|
* [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
| | | Co-authored-by: phorcys <phorcys02@126.com>
* [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-1119-261/+316
|
* [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-105-21/+51
|
* [BOX32] Fix a potential build issueptitSeb2025-04-101-0/+1
|
* [WOW64] More tweaks towards PE build (#2519)Yang Liu2025-04-1024-127/+177
|
* [WOW64] More work on the PE wow64 build (#2518)Yang Liu2025-04-1016-38/+59
| | | | | * [WOW64] More work on the PE wow64 build * added a TODO
* [DYNAREC] Improved handling of db_size rbtreeptitSeb2025-04-093-16/+340
|
* Reduced usage of the rbtree in FindDynablockFromAddress by creating node ↵ptitSeb2025-04-091-4/+20
| | | | only on first query (in response to #2511 analysis)
* Made custommem OS-independent (#2517)Yang Liu2025-04-095-22/+35
|
* [DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 ↵ptitSeb2025-04-0924-31/+257
| | | | only, RV64 and LA64 todo)
* Small change on Steam game launch handlingptitSeb2025-04-091-2/+4
|
* Moved emit functions to seperate files from signals.h (#2516)Yang Liu2025-04-0923-165/+177
|
* [BOX32][WRAPPER] Added 2 more spawn_ wrapped functionsptitSeb2025-04-091-2/+2
|