about summary refs log tree commit diff stats
path: root/LLVMprivateGenerator/registered_structs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-26[DYNAREC_RV64] Fixed A0 MOV AL,Ob (#866)Yang Liu2-2/+4
2023-06-25[32BTIS][DYNAREC_RV64] Added support for 32bits (#861)Yang Liu23-283/+545
2023-06-25[32BITS][ARM64_DYNAREC] Added 06/07 opcodesptitSeb1-1/+19
2023-06-25[32BITS] Fixed 1E/1F opcodes and added 06/07 opcodesptitSeb1-2/+17
2023-06-25[ARM64_DYNAREC] Fixed issue with the newly introduced I64 optim for x87 regs ...ptitSeb2-2/+5
2023-06-25[ARM64_DYNAREC] Fixed 8C opcode and added 66 8C opcodeptitSeb2-2/+15
2023-06-25[ARM64_DYNAREC] Added (F2/F3) 66 A7 opcodeptitSeb1-0/+40
2023-06-25[32BITS][ARM64_DYNAREC] Hanlding of STll struct in FILD/FISTP 64bits (for #870)ptitSeb2-0/+46
2023-06-25[ARM64_DYNAREC] Improved handling of FILD/FISTP i64 sequence, important fo 32...ptitSeb6-57/+153
2023-06-25[32BITS][ARM64_DYNAREC] Added 82 opcodesptitSeb1-0/+6
2023-06-25[32BITS] Added 82 opcodesptitSeb1-0/+6
2023-06-25[32BITS][ARM64_DYNAREC] Added 1E/1F opcodesptitSeb1-1/+19
2023-06-25[32BITS] Added 1E/1F opcodesptitSeb1-0/+16
2023-06-25[32BITS][ARM64_DYNAREC] Added (faked) 6D opcodeptitSeb1-0/+28
2023-06-25[32BITS] Added 6C..6F opcodesptitSeb1-5/+69
2023-06-25[32BITS][ARM64_DYNAREC] Added (faked) EF opcodeptitSeb1-0/+9
2023-06-25[32BITS][ARM64_DYNAREC] Added (F2/F3) 66 AD opcodeptitSeb1-0/+23
2023-06-25[32BITS][ARM64_DYNAREC] Added 64 8F opcodeptitSeb2-0/+21
2023-06-25[DYNAREC] Small improvment on instruction size array memory allocationptitSeb3-10/+17
2023-06-25[32BITS][ARM64_DYNAREC] Added (F2/F3) 66 AF opcodeptitSeb1-0/+38
2023-06-25Comment fix on 66 AF opcode nameptitSeb1-1/+1
2023-06-24A few cosmetic fixes (#858)Alexandre Julliard83-134/+42
2023-06-24Faked libvdpau and added 2 wrapped symbols to libva and steam can stream game...ptitSeb7-5/+108
2023-06-24Try to improve custom memory allocatorptitSeb1-16/+17
2023-06-24[ARM64_DYNAREC] Fix potential issue on FF /5 opcodeptitSeb1-3/+3
2023-06-24[32BITS] Added 66/61 opcodes ([ARM64_DYNAREC] too)ptitSeb2-0/+54
2023-06-24[ARM64_DYNAREC] Fixed a nasty issue with Double Push / Double Pop optimisatio...ptitSeb1-14/+18
2023-06-24[ARM64_DYNAREC] Added 67 66 89 opcodeptitSeb1-0/+25
2023-06-24[ARM64_DYNAREC] Added 67 63 opcodeptitSeb1-0/+23
2023-06-24[ARM64_DYNAREC] Added 67 0F B6/B7 opcodesptitSeb1-0/+34
2023-06-24[32BITS][ARM64_DYNAREC] Added 66 40..4F opcodesptitSeb1-0/+31
2023-06-24[32BITS][ARM64_DYNAREC] Added 66 0F prefixed opcodesptitSeb1-5/+0
2023-06-24[32BITS][ARM64_DYNAREC] Added 66 64 prefixed opcodesptitSeb1-5/+0
2023-06-24[32BITS][ARM64_DYNAREC] Added 66 F0 prefixed opcodesptitSeb1-5/+0
2023-06-24[32BITS][ARM64_DYNAREC] Added 66 prefixed opcodesptitSeb1-10/+11
2023-06-24[32BITS][ARM64_DYNAREC] Added F0 prefixed opcode (except 66 prefix)ptitSeb1-5/+0
2023-06-24[32BITS][ARM64_DYNAREC] Added 64 A1/A3 opcodeptitSeb1-0/+24
2023-06-24[32BITS][ARM64_DYNAREC] Added some dynarec support for 32bits code (no-prefix...ptitSeb14-158/+384
2023-06-24[32BITS][DYNAREC] Added basic 32 bits RV64 support (#856)Yang Liu4-32/+76
2023-06-24[DYNAREC_RV64] Fixed a typo (#855)Yang Liu1-2/+2
2023-06-24[DYNAREC_RV64] Small optim to FLAGS_ADJUST_TO11 (#854)Yang Liu1-6/+6
2023-06-23[32BITS] Added 66 40..4F opcodesptitSeb1-0/+23
2023-06-23[32BITS][DYNAREC] Preparing work for 32bits dynarecptitSeb13-28/+95
2023-06-23[WRAPPER] Added more symbols for nss3 (#853)Yang Liu4-6/+11
2023-06-23[INTERP] Added more opcodes (#852)Yang Liu2-6/+29
2023-06-23[32BITS] Use 32-bit types to compute 32-bit addresses. (#851)Alexandre Julliard1-7/+7
2023-06-22[32BITS][DYNAREC] Preparing Dynarec to handle 32bits codeptitSeb8-29/+33
2023-06-22[32BITS] Separate RUn67 32bits from 64bits version, as they are too differentsptitSeb4-43/+107
2023-06-21[WRAPPER] Added more gtk functions (#849)Yang Liu14-18/+93
2023-06-19[WRAPPER] Added more symbols for openssl wrapper (#847)Yang Liu9-52/+560