about summary refs log tree commit diff stats
path: root/docs/gen/gen.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-10-22[INTERP] Removed a file leftover since last interpreter refactor HEAD mainptitSeb1-184/+0
2025-10-22[RCFILE] Optimized Windows Steam download speed for LA64 and RV64 (#3087)Yang Liu1-0/+36
2025-10-22[ENV] Introduced BOX64_PCLMULQDQ (#3086)Yang Liu7-3/+40
* [ENV] Introduced BOX64_PCLMULQDQ * review
2025-10-22[DYNAREC] Fixed getX64Address empty block handling (#3085)Yang Liu1-0/+1
2025-10-21[LA64_DYNAREC] Added unaligned F0 81/83 /0,5 LOCK ADD/SUB opcodes (#3084)Yang Liu1-16/+37
* [LA64_DYNAREC] Added unaligned F0 81/83 /5 LOCK SUB opcodes * add too
2025-10-21[DYNAREC] Fixed native_fprem/native_fprem1 (fixed the camera issue of ↵Yang Liu1-35/+12
FlatOut/FlatOut2) (#3083)
2025-10-21[RV64_DYNAREC] Added DB /2 FIST opcode (#3082)Yang Liu2-2/+18
2025-10-21[LA64_DYNAREC] Added a few more opcodes (#3081)Yang Liu4-1/+170
2025-10-22[LA64] Fixed LBT signal handling, also refined la64noext support (#3080)Yang Liu3-2/+48
2025-10-20[RCFILE] Removed INTERP_SIGNAL for VampireSurvivors, it's not needed anymore_ptitSeb1-1/+0
2025-10-20[DYNAREC] Reversing b40cb7b84a1a404a0d2b042791d9133bde3f1b77 as it generate ↵ptitSeb4-14/+5
tons of regression and it tries to fix a non-issue
2025-10-19[LA64_DYNAREC] Added more opcodes (#3079)Yang Liu1-0/+19
2025-10-19[LA64_DYNAREC] Added x87 support (#3078)Yang Liu21-32/+3392
2025-10-19[TRACE] Move the fast _exit message to dynarec_log insteadptitSeb1-1/+1
2025-10-19[DYNAREC][WOWBOX64] BOX4_DYNAREC_INTERP_SIGNAL is not availble in WowBox64 ↵ptitSeb4-4/+4
for now
2025-10-19[DYNAREC] Introduce BOX4_DYNAREC_INTERP_SIGNAL and 1 profile that needs itptitSeb7-2/+41
2025-10-19[BOX32][WRAPPER] Slightly better wrapping for 2 non-standard pthread functionsptitSeb1-2/+2
2025-10-19[BOX32] Fixed some old issue with hash useageptitSeb1-3/+3
2025-10-19[LA64] Use alternate code for unaligned CMPXCHG8B in interpreterptitSeb1-1/+23
2025-10-19[WRAPPER] Added another listener to waylandclient (for #3071)ptitSeb1-0/+29
2025-10-19[WRAPPER] Added one more listener to waylandclient (for #3071)ptitSeb1-0/+41
2025-10-19[WRAPPER] Fixed one of waylandclient callback signature (for #3071)ptitSeb1-3/+3
2025-10-19[WRAPPER] Added 1 egl extension to wrapped libGL, on 64bits side, not on ↵ptitSeb2-5/+5
32bits (for #3071)
2025-10-19[WRAPPER] Better wrapping for a libdecor function (for #3071)ptitSeb4-3/+79
2025-10-19[WRAPPER] Added 1 egl extension to wrapped libGL (for #3071)ptitSeb1-0/+5
2025-10-18[WRAPPER] Added 1 extension to wrapped libEGL (for #3071)ptitSeb1-0/+4
2025-10-18[WRAPPER] Added another Wayland listener (for #3071)ptitSeb1-0/+35
2025-10-18[WRAPPER] Added 1 more Wayland listener (for #3071)ptitSeb1-0/+29
2025-10-18[RV64_DYNAREC] Small refactor on SIGBUS special case handlingptitSeb3-29/+67
2025-10-17[RCFILE] Added steamwebhelper entry for RISC-V (#3077)Yang Liu1-9/+4
2025-10-17[ENV] Added a new BOX64_ARCH option (#3076)Yang Liu6-95/+177
2025-10-17[WRAPPER] Fix no more slot for glib2 GSourceFunc callback (#3075)Leslie Zhai1-0/+5
2025-10-16[BOX32] Enlarged xcb connects size again for Linux Steam (#3074)Yang Liu1-1/+1
2025-10-16[COSIM] Disable tests fo CD opcodeptitSeb3-1/+3
2025-10-16[DYNAREC] Remove obsolete code now that all memory of the dynarec is staticptitSeb3-26/+0
2025-10-16[DYNAREC] Fixed potential issue with signel not being re-enabled after ↵ptitSeb3-4/+14
FillBlock64 got canceled in a signal handler
2025-10-15Some Segments/Selector handling refactoring , removing some ↵ptitSeb19-113/+133
pthread_getspecific use
2025-10-15[TEST] Some minor fixes to the test runner (#3072)Yang Liu1-2/+4
2025-10-15[BUNDLE] Add libgcc (#3070)Luke Short2-1/+3
* [BUNDLE] update link to the list of libraries that cannot be emulated. It shows how libthread_db cannot be emulated (which is already in our exclusion list). * [BUNDLE] Add libgcc This provides the 'libgcc_s.so.1' library. Related #2389
2025-10-14[ARM64_DYNAREC] Better handling for invalid opcodesptitSeb7-881/+842
2025-10-14[INTERP] Better handling for invalid opcodeptitSeb3-412/+331
2025-10-14Bundle OpenSSL (#3069)Luke Short1-6/+10
* [BUNDLE] sort CSV file * [BUNDLE] Add OpenSSL libraries including 'libcrypto.so.1.0.0', 'libcrypto.so.1.1', and 'libssl.so'. Related #2389
2025-10-14[LA64_DYNAREC] Fix SSE CMPPD, wrong reg operand for cUN cOR. (#3068)phorcys1-2/+2
2025-10-14Added preliminary unit test runner (#3045)Yang Liu13-22/+4000
* Added preliminary unit test runner * Set .text section address * Added support for added custom memory regions * Move json.h to include * Display banner * Added support for custom memory data * Added the ability to include path in nasm * Print env variables
2025-10-14Start of a new dev. cycleptitSeb1-1/+1
2025-10-13Bumped version to v0.3.8ptitSeb4-2/+59
2025-10-13[LA64_DYNAREC] Fixed BEXTR opcode (#3067)Yang Liu1-2/+2
2025-10-13[LA64_DYNAREC] Fixed non-lbt path INC/DEC opcodes register conflicts (#3066)Yang Liu1-21/+27
2025-10-13[LA64_DYNAREC] Fixed some oversized load (#3065)Yang Liu2-4/+8
2025-10-13[INTERP] Fixed 16bit PUSH/POP opcodes (#3064)Yang Liu1-2/+3