about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed some x87 handling issuesptitSeb2024-05-221-7/+7
* [LA64_DYNAREC] Fixed more issues here and there (#1521)Yang Liu2024-05-225-10/+30
* [LA64_DYNAREC] Fixed some non-lbt flags comutation issues (#1520)Yang Liu2024-05-223-10/+17
* [LA64_DYNAREC] Fixed LOCK XCHG byte opcode fallback path (#1519)Yang Liu2024-05-221-4/+34
* [DYNAREC] Simplified emit_pf helper (#1518)Yang Liu2024-05-225-33/+27
* [ARM64_DYANREC] Simplified emit_pf helperptitSeb2024-05-226-93/+90
* Start of a new dev. cycleptitSeb2024-05-221-1/+1
* Bumped version to v0.2.8ptitSeb2024-05-211-1/+1
* [RV64] Made Zba and Xthead* detection mutually exclusive (#1514)Yang Liu2024-05-211-54/+55
* [ARM64_DYNAREC] Some small fixes to D9 E5 opcodeptitSeb2024-05-211-13/+9
* [RV64_DYNAREC] Fixed a bunch of x87 opcodesptitSeb2024-05-215-46/+179
* [RV64_DYNAREC] Fixed some MMX opcodes (#1513)Yang Liu2024-05-211-2/+6
* [ARM64_DYNAREC] Fixed PSLLD/PSLLQ opcodes (#1512)Yang Liu2024-05-212-5/+11
* [INTERPRETER] Added more opcodes and fixed some opcodes too (#1511)Yang Liu2024-05-211-11/+116
* [RV64_DYNAREC] Fixed a few more opcodesptitSeb2024-05-203-6/+7
* [RV64_DYNAREC] Fixed some bit manipulation opcodesptitSeb2024-05-202-2/+20
* [RV64_DYNAREC] Fixed some issue with shld/shrd emitterptitSeb2024-05-202-25/+29
* [RV64_DYNAREC] Fixed some rotation emitersptitSeb2024-05-203-26/+38
* [RV64_DYNAREC] Fixed some math emiter issuesptitSeb2024-05-203-12/+16
* [LA64_DYNAREC] Fixed 66 0F 67 PACKUSWB opcode (#1508)Yang Liu2024-05-201-0/+5
* [LA64_DYNAREC] Fixed LOCK ADD opcode (#1507)Yang Liu2024-05-201-3/+5
* [INTERPRETER] Fixed CMPXCHG16B opcode for la64 (#1506)Yang Liu2024-05-202-2/+2
* Wrapped another __isoc23 functionptitSeb2024-05-201-0/+1
* Wrapped one more __isoc23 functionptitSeb2024-05-201-0/+1
* [ARM64_DYNAREC] Some various fixes after double-check of codeptitSeb2024-05-192-7/+9
* [ARM64_DYNAREC] Use optimized rcl/rcr emiter for remaining opcodes with 64/65...ptitSeb2024-05-192-28/+16
* [INTERPRETER] Added unaligned handling for 32bits F0 83 /0 opcodeptitSeb2024-05-191-1/+5
* [ARM64_DYNAREC] Small optimisation for edge case on a few shift emiterptitSeb2024-05-181-4/+14
* Added 2 new syscallsptitSeb2024-05-171-0/+2
* Added 2 wrapped function libsdl2mixer ('two months' works now)ptitSeb2024-05-171-0/+2
* Added empty wrapped libdecor-0.so.0ptitSeb2024-05-177-0/+125
* [ARM64_DYNAREC] Improved stability of RCL/RCR and added 32/64 bits with const...ptitSeb2024-05-176-105/+123
* [TARCE] Better trace for neverclean mmapsptitSeb2024-05-171-1/+1
* [ARM64_DYNAREC] Minor adjustments to a few complex x87 opcodesptitSeb2024-05-173-5/+10
* Added 1 more gstreamer symbolptitSeb2024-05-161-1/+1
* [ARM64_DYNAREC] Small improvment to DD /1 opcodeptitSeb2024-05-151-3/+2
* [ARM64_DYNAREC] Added 64/65 13 opcodeptitSeb2024-05-151-0/+11
* [COSIM] Small change for D9 /6 opcodeptitSeb2024-05-151-3/+1
* [ARM64_DYNAREC] Fixed a potential issue with 0F B1 opcodeptitSeb2024-05-151-1/+7
* [COSIM] Fixed issue with 0F C7 opcodeptitSeb2024-05-151-5/+1
* [DYNAREC] Small fixes to when to stop a block (fixes regression on EALauncher)ptitSeb2024-05-151-9/+8
* [ARM64_DYNAREC] Small optim of 0F B1 opcodeptitSeb2024-05-151-29/+25
* Added more symbols for libcrypto (#1504)Yang Liu2024-05-151-3/+3
* [LA64_DYNAREC] Added more opcodes (#1503)Yang Liu2024-05-153-0/+39
* Removed the export WINEFSYNC=0 at start, use BOX64_FUTEX_WAITV=0 to disable i...ptitSeb2024-05-141-4/+0
* [INTERPRETER] Added 1 unligned case for F0 83 groupptitSeb2024-05-131-1/+5
* Added some more wrapped functionsptitSeb2024-05-1313-9/+221
* [RV64_DYNAREC] Fix SIGABRT handling in x87cache testing (#1498)kaixindeken2024-05-131-0/+4
* [DYNAREC_LA64] Added more opcodes (#1496)Yang Liu2024-05-117-1/+290
* [ARM64_DYNAREC] Fix and improvments on rcl/rcr helperptitSeb2024-05-093-107/+95