about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added 3 wrapped symbol to libxml2ptitSeb2023-04-021-3/+3
* [ARM64_DYNAREC] Fixed typo in 66 0F 5B opcode (fixed sound in many Unity3D ga...ptitSeb2023-04-021-2/+2
* [DYNAREC] Never protect bridge memory (ported from box86)ptitSeb2023-04-023-37/+29
* [TRACE] Improved trace with xmm registersptitSeb2023-04-022-2/+11
* [RV64_DYNAREC] Reverted changes to GETED and fixed emit_and32* (#663)Yang Liu2023-04-022-3/+2
* [RV64_DYNAREC] Small fixes caught by cosim (#661)Yang Liu2023-04-023-4/+9
* [RV64_DYNAREC] Fixed 88 opcodeptitSeb2023-04-011-1/+2
* [RV64_DYNAREC] Added F3 0F 2C opcode, and worked on roundingptitSeb2023-04-013-14/+68
* [RV64_DYNAREC] Some more fixes to float operations (fixes regression in World...ptitSeb2023-04-014-5/+10
* [RV64_DYNAREC] Fixed F0 83 opcode (LR/SC are tricky to use on RV64)ptitSeb2023-04-012-4/+10
* Improved test17 and finetuned factorio profile to disable FASTROUND on DynarecptitSeb2023-04-011-0/+3
* Fixed 66 0F 5B opcodesptitSeb2023-04-011-1/+1
* [ARM64_DYNAREC] Fixed and improved 66 0F 5A/5B opcodesptitSeb2023-04-012-5/+38
* [RV64_DYNAREC] Added more opcodes for Stardew Valley (#660)Yang Liu2023-04-012-4/+89
* [DYNAREC] Some fine-tunning to cosimptitSeb2023-04-016-16/+25
* Added a few more symbols to wrapped libnss3 and libnspr4ptitSeb2023-04-012-5/+7
* [RV64_DYNAREC] Added some DE opcodes (#659)xctan2023-04-016-6/+189
* [RV64_DYNAREC] Fixed issues with x87 handling, plus some fixes on cosimptitSeb2023-03-313-11/+9
* [DYNAREC] More improvement to TEST_DYNARECptitSeb2023-03-3112-24/+65
* [ARM64_DYNAREC] No barrier before native callptitSeb2023-03-311-2/+1
* [ARM64_DYNAREC] Fixed rounding of 66 0F 38 08/09/0A/0B opcodesptitSeb2023-03-311-12/+4
* [RV64_DYNAREC] Added more opcodes (#656)Yang Liu2023-03-312-0/+32
* Added 66 0F 3A 08/09 opcodes ([ARM64_DYNAREC] too)ptitSeb2023-03-313-0/+94
* [RV64_DYNAREC] Added more opcodes (#655)Yang Liu2023-03-314-0/+109
* [RV64_DYNAREC] Added more SS opcodes (#654)Yang Liu2023-03-313-11/+65
* [RV64_DYNAREC] Some more fixes to a few opcode (thanks to cosim)ptitSeb2023-03-303-2/+4
* [RV64_DYNAREC] Added 0F 2E,2F opcode & some fixes in printer (#653)Yang Liu2023-03-302-5/+43
* [DYNAREC] Better handling of forward blocks with unused opcode in betweenptitSeb2023-03-301-2/+12
* [RV64_DYNAREC] Small cosmetic change with DUMP of fpu regsptitSeb2023-03-301-6/+6
* [DYNAREC] Changed again how the current IP is tracked in TEST_INTERPRETER modeptitSeb2023-03-301-1/+2
* [RV64_DYNAREC] Fixed fpu regs unwind helper functionptitSeb2023-03-301-15/+8
* [RV64_DYNAREC] pass0 and 1 where missing fpu propagationptitSeb2023-03-302-1/+7
* [RV64_DYNAREC] Fixed F0 0F C1 XADD opcodeptitSeb2023-03-301-5/+5
* [DYNAREC] This should make TEST_INTERPRETER faulty IP output more coherent (f...ptitSeb2023-03-301-1/+1
* [DYNAREC] This should make TEST_INTERPRETER foaulty IP output more coherentptitSeb2023-03-301-1/+1
* [DYNAREC] Fixed TEST_INTERPRETER when jumping to a non-dynarec blockptitSeb2023-03-301-1/+8
* [DYNAREC] Fixed handling of x87 top and stack on TEST_INTERPRETERptitSeb2023-03-305-4/+100
* [RV64_DYNAREC] Added DF F0+i FCOMIP and DF /0 FILD opcodes (#649)xctan2023-03-305-8/+141
* [RV64_DYNAREC] Added more opcodes (#651)Yang Liu2023-03-296-11/+171
* [RV64_DYNAREC] Added some 66 0F Pxxx opcodes (#650)Yang Liu2023-03-293-13/+91
* [RV64_DYNAREC] Fixed more issues caught by cosim (#647)Yang Liu2023-03-287-2/+10
* [DYNAREC] Some more improvment to TEST_INTERPRETERptitSeb2023-03-282-5/+5
* [RV64_DYNAREC] Fixed some edge case issues with conditionnal jumpsptitSeb2023-03-282-10/+12
* [RV64_DYNAREC] Fixed issues caught by newly added cosim framework (#645)Yang Liu2023-03-282-4/+9
* [DYNAREC] Improved TEST_INTERPRETER with inter-block testingptitSeb2023-03-2814-39/+81
* [RV64_DYNAREC] Added more D8 opcodes (#646)xctan2023-03-281-0/+39
* [DYNAREC] Cleaned up the TEST_INTERPRETER a bitptitSeb2023-03-2813-94/+104
* [RV64_DYNAREC] Fixed issue with RIP synchronizing on BOX64_DYNAREC_TESTptitSeb2023-03-271-1/+1
* [ARM664_DYNAREC] Fixed a potential issue with RIP synchronizing on BOX64_DYNA...ptitSeb2023-03-281-1/+1
* [DYNAREC] This should fix non-Trace buildptitSeb2023-03-274-32/+9