about summary refs log tree commit diff stats
path: root/LLVMprivateGenerator/registered_structs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-02[ARM64_DYNAREC] Fixed typo in 66 0F 5B opcode (fixed sound in many Unity3D ga...ptitSeb1-2/+2
2023-04-02[DYNAREC] Never protect bridge memory (ported from box86)ptitSeb3-37/+29
2023-04-02[TRACE] Improved trace with xmm registersptitSeb2-2/+11
2023-04-02[RV64_DYNAREC] Reverted changes to GETED and fixed emit_and32* (#663)Yang Liu2-3/+2
2023-04-02[RV64_DYNAREC] Small fixes caught by cosim (#661)Yang Liu3-4/+9
2023-04-01[RV64_DYNAREC] Fixed 88 opcodeptitSeb1-1/+2
2023-04-01[RV64_DYNAREC] Added F3 0F 2C opcode, and worked on roundingptitSeb3-14/+68
2023-04-01[RV64_DYNAREC] Some more fixes to float operations (fixes regression in World...ptitSeb4-5/+10
2023-04-01[RV64_DYNAREC] Fixed F0 83 opcode (LR/SC are tricky to use on RV64)ptitSeb2-4/+10
2023-04-01Improved test17 and finetuned factorio profile to disable FASTROUND on DynarecptitSeb5-3/+22
2023-04-01Fixed 66 0F 5B opcodesptitSeb1-1/+1
2023-04-01[ARM64_DYNAREC] Fixed and improved 66 0F 5A/5B opcodesptitSeb2-5/+38
2023-04-01[RV64_DYNAREC] Added more opcodes for Stardew Valley (#660)Yang Liu2-4/+89
2023-04-01[DYNAREC] Some fine-tunning to cosimptitSeb6-16/+25
2023-04-01Added a few more symbols to wrapped libnss3 and libnspr4ptitSeb2-5/+7
2023-04-01[RV64_DYNAREC] Added some DE opcodes (#659)xctan7-7/+190
2023-03-31[RV64_DYNAREC] Fixed issues with x87 handling, plus some fixes on cosimptitSeb3-11/+9
2023-03-31[DYNAREC] More improvement to TEST_DYNARECptitSeb12-24/+65
2023-03-31[ARM64_DYNAREC] No barrier before native callptitSeb1-2/+1
2023-03-31[ARM64_DYNAREC] Fixed rounding of 66 0F 38 08/09/0A/0B opcodesptitSeb1-12/+4
2023-03-31[WRAPPER HELPER] First pass toward a better wrapper helper (#658)rajdakin6-553/+533
2023-03-31Add wrapperhelper from box86 (#657)Jai A P7-0/+1505
2023-03-31[RV64_DYNAREC] Added more opcodes (#656)Yang Liu2-0/+32
2023-03-31Added 66 0F 3A 08/09 opcodes ([ARM64_DYNAREC] too)ptitSeb3-0/+94
2023-03-31[RV64_DYNAREC] Added more opcodes (#655)Yang Liu4-0/+109
2023-03-31[RV64_DYNAREC] Added more SS opcodes (#654)Yang Liu3-11/+65
2023-03-30[RV64_DYNAREC] Some more fixes to a few opcode (thanks to cosim)ptitSeb3-2/+4
2023-03-30[RV64_DYNAREC] Added 0F 2E,2F opcode & some fixes in printer (#653)Yang Liu2-5/+43
2023-03-30[DYNAREC] Better handling of forward blocks with unused opcode in betweenptitSeb1-2/+12
2023-03-30[RV64_DYNAREC] Small cosmetic change with DUMP of fpu regsptitSeb1-6/+6
2023-03-30[DYNAREC] Changed again how the current IP is tracked in TEST_INTERPRETER modeptitSeb1-1/+2
2023-03-30[RV64_DYNAREC] Fixed fpu regs unwind helper functionptitSeb1-15/+8
2023-03-30[RV64_DYNAREC] pass0 and 1 where missing fpu propagationptitSeb2-1/+7
2023-03-30[RV64_DYNAREC] Fixed F0 0F C1 XADD opcodeptitSeb1-5/+5
2023-03-30[DYNAREC] This should make TEST_INTERPRETER faulty IP output more coherent (f...ptitSeb1-1/+1
2023-03-30[DYNAREC] This should make TEST_INTERPRETER foaulty IP output more coherentptitSeb1-1/+1
2023-03-30[DYNAREC] Fixed TEST_INTERPRETER when jumping to a non-dynarec blockptitSeb1-1/+8
2023-03-30[DYNAREC] Fixed handling of x87 top and stack on TEST_INTERPRETERptitSeb5-4/+100
2023-03-30[RV64_DYNAREC] Added DF F0+i FCOMIP and DF /0 FILD opcodes (#649)xctan6-9/+142
2023-03-29[RV64_DYNAREC] Added more opcodes (#651)Yang Liu6-11/+171
2023-03-29[RV64_DYNAREC] Added some 66 0F Pxxx opcodes (#650)Yang Liu3-13/+91
2023-03-29Added comment on how to build test18 (for #648)ptitSeb1-0/+1
2023-03-28[RV64_DYNAREC] Fixed more issues caught by cosim (#647)Yang Liu7-2/+10
2023-03-28[DYNAREC] Some more improvment to TEST_INTERPRETERptitSeb2-5/+5
2023-03-28[RV64_DYNAREC] Fixed some edge case issues with conditionnal jumpsptitSeb2-10/+12
2023-03-28[RV64_DYNAREC] Fixed issues caught by newly added cosim framework (#645)Yang Liu2-4/+9
2023-03-28[DYNAREC] Improved TEST_INTERPRETER with inter-block testingptitSeb14-39/+81
2023-03-28[RV64_DYNAREC] Added more D8 opcodes (#646)xctan1-0/+39
2023-03-28[DYNAREC] Cleaned up the TEST_INTERPRETER a bitptitSeb13-94/+104
2023-03-27[RV64_DYNAREC] Fixed issue with RIP synchronizing on BOX64_DYNAREC_TESTptitSeb1-1/+1