about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [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
* [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...ptitSeb2023-03-2743-62/+1089
* Improved handling of libssl/libcrypto version 1.1 and 3.0ptitSeb2023-03-2718-7/+5472
* [RV64_DYNAREC] Added D8 /0 FADD opcode (#642)xctan2023-03-275-1/+100
* [RV64_DYNAREC] More opcodes, and a few fixes tooptitSeb2023-03-268-5/+259
* Fixed flag handling of PTEST opcodeptitSeb2023-03-261-1/+5
* [ARM64_DYNAREC] Fixed flag handling of PTEST opcodeptitSeb2023-03-261-1/+6
* [RV64_DYNAREC] Added a bunch of opcodes, plus some improvments/fixes to SSE m...ptitSeb2023-03-267-19/+248
* [ARM64_DYNAREC] Added 66 0F 38 17 opcodeptitSeb2023-03-261-0/+25
* [DYNAREC] Fixed rolling back for failled forward blockptitSeb2023-03-261-1/+1
* fix some spelling mistakes (#640)josch2023-03-2630-107/+107
* Added wrapped libicuuc and libicui18n v72 (help Stardew Valley)ptitSeb2023-03-2614-0/+284
* [RV64_DYNAREC] Fixed CreateJumpNext functionptitSeb2023-03-252-7/+13
* [DYNAREC] Some fixes and small improvment to common codeblock generatorptitSeb2023-03-252-11/+26
* [RV64_DYNAREC] One fix for this bug is enoughptitSeb2023-03-251-4/+0
* [RV64_DYNAREC] Fixes and some optims (#638)Yang Liu2023-03-253-3/+9
* [RV64_DYNAREC] Some more fixes with sign extension issuesptitSeb2023-03-252-1/+2
* [RV64_DYNAREC] Fixed GETEDH helper macro, and small optim to F7 /0 /1 opcodesptitSeb2023-03-252-3/+3
* [RV64_DYNAREC] Fixed rv64_lock_decifnot0b functionptitSeb2023-03-251-3/+62
* [RV64_DYNAREC] Small optim on fetch segment offsetptitSeb2023-03-251-1/+1
* Improved elf loading at specific addressesptitSeb2023-03-251-1/+13
* [RV64_DYNAREC] Fixed minor issues (#636)Yang Liu2023-03-251-3/+3
* Added wrapped libnumaptitSeb2023-03-259-0/+197
* Added some wrapped functions in pthreadptitSeb2023-03-254-0/+25
* [RV64_DYNAREC] Added 66 0F EF PXOR opcodeptitSeb2023-03-253-1/+43
* Added support for running native SDL2_mixer (and image/ttf too) with emulated...ptitSeb2023-03-251-0/+27
* [RV64][LA464][PPC64] Fixed some issues with VALIST handlingptitSeb2023-03-252-6/+64
* [RV64_DYNAREC] Added more opcodes (#633)Yang Liu2023-03-244-69/+324