about summary refs log tree commit diff stats
path: root/LLVMprivateGenerator/registered_structs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-27Added some more wrapped libm functionsptitSeb4-10/+63
2024-02-27Added 1 more syscallptitSeb1-0/+1
2024-02-27Added empty command 14 to CPUIDptitSeb1-0/+11
2024-02-27[ARM64_DYNAREC] Added FF /3 opcodeptitSeb1-0/+41
2024-02-27[ARM64_DYNAREC] copied code for F0 87 to 87 opcode, as they should behavee th...ptitSeb1-5/+9
2024-02-27[32BITS][ARM64_DYNAREC] Added 67 E0..E3 opcodesptitSeb1-0/+60
2024-02-27[RV64_DYNAREC] Optimized XOR Ew, Gw when Ew == Gw (#1289)xctan1-8/+62
2024-02-27Added some more vulkan extensionsptitSeb1-0/+11
2024-02-27[ARM64_DYNAREC] Added C8 opcode (for CP2077)ptitSeb1-1/+25
2024-02-27[ARM64_DYNAREC] Added 66 F0 01 opcode (for CP2077)ptitSeb1-0/+31
2024-02-27[ARM64_DYNAREC] Fixed a potential issue with F0 87 opcodeptitSeb1-1/+1
2024-02-27Added some more slots for X11 callbacks (help Cyberpunk 2077)ptitSeb1-1/+9
2024-02-27[RV64_INTERP] Comply CMPXCHG16B with dynarec (#1288)Yang Liu1-2/+18
2024-02-26[ANDROID] BBBBUUUIIIIILLLLDDDDptitSeb1-1/+1
2024-02-26[ANDROID] Now build, stop complainingptitSeb3-6/+12
2024-02-26Fix Android testsptitSeb1-1/+4
2024-02-26Fix Android buildptitSeb1-0/+6
2024-02-26Added ability to staticaly build box64 (for #1045 and #310, maybe a few other...ptitSeb35-344/+1023
2024-02-25Added CA opcodeptitSeb1-1/+14
2024-02-24Added some hack to rename wine binary process too (help mesa pick up the corr...ptitSeb3-0/+10
2024-02-24Fixed a warningptitSeb1-1/+1
2024-02-24Improve emulation of clocksourceptitSeb1-0/+24
2024-02-24Small memory leak fixed with PRELOAD libraryptitSeb1-1/+1
2024-02-24This should improve stability when unloading libsptitSeb1-2/+2
2024-02-24[32BITS] Added 0E opcode ([ARM64_DYNAREC] too)ptitSeb2-1/+17
2024-02-24Added 0F 01 F9 opcode ([ARM64_DYNAREC] tooptitSeb2-2/+20
2024-02-24Small changes in signal safe function handlingptitSeb1-2/+2
2024-02-24[ARM64_DYNAREC] Handling of EB FF hacky jumpptitSeb1-24/+30
2024-02-24[RCFILE] Adjusted settings for windows steamptitSeb1-1/+6
2024-02-24Improved cpu detection for cpuidptitSeb1-7/+38
2024-02-24Fixed a typo in readmeptitSeb1-1/+1
2024-02-23[RV64_DYNAREC] Added missing 0F 38 00 PSHUFB opcode for test23 (#1282)Yang Liu1-0/+17
2024-02-23[RV64_DYNAREC] Added all missing 66 0F opcodes for test17 (#1281)Yang Liu1-1/+91
2024-02-23Fix Android buildptitSeb1-1/+0
2024-02-23Added some various wrapped function (for rpcs3, but still not working)ptitSeb11-500/+686
2024-02-23Fix Android buildsptitSeb1-0/+1
2024-02-23Better handling of Hardware counter for rdtsc emulation (ARM64 only for now),...ptitSeb10-11/+118
2024-02-22Added 67 FF /2 opcode ([ARM64_DYNAREC] too)ptitSeb2-1/+62
2024-02-22[RV64_DYNAREC] Added 2 more 66 0F opcodes for test17 (#1278)Yang Liu2-18/+70
2024-02-22[RV64_DYNAREC] Added more opcodes (#1277)Yang Liu3-0/+82
2024-02-22Hardened the my_sigaltstack wrapped functionptitSeb1-10/+23
2024-02-22[INTERPRETER] Added CB opcodeptitSeb1-0/+12
2024-02-22[ARM64_DYNAREC] Added 0F E2 opcodeptitSeb1-0/+14
2024-02-22[RV64_DYNAREC] Added more opcodes (#1276)Yang Liu7-31/+68
2024-02-21[ARM64_DYNAREC] Added RCR 8bits with constant optimisation, and fixed RCL 8bi...ptitSeb4-17/+72
2024-02-21[ARM64_DYNAREC] Optimized rcl 8bits with constantptitSeb3-25/+55
2024-02-21[INTERPRETER] SHRD/SHLD with cnt==0 should not change flagsptitSeb1-6/+18
2024-02-21[ARM64] Used Hardware counter for RDTSC emulation ([ARM64_DYNAREC] too)ptitSeb3-6/+11
2024-02-21[DYNAREC_RV64] Minor OF flag fixes and optimizations for emit shift utils (#1...Yang Liu3-100/+118
2024-02-21[ARM64_DYNAREC] Fixed some inf/nan detection for FXAM opcodeptitSeb1-2/+1