about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Small adjustment to flags computation on the AAA/AAS/AAD/AAM/DAA/DAS opcodesptitSeb2024-02-211-22/+20
* Small adjustment to one flags computationptitSeb2024-02-211-1/+1
* [LIBTOOL] Fixed my_pthread_attr_init (#1274)Yang Liu2024-02-211-3/+4
* [ARM64_DYNAREC] Fixed some case of ROL/ROR 8/16bits not computing CF flag cor...ptitSeb2024-02-203-24/+20
* [INTERPRETER] Fix shl/sar/shr for large shft value on 8 and 16bits operationsptitSeb2024-02-203-206/+96
* [TRACE] Slightly better trace for dynarec block writing on own pageptitSeb2024-02-201-1/+1
* [DYNAREC_RV64] Added more opcodes and some minor optimizations (#1272)Yang Liu2024-02-207-39/+126
* Added some more symbol to wrapped libgnutlsptitSeb2024-02-184-1/+11
* Added VK_KHR_calibrated_timestamps extension to wrapped vulkan (for #1256)ptitSeb2024-02-181-0/+4
* [DYNAREC] Adjusted the PUSH/POP x87 macro (and fix RV64 test infinite loop)ptitSeb2024-02-172-6/+3
* [ANDROID] Fix Build When Compiling with NDK 26b, [CI] Download Basic Android ...KreitinnSoftware2024-02-171-3/+5
* [INTERPRETER] Added a few unaligned path for some F0 math opcodesptitSeb2024-02-171-3/+23
* [ARM64_DYNAREC] Added F0 31 opcodeptitSeb2024-02-171-0/+51
* [ARM64_DYNAREC] Added unligned path for F0 01 and F0 39ptitSeb2024-02-171-1/+46
* [RV64_DYNAREC] Fix buildptitSeb2024-02-171-3/+3
* [DYNAREC] Try to fix some issue with x87 stack and skipped code being incoherentptitSeb2024-02-1712-102/+183
* Small optim to speedup mmap64ptitSeb2024-02-171-5/+2
* [ARM64_DYNAREC] Fixed D9 E4 opcodeptitSeb2024-02-171-2/+2
* Removed some debug leftover (at least change from LOG_INFO to LOG_DEBUG)ptitSeb2024-02-171-1/+1
* Better handling of 26/2E/36/3E prefix on F0 prefixed opcode ([ARM64_DYNAREC] ...ptitSeb2024-02-172-1/+6
* Added 67 C6 opcode ([ARM64_DYNAREC] too)ptitSeb2024-02-172-0/+33
* [ARM64_DYNAREC] Fixed 8C opcodeptitSeb2024-02-161-1/+3
* Show box64 version inside trace fileptitSeb2024-02-162-1/+2
* [ARM64_DYNAREC][32BITS] Added C4 /m and C5 /m opcodesptitSeb2024-02-161-1/+28