about summary refs log tree commit diff stats
path: root/LLVMprivateGenerator/registered_structs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-16[RV64_DYNAREC] Added more opcodes (#1740)Yang Liu5-49/+147
2024-08-16[LA64_DYNAREC] Port recent RV64 fixes (#1739)Yang Liu5-43/+55
2024-08-16Added more curl function wrapper (#1738)Yang Liu6-14/+172
2024-08-16[RV64_DYNAREC] Added 66 0F 3A 63 PCMPISTRI opcode (#1735)Yang Liu2-10/+39
2024-08-16Added 1 more gtk3 function wrapper (#1737)Yang Liu1-0/+1
2024-08-16[RV64,LA64_DYNAREC] Small change when handling long CC INT 3 opcode (#1736)Yang Liu2-2/+6
2024-08-16[BOX32] Start differentiate 64bits from 32bits in elf parserptitSeb3-21/+21
2024-08-16Detect 32bits elf before loadingptitSeb3-1/+8
2024-08-15Added BOX32 option to CMakeList.txtptitSeb1-0/+4
2024-08-15[ARM64_DYNAREC] Small change when handling lone CC INT 3 opcodeptitSeb1-1/+3
2024-08-15Added syscalls 444-446ptitSeb1-0/+9
2024-08-15[ARM64_DYNAREC] Added AVX.66.0F38 A6 opcodeptitSeb1-3/+24
2024-08-15[ARM64_DYNAREC] Added 67 90..97 opcodesptitSeb1-0/+19
2024-08-15Fixed falsly detection of needed memory hackptitSeb1-1/+1
2024-08-15[TRACE] Better trace for libc syscallptitSeb1-2/+5
2024-08-15Added syscalls 122-124ptitSeb1-0/+3
2024-08-15[RV64_DYNAREC] Fixed extcacheUnwind regression (#1734)Yang Liu1-8/+6
2024-08-12[RCFILE] Fine tuned profile for on of the EALauncher processptitSeb1-1/+1
2024-08-12Added (fake) syscall 175 to libs syscallptitSeb1-0/+4
2024-08-12[RV64_DYNAREC] Fixed 0F BA /5 BTS opcode (#1733)Yang Liu1-2/+1
2024-08-12[RV64_DYNAREC] More fixes (#1732)xctan3-4/+8
2024-08-11[ARM64_DYNAREC] Some small improvments to ROR/ROL/RCR/RCL opcodesptitSeb5-110/+36
2024-08-10[WRAPPER] Wrapped libdrm_amdgpu.so.1ptitSeb10-0/+221
2024-08-10[RV64_DYNAREC] Fixed flags for shrd/shld with constant 0 shift (#1730)Yang Liu1-13/+23
2024-08-10[RV64_DYNAREC] Fixed ROL/ROR RCX, CL (#1729)xctan2-22/+14
2024-08-10Added 67.AVX.0F.66 D6 opcode ([ARM64_DYNAREC] too)ptitSeb2-2/+39
2024-08-10Added 64bits 67 F3 0F 7F opcode ([ARM64_DYNAREC] too)ptitSeb2-0/+19
2024-08-10[ARM64_DYNAREC] Fixed flags for surd/shld with constant 0 shiftptitSeb1-12/+22
2024-08-10[ARM64_DYNAREC] Fixed pending flags for large 8 & 16 bit const shiftsptitSeb1-0/+6
2024-08-10[RV64_DYNAREC] Fixed pending flags for large 8 & 16 bit const shifts (#1728)xctan1-0/+6
2024-08-09[RV64_DYNAREC] Fixed more register conflicts (#1726)Yang Liu3-8/+8
2024-08-09Fix non-Dynarec buildptitSeb1-1/+1
2024-08-09[DOCS] Added entry in USAGE.md for newly introduced BOX64_ARGSptitSeb1-0/+3
2024-08-09Improved Steam wine compatibility, not perfect, but better (thanks Hugo for t...ptitSeb3-8/+44
2024-08-09[RV64_DYNAREC] Fixed OF generation in emit_sar16c (#1724)xctan1-10/+4
2024-08-09[ARM64_DYNAREC] Added AVX.66.0F38 9A opcodeptitSeb1-2/+13
2024-08-09[RV64_DYNAREC] Fixed fpu_flags handling and enabled cosim in CI (#1722)Yang Liu2-0/+8
2024-08-09[RV64_DYNAREC] Fixed misused BNE_NEXT in emit_ro{l,r}32 (#1723)xctan1-4/+6
2024-08-09[RV64_DYNAREC] Fixed FNSTSW opcode (#1721)Yang Liu2-0/+5
2024-08-09[DYNAREC_RV64] Removed TODOs on GETEX and GETEM macros (#1720)Yang Liu6-306/+303
2024-08-09[RV64_DYNAREC] Fixed register conflict in the GETSEB marco (#1719)xctan1-1/+1
2024-08-08[RV64_DYNAREC] Fixed register conflict with GETEB macro (#1718)xctan1-7/+14
2024-08-08[INTERP] Fixed some undefined behaviour (#1717)Yang Liu1-6/+12
2024-08-08[LA64_DYNAREC] Fixed flag generation in IMUL/MUL opcode (#1716)Yang Liu3-65/+100
2024-08-08[RV64_DYNAREC] Fixed flag generation in IMUL/MUL opcode (#1715)xctan4-12/+39
2024-08-07[GTK] Added wrapped GstVideoBufferPoolptitSeb4-2/+144
2024-08-07[ARM64_DYNAREC] Added AVX.F3.0F38 F7 opcodeptitSeb4-0/+83
2024-08-07Small optimisation on xsave / xrstor helperptitSeb1-12/+6
2024-08-04[ARM64_DYNAREC] Added F0 20 opcodeptitSeb1-0/+31
2024-07-30Added 3 syscallsptitSeb1-0/+3