about summary refs log tree commit diff stats
path: root/LLVMprivateGenerator/registered_structs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2024-07-29[DYNAREC] Remove BARRIER_NEXT macroptitSeb11-27/+0
2024-07-28Update README_UK.md (#1709)Ilya1141-3/+2
2024-07-25[RCFILE] Added support for generic names in RCFilesptitSeb4-19/+69
2024-07-23Added 67 66 0F EF opcode ([ARM64_DYNAREC] too)ptitSeb1-1/+9
2024-07-23Added 67 66 0F FE opcode ([ARM64_DYNAREC] too)ptitSeb2-0/+18
2024-07-23[RV64_DYNAREC] Fixed more issues in the vector infrastructure (#1706)Yang Liu3-5/+9
2024-07-22[RV64_DYNAREC] Fixed vector infra (#1705)Yang Liu5-33/+53
2024-07-22[DYNAREC] Fixed CI failures for RV64 and LA64 (#1702)Yang Liu3-15/+18
2024-07-21Improved exception/int 3 handlingptitSeb9-18/+121
2024-07-21Better X11 callback in list handlingptitSeb3-39/+32
2024-07-21Improved TF handlingptitSeb1-2/+3
2024-07-21[ARM64_DYNAREC] Add a test about arm64 addresses in pass3, and abort if wrongptitSeb1-0/+1
2024-07-21[DYNAREC] Fixed a typo in an error messageptitSeb1-2/+2
2024-07-21Leave low memory for wine if it's loadedptitSeb1-1/+2
2024-07-20[LA64_DYNAREC] Added more opcodes (#1701)Yang Liu5-722/+811
2024-07-20[LA64_DYNAREC] Added more opcodes (#1700)Yang Liu5-0/+131
2024-07-19[RV64_DYNAREC] Added more 66 0F 38 opcodes for vector (#1699)Yang Liu2-0/+34
2024-07-19[RV64_DYNAREC] Added vector SEW cache (#1698)Yang Liu15-76/+143
2024-07-18[RCFILE] Re-organized box64.box64rc and add EA/Origin launcher progress profilesptitSeb1-50/+77
2024-07-18[RV64_DYNAREC] Added 66 0F 38 00 PSHUFB for vector (#1697)Yang Liu3-4/+32
2024-07-18[RV64_DYNAREC] Added more 66 0F opcodes for vector (#1696)Yang Liu2-0/+47
2024-07-18[RV64_DYNAREC] Show missing opcodes in vector implementation (#1695)Yang Liu3-3/+22
2024-07-18[RV64_DYNAREC] Added vlen detection (#1694)Yang Liu3-2/+14
2024-07-17[LA64_DYNAREC] Added more opcodes and fixed more issues (#1692)Yang Liu4-6/+90
2024-07-17[INTERPRETER] Fixed some issue with INT opcodes and STEP logicptitSeb1-3/+3