| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Added 1 more syscall | ptitSeb | 2024-02-27 | 1 | -0/+1 | |
| | | ||||||
| * | Added empty command 14 to CPUID | ptitSeb | 2024-02-27 | 1 | -0/+11 | |
| | | ||||||
| * | [ARM64_DYNAREC] Added FF /3 opcode | ptitSeb | 2024-02-27 | 1 | -0/+41 | |
| | | ||||||
| * | [ARM64_DYNAREC] copied code for F0 87 to 87 opcode, as they should behavee ↵ | ptitSeb | 2024-02-27 | 1 | -5/+9 | |
| | | | | | the same way | |||||
| * | [32BITS][ARM64_DYNAREC] Added 67 E0..E3 opcodes | ptitSeb | 2024-02-27 | 1 | -0/+60 | |
| | | ||||||
| * | [RV64_DYNAREC] Optimized XOR Ew, Gw when Ew == Gw (#1289) | xctan | 2024-02-27 | 1 | -8/+62 | |
| | | ||||||
| * | Added some more vulkan extensions | ptitSeb | 2024-02-27 | 1 | -0/+11 | |
| | | ||||||
| * | [ARM64_DYNAREC] Added C8 opcode (for CP2077) | ptitSeb | 2024-02-27 | 1 | -1/+25 | |
| | | ||||||
| * | [ARM64_DYNAREC] Added 66 F0 01 opcode (for CP2077) | ptitSeb | 2024-02-27 | 1 | -0/+31 | |
| | | ||||||
| * | [ARM64_DYNAREC] Fixed a potential issue with F0 87 opcode | ptitSeb | 2024-02-27 | 1 | -1/+1 | |
| | | ||||||
| * | Added some more slots for X11 callbacks (help Cyberpunk 2077) | ptitSeb | 2024-02-27 | 1 | -1/+9 | |
| | | ||||||
| * | [RV64_INTERP] Comply CMPXCHG16B with dynarec (#1288) | Yang Liu | 2024-02-27 | 1 | -2/+18 | |
| | | ||||||
| * | [ANDROID] BBBBUUUIIIIILLLLDDDD | ptitSeb | 2024-02-26 | 1 | -1/+1 | |
| | | ||||||
| * | [ANDROID] Now build, stop complaining | ptitSeb | 2024-02-26 | 3 | -6/+12 | |
| | | ||||||
| * | Fix Android tests | ptitSeb | 2024-02-26 | 1 | -1/+4 | |
| | | ||||||
| * | Fix Android build | ptitSeb | 2024-02-26 | 1 | -0/+6 | |
| | | ||||||
| * | Added ability to staticaly build box64 (for #1045 and #310, maybe a few ↵ | ptitSeb | 2024-02-26 | 35 | -344/+1023 | |
| | | | | | others tickets) | |||||
| * | Added CA opcode | ptitSeb | 2024-02-25 | 1 | -1/+14 | |
| | | ||||||
| * | Added some hack to rename wine binary process too (help mesa pick up the ↵ | ptitSeb | 2024-02-24 | 3 | -0/+10 | |
| | | | | | correct binary being run) | |||||
| * | Fixed a warning | ptitSeb | 2024-02-24 | 1 | -1/+1 | |
| | | ||||||
| * | Improve emulation of clocksource | ptitSeb | 2024-02-24 | 1 | -0/+24 | |
| | | ||||||
| * | Small memory leak fixed with PRELOAD library | ptitSeb | 2024-02-24 | 1 | -1/+1 | |
| | | ||||||
| * | This should improve stability when unloading libs | ptitSeb | 2024-02-24 | 1 | -2/+2 | |
| | | ||||||
| * | [32BITS] Added 0E opcode ([ARM64_DYNAREC] too) | ptitSeb | 2024-02-24 | 2 | -1/+17 | |
| | | ||||||
| * | Added 0F 01 F9 opcode ([ARM64_DYNAREC] too | ptitSeb | 2024-02-24 | 2 | -2/+20 | |
| | | ||||||
| * | Small changes in signal safe function handling | ptitSeb | 2024-02-24 | 1 | -2/+2 | |
| | | ||||||
| * | [ARM64_DYNAREC] Handling of EB FF hacky jump | ptitSeb | 2024-02-24 | 1 | -24/+30 | |
| | | ||||||
| * | [RCFILE] Adjusted settings for windows steam | ptitSeb | 2024-02-24 | 1 | -1/+6 | |
| | | ||||||
| * | Improved cpu detection for cpuid | ptitSeb | 2024-02-24 | 1 | -7/+38 | |
| | | ||||||
| * | Fixed a typo in readme | ptitSeb | 2024-02-24 | 1 | -1/+1 | |
| | | ||||||
| * | [RV64_DYNAREC] Added missing 0F 38 00 PSHUFB opcode for test23 (#1282) | Yang Liu | 2024-02-23 | 1 | -0/+17 | |
| | | ||||||
| * | [RV64_DYNAREC] Added all missing 66 0F opcodes for test17 (#1281) | Yang Liu | 2024-02-23 | 1 | -1/+91 | |
| | | | | | | | | | | | | | | * Added 66 0F 38 14 PBLENDVPS opcode * Added 66 0F 3A 40 DPPS opcode * Added 66 0F 38 20 PMOVSXBW opcode * Added 66 0F 38 21 PMOVSXBD opcode * Added 66 0F 38 22 opcode * Added 66 0F 38 23/24 opcodes | |||||
| * | Fix Android build | ptitSeb | 2024-02-23 | 1 | -1/+0 | |
| | | ||||||
| * | Added some various wrapped function (for rpcs3, but still not working) | ptitSeb | 2024-02-23 | 11 | -500/+686 | |
| | | ||||||
| * | Fix Android builds | ptitSeb | 2024-02-23 | 1 | -0/+1 | |
| | | ||||||
| * | Better handling of Hardware counter for rdtsc emulation (ARM64 only for ↵ | ptitSeb | 2024-02-23 | 10 | -11/+118 | |
| | | | | | now), more cpuid leafs, and introduce BOX64_RDTSC env.var. with a profile that use it | |||||
| * | Added 67 FF /2 opcode ([ARM64_DYNAREC] too) | ptitSeb | 2024-02-22 | 2 | -1/+62 | |
| | | ||||||
| * | [RV64_DYNAREC] Added 2 more 66 0F opcodes for test17 (#1278) | Yang Liu | 2024-02-22 | 2 | -18/+70 | |
| | | | | | | * Added 66 0F 38 03 PHADDSW opcode * Added 66 0F 38 05 PHSUBW opcode | |||||
| * | [RV64_DYNAREC] Added more opcodes (#1277) | Yang Liu | 2024-02-22 | 3 | -0/+82 | |
| | | | | | | | | | | * Added 66 0F 38 25 PMOVSXDQ opcode * Added 0F 3A CC opcode * Added 67 F7 /4 MUL opcode * Added 67 C1 /5 SHR opcode | |||||
| * | Hardened the my_sigaltstack wrapped function | ptitSeb | 2024-02-22 | 1 | -10/+23 | |
| | | ||||||
| * | [INTERPRETER] Added CB opcode | ptitSeb | 2024-02-22 | 1 | -0/+12 | |
| | | ||||||
| * | [ARM64_DYNAREC] Added 0F E2 opcode | ptitSeb | 2024-02-22 | 1 | -0/+14 | |
| | | ||||||
| * | [RV64_DYNAREC] Added more opcodes (#1276) | Yang Liu | 2024-02-22 | 7 | -31/+68 | |
| | | | | | | | | | | * Added 66 9C/9D PUSHF/POPF opcodes * Added 0F E2 PSRAD opcode * Fix * More readable | |||||
| * | [ARM64_DYNAREC] Added RCR 8bits with constant optimisation, and fixed RCL ↵ | ptitSeb | 2024-02-21 | 4 | -17/+72 | |
| | | | | | 8bit with const | |||||
| * | [ARM64_DYNAREC] Optimized rcl 8bits with constant | ptitSeb | 2024-02-21 | 3 | -25/+55 | |
| | | ||||||
| * | [INTERPRETER] SHRD/SHLD with cnt==0 should not change flags | ptitSeb | 2024-02-21 | 1 | -6/+18 | |
| | | ||||||
| * | [ARM64] Used Hardware counter for RDTSC emulation ([ARM64_DYNAREC] too) | ptitSeb | 2024-02-21 | 3 | -6/+11 | |
| | | ||||||
| * | [DYNAREC_RV64] Minor OF flag fixes and optimizations for emit shift utils ↵ | Yang Liu | 2024-02-21 | 3 | -100/+118 | |
| | | | | | | | | (#1275) * Minor OF flag fixes and optimizations for emit shift utils * original operand | |||||
| * | [ARM64_DYNAREC] Fixed some inf/nan detection for FXAM opcode | ptitSeb | 2024-02-21 | 1 | -2/+1 | |
| | | ||||||
| * | [ARM64_DYNAREC] Adjusted some FLAGS productions of AAA/AAS/DAA/DAS ocpodes | ptitSeb | 2024-02-21 | 1 | -4/+4 | |
| | | ||||||