Commit Graph

5344 Commits

Author SHA1 Message Date
Yang Liu
143fc90a4c
[RV64_DYNAREC] Split 660f.c to speedup compilation a bit (#1924) 2024-10-11 12:25:13 +02:00
ptitSeb
f65feaf9da [BOX32] Added 2 more wrapped function to libc 2024-10-11 11:03:57 +02:00
ptitSeb
a17b0effa1 [BOX32] Added 2 more 32bits wrapped functions 2024-10-11 10:44:07 +02:00
ptitSeb
b0d5c7a1a5 [BOX32] Added 1 more 32bits wrapped function 2024-10-11 10:26:47 +02:00
Yang Liu
9c4a407fdc
[RV64_DYNAREC] Added more opcodes for vector (#1923)
* [RV64_DYNAREC] Added more opcodes for vector

* fix
2024-10-11 09:36:59 +02:00
Yang Liu
67b2151e3c
[RV64_DYNAREC] Added more opcode for vector and some fixes too (#1920) 2024-10-10 20:58:45 +02:00
ptitSeb
b8024469da [ARM64_DYNAREC] Added a small optim for CALL 0 / POP reg type of sequence 2024-10-10 20:55:24 +02:00
ptitSeb
7f5c826bb1 [BOX32][TRACE] Fixed trace for memcmp, strncasecmp and strncmp 2024-10-10 20:54:40 +02:00
ptitSeb
acad3f3963 [BOX32] Actually fixed dlsym on RTLD_NEXT 32bits call 2024-10-10 20:32:29 +02:00
ptitSeb
1f6ce24eaa [BOX32] Added and fixed some 32bits functions for libX11 and friends 2024-10-10 19:20:29 +02:00
ptitSeb
4a82f21cc3 [BOX32] Fixed 32bits dlsym on RTLD_NEXT not working 2024-10-10 19:20:29 +02:00
Yang Liu
0cf707599d
[RV64_DYNAREC] Added more opcodes for vector (#1919) 2024-10-10 18:40:02 +02:00
ptitSeb
e2e6bdc4cb [BOX32][WRAPPER] Added 32bits wrapped libXss (with new wrapperhelper) 2024-10-10 17:23:49 +02:00
ptitSeb
8136186554 [WRAPPER] Reworked libXss with new wrapperhelper 2024-10-10 17:11:00 +02:00
Yang Liu
9b733041af
[RV64_DYNAREC] Added more opcodes for vector (#1918) 2024-10-10 17:08:50 +02:00
ptitSeb
9e01876747 [BOX32] Improved pthread_mutex handling 2024-10-10 15:57:28 +02:00
ptitSeb
ee909b8c08 [BOX32] More 32bits SDL-1.2 wrapped functions 2024-10-10 15:57:08 +02:00
ptitSeb
fdf1982982 [BOX32] Fixed getifaddrs 32bits wrapped function 2024-10-10 15:53:32 +02:00
Yang Liu
88ccd7f537
[RV64_DYNAREC] Added 1 more opcode for vector, some fixes too (#1917) 2024-10-10 15:30:41 +02:00
ptitSeb
c6cd9ceb75 Fixed some command line handling regression 2024-10-10 15:11:52 +02:00
ptitSeb
ce735357d6 [BOX32] More 32bits wrapped functions 2024-10-10 14:57:26 +02:00
Yang Liu
887dee83eb
[RV64_DYNAREC] Added more boilerplate for vector (#1916) 2024-10-10 12:15:48 +02:00
ptitSeb
fd73a2bc8b [BOX32] Morewrapped SDL2 function, and improved handling of SDL_PixelFormat 2024-10-10 09:46:32 +02:00
ptitSeb
21b5f90a33 Small changed to command line argument handling 2024-10-10 08:37:59 +02:00
ptitSeb
d1c5cd7b0a [BOX32][TRACE] Small improvment to SDL_RWFromFile trace 2024-10-10 08:35:58 +02:00
ptitSeb
656a36061a [BOX32] More X11 wrapping fixes 2024-10-09 21:03:41 +02:00
ptitSeb
05384f581f [BOX32] Improved again, X11 and XImage handling 2024-10-09 15:56:07 +02:00
ptitSeb
84f3c104b2 [BOX32] Improved handlong of XImage 2024-10-09 11:48:22 +02:00
ptitSeb
761f7e40de [BOX32] Fixed 32bits libc syscall 240 2024-10-09 10:23:27 +02:00
Yang Liu
b760c21414
[BOX32] Fixed fcntl flock macros definitions (#1915) 2024-10-09 10:01:26 +02:00
ptitSeb
bb651298c4 [BOX32] Added better handling of fcntl (should help Wine when futex_waitv syscall is not available) 2024-10-08 20:48:13 +02:00
ptitSeb
8850a11072 [BOX32] Added some more libSDL2 wrapped function (now linux limbo works, with gamepad) 2024-10-08 20:29:40 +02:00
ptitSeb
499338e80d Fixed non-Box32 builds 2024-10-08 20:06:00 +02:00
ptitSeb
c12f8fa254 [BOX32] Fixed some X11 function so wine launch (and added BOX64_X11SYNC to help debug X11 programs) 2024-10-08 19:44:20 +02:00
ptitSeb
7ae36b8667 [BOX32] More 32bits wrapped functions 2024-10-08 17:38:01 +02:00
ptitSeb
591e2db712 [BOX32] Refactored X11 wrapping, and add a few more functions 2024-10-08 16:34:20 +02:00
Yang Liu
8414563ad0
[RV64_DYNAREC] Added more opcodes and small optimizations (#1914)
* [RV64_DYNAREC] Added more opcodes and small optimizations

* more

* only applies to and32c
2024-10-08 13:58:32 +02:00
ptitSeb
85fc57faa3 Improve debugging trace of rb_tree 2024-10-08 13:11:42 +02:00
ptitSeb
c8e10a004b [BOX32][DYNAREC] Allocate Dynarec memory in higher prereserve regions 2024-10-08 12:56:45 +02:00
ptitSeb
e1fac2404c Removed wine prereserve hack on munmap now that prereserve is better handled 2024-10-08 12:21:19 +02:00
Yang Liu
65adf2a860
[RV64_DYNAREC] Fixed CVTSS2SD and CVTSD2SS opcodes (#1913) 2024-10-08 10:53:18 +02:00
ptitSeb
dea6906ae9 [WRAPPER] Reworked libresolv with new wrapper helper ([STATICBUILD] fixed potential issue with static build) 2024-10-08 10:47:44 +02:00
ptitSeb
22ccae3301 Small adjustment in 32bits custom memory hinter 2024-10-08 10:40:09 +02:00
ptitSeb
58d58b0af7 [BOX32] More adjustments to x86 structures packing & alignment (or not) 2024-10-08 09:59:44 +02:00
ptitSeb
ce5daaa835 Small change in custom Aligned Memory Allocator 2024-10-07 22:56:47 +02:00
ptitSeb
8fe0681681 Some cosmetic changes and more macro, to ease future testings on custom malloc 2024-10-07 18:39:35 +02:00
ptitSeb
3987e644a8 Added 66 6A opcode ([ARM64_DYNAREC] too) (for #1911) 2024-10-07 17:26:40 +02:00
ptitSeb
f073415510 [BOX32] More work on 32bits wrapped functions 2024-10-07 17:17:55 +02:00
Yang Liu
4c69bcd97a
[DYNAREC] Optimized CALL/RET RAS for out of dynablock jumps (#1909) 2024-10-07 16:57:47 +02:00
ptitSeb
05aac0879e [BOX32][WRAPPER] Reworked 32bits libGL with new wrapperhelper 2024-10-07 13:32:45 +02:00