about summary refs log tree commit diff stats
path: root/src/dynarec (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added and fixed opcodes 66 0F 38 38..3F ([DYNAREC] too) (for #299)ptitSeb2022-05-031-1/+42
* [DYNAREC] Fixed some issue with XMM cache and Native calls (fixed Zoom title ...ptitSeb2022-04-251-8/+8
* Small fixes for a few sse opcodesptitSeb2022-04-253-11/+11
* [DYNAREC] A small optim of FCOMI macro when OF, AF or SF are neededptitSeb2022-04-251-11/+12
* [DYNAREC] Ignore 26 Prefix (for #290)ptitSeb2022-04-231-2/+2
* [DYNAREC] Ignore 36 prefix for 66 prefixed opcodes (for #290)ptitSeb2022-04-231-1/+1
* [DYNAREC] No need to save op1 and op2 for defered flag computation on logic o...ptitSeb2022-04-181-36/+3
* [DYNAREC] Simpler writing for this testptitSeb2022-04-181-1/+1
* [DYNAREC] Small optim on flags barrier handlingptitSeb2022-04-181-10/+7
* [DYNAREC] Added F0 21 opcodeptitSeb2022-04-171-0/+20
* [DYNAREC] Added 66 0F 3A DF opcodeptitSeb2022-04-173-20/+62
* [DYNAREC] Added 66 0F 51 opcodeptitSeb2022-04-171-1/+20
* [DYNAREC] Better handling of opcodes with 66 F0 prefixesptitSeb2022-04-174-276/+335
* [DYNAREC] Added 0F AE /7 opcodeptitSeb2022-04-173-0/+15
* [DYNAREC] Added 66 0F 3A 20 opcodeptitSeb2022-04-171-1/+10
* [DYNAREC] Added 66 F0 FF and F0 08 opcodesptitSeb2022-04-171-0/+76
* [DYNAREC] Added F8/F9 opcodesptitSeb2022-04-171-0/+12
* [DYNAREC] Stop spamming about not enough Hotpage after a few message, also ad...ptitSeb2022-04-161-1/+12
* [DYNAREC] Fixed an issue with internal loop to 1st instruction that then use ...ptitSeb2022-04-161-1/+1
* Some more NAN bordercase handling ([DYNAREC] too, but made FASTNAN default)ptitSeb2022-04-162-12/+64
* [DYNAREC] Added option to force x87 to use double (ported from box86)ptitSeb2022-04-131-1/+1
* [DYNAREC] Fixed some issue with RIP optimisations (Fixed Doom)ptitSeb2022-04-102-1/+6
* [DYNAREC] Fixed a warningptitSeb2022-04-101-2/+2
* [DYNAREC] Refactored dynarec, using box86 refactorptitSeb2022-04-0928-1230/+2633
* Added 66 (2E) 70-7F opcodes ([DYNAREC] too) (for #271)ptitSeb2022-04-061-0/+19
* More work on test17, and handling -NAN on divsdptitSeb2022-04-013-10/+22
* Added more sse2 opcode to test17, and added nan handling to SQRTSD and MULSD ...ptitSeb2022-04-014-38/+77
* More cases to test17, and added -NAN generation to divpd ([DYNAREC] too)ptitSeb2022-03-311-2/+15
* More test17 impovements, fixed NAN for mulpd ([DYNAREC] too, introducing BOX6...ptitSeb2022-03-311-2/+15
* Improved test17 ([DYNAREC] Added 66 0F 38 16 opcode, fixed 66 0F 38 24/34 opc...ptitSeb2022-03-301-3/+16
* Added 66 0F 38 30..35 opcodes ([DYNAREC] too) (for #260)ptitSeb2022-03-291-0/+47
* [DYNAREC] Fixed F0 0F B0 opcodeptitSeb2022-03-261-0/+1
* [DYNAREC] Added F0 0F B0 opcodeptitSeb2022-03-251-0/+43
* Fixed RunFunction and DynaCall/EmuCall with stack argumentsptitSeb2022-03-251-2/+0
* Less log in LOG_INFO levelptitSeb2022-03-191-2/+2
* Added 64 F3 0F 6F opcode ([DYNAREC] too) (for #241)ptitSeb2022-03-051-0/+23
* [DYNAREC] Added 64 0F B6 and 64 3B opcodesptitSeb2022-03-051-0/+31
* Added 64 63 opcode ([DYNAREC] Too)ptitSeb2022-03-051-1/+31
* [DYNAREC] Fixed GetEBO macroptitSeb2022-03-051-1/+2
* [ARM64] Added printer for STRB Reg, [Reg, Reg]ptitSeb2022-03-051-0/+9
* [DYNAREC] Fixed F3 0F E6 opcode (help Factorio)ptitSeb2022-03-031-1/+8
* Added 64 0F 11 opcode ([DYNAREC] too)ptitSeb2022-03-031-1/+18
* [DYNAREC] And yet more multiarch changesptitSeb2022-02-272-6/+9
* [DYNAREC] And more multiarch changesptitSeb2022-02-271-4/+4
* [DYNAREC] Still more multiarch changesptitSeb2022-02-272-1/+10
* [DYNAREC] Even more work on multiarchptitSeb2022-02-275-16/+22
* [DYNAREC] More multi-arch workptitSeb2022-02-271-12/+15
* [DYNAREC] More work on multi-archptitSeb2022-02-272-14/+15
* [DYNAREC] Refactored dynarec to ease the future adding of new target architec...ptitSeb2022-02-2742-169/+211
* Merge pull request #236 from rajdakin/backtrace_fixptitSeb2022-02-141-0/+2
|\