about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [ANDROID] Small change on my___libc_init signatureptitSeb2024-02-271-1/+1
* Added some more wrapped libm functionsptitSeb2024-02-274-10/+63
* Added 1 more syscallptitSeb2024-02-271-0/+1
* Added empty command 14 to CPUIDptitSeb2024-02-271-0/+11
* [ARM64_DYNAREC] Added FF /3 opcodeptitSeb2024-02-271-0/+41
* [ARM64_DYNAREC] copied code for F0 87 to 87 opcode, as they should behavee th...ptitSeb2024-02-271-5/+9
* [32BITS][ARM64_DYNAREC] Added 67 E0..E3 opcodesptitSeb2024-02-271-0/+60
* [RV64_DYNAREC] Optimized XOR Ew, Gw when Ew == Gw (#1289)xctan2024-02-271-8/+62
* Added some more vulkan extensionsptitSeb2024-02-271-0/+11
* [ARM64_DYNAREC] Added C8 opcode (for CP2077)ptitSeb2024-02-271-1/+25
* [ARM64_DYNAREC] Added 66 F0 01 opcode (for CP2077)ptitSeb2024-02-271-0/+31
* [ARM64_DYNAREC] Fixed a potential issue with F0 87 opcodeptitSeb2024-02-271-1/+1
* Added some more slots for X11 callbacks (help Cyberpunk 2077)ptitSeb2024-02-271-1/+9
* [RV64_INTERP] Comply CMPXCHG16B with dynarec (#1288)Yang Liu2024-02-271-2/+18
* [ANDROID] BBBBUUUIIIIILLLLDDDDptitSeb2024-02-261-1/+1
* [ANDROID] Now build, stop complainingptitSeb2024-02-263-6/+12
* Fix Android testsptitSeb2024-02-261-1/+4
* Fix Android buildptitSeb2024-02-261-0/+6
* Added ability to staticaly build box64 (for #1045 and #310, maybe a few other...ptitSeb2024-02-2633-336/+982
* Added CA opcodeptitSeb2024-02-251-1/+14
* Added some hack to rename wine binary process too (help mesa pick up the corr...ptitSeb2024-02-243-0/+10
* Fixed a warningptitSeb2024-02-241-1/+1
* Improve emulation of clocksourceptitSeb2024-02-241-0/+24
* Small memory leak fixed with PRELOAD libraryptitSeb2024-02-241-1/+1
* This should improve stability when unloading libsptitSeb2024-02-241-2/+2
* [32BITS] Added 0E opcode ([ARM64_DYNAREC] too)ptitSeb2024-02-242-1/+17
* Added 0F 01 F9 opcode ([ARM64_DYNAREC] tooptitSeb2024-02-242-2/+20
* Small changes in signal safe function handlingptitSeb2024-02-241-2/+2
* [ARM64_DYNAREC] Handling of EB FF hacky jumpptitSeb2024-02-241-24/+30
* Improved cpu detection for cpuidptitSeb2024-02-241-7/+38
* [RV64_DYNAREC] Added missing 0F 38 00 PSHUFB opcode for test23 (#1282)Yang Liu2024-02-231-0/+17
* [RV64_DYNAREC] Added all missing 66 0F opcodes for test17 (#1281)Yang Liu2024-02-231-1/+91
* Fix Android buildptitSeb2024-02-231-1/+0
* Added some various wrapped function (for rpcs3, but still not working)ptitSeb2024-02-2311-500/+686
* Fix Android buildsptitSeb2024-02-231-0/+1
* Better handling of Hardware counter for rdtsc emulation (ARM64 only for now),...ptitSeb2024-02-238-11/+108
* Added 67 FF /2 opcode ([ARM64_DYNAREC] too)ptitSeb2024-02-222-1/+62
* [RV64_DYNAREC] Added 2 more 66 0F opcodes for test17 (#1278)Yang Liu2024-02-222-18/+70
* [RV64_DYNAREC] Added more opcodes (#1277)Yang Liu2024-02-223-0/+82
* Hardened the my_sigaltstack wrapped functionptitSeb2024-02-221-10/+23
* [INTERPRETER] Added CB opcodeptitSeb2024-02-221-0/+12
* [ARM64_DYNAREC] Added 0F E2 opcodeptitSeb2024-02-221-0/+14
* [RV64_DYNAREC] Added more opcodes (#1276)Yang Liu2024-02-227-31/+68
* [ARM64_DYNAREC] Added RCR 8bits with constant optimisation, and fixed RCL 8bi...ptitSeb2024-02-214-17/+72
* [ARM64_DYNAREC] Optimized rcl 8bits with constantptitSeb2024-02-213-25/+55
* [INTERPRETER] SHRD/SHLD with cnt==0 should not change flagsptitSeb2024-02-211-6/+18
* [ARM64] Used Hardware counter for RDTSC emulation ([ARM64_DYNAREC] too)ptitSeb2024-02-213-6/+11
* [DYNAREC_RV64] Minor OF flag fixes and optimizations for emit shift utils (#1...Yang Liu2024-02-213-100/+118
* [ARM64_DYNAREC] Fixed some inf/nan detection for FXAM opcodeptitSeb2024-02-211-2/+1
* [ARM64_DYNAREC] Adjusted some FLAGS productions of AAA/AAS/DAA/DAS ocpodesptitSeb2024-02-211-4/+4