about summary refs log tree commit diff stats
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reworked TLS to limit resizing, as it tends to break Unity3D gamesptitSeb2022-07-031-23/+58
* Added syscall 231 (for #333)ptitSeb2022-07-011-0/+1
* Added syscall 270 (for #333)ptitSeb2022-06-301-0/+1
* Added syscall 27 (for #333)ptitSeb2022-06-301-0/+1
* Various small debugging improvmentsptitSeb2022-06-192-0/+4
* Added 67 83 opcode ([DYNAREC] too) (for #323)ptitSeb2022-06-111-0/+47
* Added 67 C7 opcode ([DYNAREC] too) (for #323)ptitSeb2022-06-111-0/+12
* Added syscall 317ptitSeb2022-06-051-0/+1
* Run elf init if __libc_start_main init param is NULL (for #315)ptitSeb2022-05-301-0/+2
* Better version of F2/F3 0F 1E opcodeptitSeb2022-05-302-5/+10
* 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