about summary refs log tree commit diff stats
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added and fixed opcodes 66 0F 38 38..3F ([DYNAREC] too) (for #299)ptitSeb2022-05-031-2/+41
* Some more NAN bordercase handling ([DYNAREC] too, but made FASTNAN default)ptitSeb2022-04-162-4/+30
* [DYNAREC] Added option to force x87 to use double (ported from box86)ptitSeb2022-04-131-0/+10
* Various small fixes and warning removalptitSeb2022-04-113-16/+16
* Fixed PMAXSD opcode and added PMINUWptitSeb2022-04-101-1/+9
* Added 66 (2E) 70-7F opcodes ([DYNAREC] too) (for #271)ptitSeb2022-04-061-0/+20
* Added more sse2 opcode to test17, and added nan handling to SQRTSD and MULSD ...ptitSeb2022-04-012-3/+22
* More coverage for test17, and added NaN handling to 66 0F 7C opcodeptitSeb2022-04-011-0/+14
* More cases to test17, and added -NAN generation to divpd ([DYNAREC] too)ptitSeb2022-03-311-2/+13
* More test17 impovements, fixed NAN for mulpd ([DYNAREC] too, introducing BOX6...ptitSeb2022-03-311-4/+11
* Improved test17 (sse), and fixed NAN bordercase for PSQRTPD opcodeptitSeb2022-03-311-2/+8
* Added 66 0F 38 14/16 opcodesptitSeb2022-03-301-0/+20
* Improved and enhanced test17 (SSE testing)ptitSeb2022-03-301-3/+3
* Added 66 0F 38 30..35 opcodes ([DYNAREC] too) (for #260)ptitSeb2022-03-291-0/+43
* Fixed some warningsptitSeb2022-03-291-3/+3
* Added clone wrapped function and libgbm wrapped libptitSeb2022-03-271-1/+3
* More work around steam and proton/SteamPlay (working, but need also latest bo...ptitSeb2022-03-262-1/+12
* Fixed RunFunction and DynaCall/EmuCall with stack argumentsptitSeb2022-03-251-2/+2
* Fixed some LOG=2 improved traceptitSeb2022-03-131-5/+5
* Some small changes to clone syscallptitSeb2022-03-061-10/+13
* Added 64 F3 0F 6F opcode ([DYNAREC] too) (for #241)ptitSeb2022-03-051-0/+14
* Added 64 63 opcode ([DYNAREC] Too)ptitSeb2022-03-051-0/+13
* Improve function name in trace a bitptitSeb2022-03-041-6/+13
* Added 64 0F 11 opcode ([DYNAREC] too)ptitSeb2022-03-031-0/+6
* One more syscallptitSeb2022-03-011-3/+4
* More work on readlinkat and clone syscallptitSeb2022-03-012-22/+114
* [DYNAREC] And more multi-arch workptitSeb2022-02-271-5/+5
* [DYNAREC] Refactored dynarec to ease the future adding of new target architec...ptitSeb2022-02-277-118/+120
* [TRACE] Small changes to function name print in traceptitSeb2022-02-201-5/+5
* Fixed the backtrace wrapper (uses eh_frame information only)rajdakin2022-02-141-0/+2
* Added 0F 3A 0F opcodeptitSeb2022-02-111-0/+27
* Added F0 0F C0 opcode (for #210)ptitSeb2022-02-061-0/+17
* Added 2E opcode ([DYNAREC] too)ptitSeb2022-02-061-0/+1
* Added 66 F0 FF opcodesptitSeb2022-01-221-0/+84
* Fixed (F0) 0F C7 opcode, only /1 is CMPXCHG(8/16)BptitSeb2022-01-062-78/+90
* Added many F0 66 opcodes (should help Metro Exodus)ptitSeb2022-01-031-0/+80
* Made unsuported libc syscall non-fatalptitSeb2021-12-211-3/+3
* Ooops, fixed build (still for #174)ptitSeb2021-11-221-8/+8
* Added syscall 63 (for #174)ptitSeb2021-11-221-0/+27
* Added 64 8A opcode ([DYNAREC] too) (for #171)ptitSeb2021-11-221-1/+6
* Fixed some issue with getopt (for #170)ptitSeb2021-11-211-1/+1
* Improved CMPSS/CMPSD opcodes, improved test17 ([DYNAREC] too, and improved MI...ptitSeb2021-11-072-6/+6
* Added handling of ARCH_GET_FS to arch_prctlptitSeb2021-11-011-0/+3
* Fixed some program (like the one made in rust) that was getting the command l...ptitSeb2021-10-261-1/+8
* Added 67 0F 67/7F ocpodes ([DYNAREC] too) (for The Last Federation)ptitSeb2021-10-244-0/+24
* A bit more log on Interpretor modeptitSeb2021-09-191-0/+1
* Added 66 0F 38 39/3C opcodes ([DYNAREC] too) (for #81)ptitSeb2021-09-181-0/+18
* Fixed 66 0F 3A 22 opcode for REX.W ([DYNAREC] too) (should help #81)ptitSeb2021-09-161-1/+4
* Added syscall 120 (for #99)ptitSeb2021-09-141-0/+1
* Added syscall 118 (for #99)ptitSeb2021-09-131-0/+1