about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* Simplfied env var and trace file initial managmentptitSeb2024-12-181-58/+28
|
* [GDBJIT] Refined RV64 and LA64 support (#2165)Yang Liu2024-12-184-6/+10
|
* [LA64_DYNAREC] Added POPCNT opcode and fixed an issue too (#2164)Yang Liu2024-12-183-3/+55
|
* [GDBJIT] Show x64pc in gdb, also added documentation (#2163)Yang Liu2024-12-187-7/+34
| | | | | | | | | * [GDBJIT] Show x64pc in gdb * Add env. variable and documentation * typo * oops
* Added initial GDBJIT support (#2162)Yang Liu2024-12-1714-1/+257
| | | | | | | * Added GDBJIT support * fix * fix
* [BOX32][TRACE] Improved trace of wrapped functionsptitSeb2024-12-171-102/+105
|
* [BOX32] Small change on how tls memory is allocatedptitSeb2024-12-172-4/+4
|
* Some (mostly) cosmetic change to x64emu initializersptitSeb2024-12-172-5/+5
|
* [BOX32][WRAPPER] More fixes to sendmsg/rcvmsg wrapping (fixes some wine ↵ptitSeb2024-12-171-3/+7
| | | | 32bits stuffs)
* [BOX32] Improved pre-reserve highmem, and use that memory for dynablocksptitSeb2024-12-171-2/+10
|
* [BOX32][WRAPPING] Added 32bits wrapped libxcb-res and fixes some wrapped ↵ptitSeb2024-12-1717-141/+261
| | | | functions from libxcb
* [RV64_DYNAREC] Extended simple wrapper for more int types (#2160)xctan2024-12-174-346/+1679
|
* [CMAKE] Fixed linking issue with mold (#2159)xctan2024-12-171-4/+4
|
* [BOX32][WRAPPER] Silence some conversion warningsptitSeb2024-12-162-1/+4
|
* [WRAPPER] Added wrapped libxcb-res with new wrapperhelperptitSeb2024-12-1610-0/+211
|
* [WRAPPER] Reworked libxcb wrapping with new wrapperhelperptitSeb2024-12-166-698/+816
|
* [BOX32][WRAPPER] Added 32bits wrapped libxcbptitSeb2024-12-1614-10/+1085
|
* [BOX32][WRAPPER] Prepare xcb_connection_t* align functionsptitSeb2024-12-161-0/+2
|
* [BOX32][WRAPPER] Prepare xcb_connection_t* as n on box32ptitSeb2024-12-162-8/+20
|
* [BOX32][WRAPPER] Added 32bits wrapped libx11-xcbptitSeb2024-12-1610-0/+87
|
* [LA64_DYNAREC] Added PTEST opcode (#2158)Leslie Zhai2024-12-162-0/+35
|
* [RV64_DYNAREC] Fixed more regressions (#2157)Yang Liu2024-12-152-5/+4
|
* [BOX32][WRAPPER] More fixes on 32bits libc wrappingptitSeb2024-12-153-2/+17
|
* [BOX32] Try to impove pthread_cond_t handlingptitSeb2024-12-151-1/+8
|
* [BOX32][WRAPPER] Some fixes to struct msghdr alignment functionsptitSeb2024-12-152-5/+6
|
* [BOX32] Rollback simplied alignment of msghdr as cmsg also needs alignment ↵ptitSeb2024-12-153-11/+58
| | | | (some docs are eroneous about cmsg_len field type)
* [BOX32][WRAPPER] Moved all function wrapped from wrappedresolv.c to ↵ptitSeb2024-12-152-103/+98
| | | | libc_net32.c (still should help #2156)
* [BOX32][WRAPPER] Try to fix build issue for older system (for #2156)ptitSeb2024-12-151-1/+2
|
* [BOX32][WRAPPER] Some work on 32bits xcb_connectionptitSeb2024-12-157-137/+347
|
* [BOX32][WRAPPER] More work on libc wrapping, and some new syscall tooptitSeb2024-12-1511-30/+135
|
* [BOX32][WRAPPER] Added mtrace and muntrace to 32bits wrapped libc (for #2155)ptitSeb2024-12-151-2/+2
|
* [WRAPPER] Made gtkclass.c less likely to be recompiled (#2153)Yang Liu2024-12-151-6/+87
|
* [BOX32][WRAPPER] More fixes to libc and libX11 wrappingptitSeb2024-12-149-14/+120
|
* [BOX32][WRAPPER] More fixes to libc and X11 wrappingptitSeb2024-12-149-98/+82
|
* [BOX32][WRAPPER] Fixes and improves libc wrappingptitSeb2024-12-147-15/+55
|
* [DYNAREC] Revert default BOX64_DYNAREC_PAUSE to 0 (for #2152)ptitSeb2024-12-141-1/+1
|
* [BOX32][WRAPPER] Many fixes and improvments to X11 wrappingptitSeb2024-12-1413-90/+290
|
* [BOX32][WRAPPER] Added more 32bits wrapped functionsptitSeb2024-12-1312-14/+106
|
* [BOX32][WRAPPER] Added a few more libc 32bits wrapped functionsptitSeb2024-12-135-6/+22
|
* [BOX32][WRAPPER] Added a few 32bits wrapped function libnslptitSeb2024-12-134-15/+31
|
* [BOX32][WRAPPER] Added a few more 32bits wrapped libc functionsptitSeb2024-12-136-7/+32
|
* [BOX32][WRAPPER] Added empty 32bits wrapped libnslptitSeb2024-12-139-1/+187
|
* [BOX32][WRAPPER] Added a 32bits dummy libvdpau wrapped libptitSeb2024-12-1310-0/+85
|
* [BOX32][WRAPPER] Added 32bits wrapped libdrm with new wrapperhelperptitSeb2024-12-1310-0/+515
|
* [BOX32][WRAPPER] Added a few more libc and libresolv 32bits wrapped functionsptitSeb2024-12-137-10/+28
|
* [BOX32][WRAPPER] Added a arge batch of 32bits wrapped function to X11 and ↵ptitSeb2024-12-1320-169/+1132
| | | | friends
* [RV64_DYNAREC] Optimize push/pop with xtheadmemidx (#2150)Yang Liu2024-12-132-30/+100
| | | | | * [RV64_DYNAREC] Optimize push/pop with xtheadmemidx * fix
* [BOX32][WRAPPER] Added 3 more 32bits wrapped function to libcairoptitSeb2024-12-138-5/+80
|
* [BOX32][WRAPPER] Added more SDL2 32bts wrapped functionsptitSeb2024-12-136-14/+190
|
* [BOX32][WRAPPER] Added 1 more libc 32bits wrapped funciton, and fixed an ↵ptitSeb2024-12-136-7/+54
| | | | existing one