about summary refs log tree commit diff stats
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use a bigger TLSData by default with forcing emulated gtkptitSeb2022-07-141-1/+2
* Double the min size of TLS data to 8k (help Keep Talking and Nobody Explode, ...ptitSeb2022-07-101-1/+2
* More previous bytes on Unimplemented Opcode messageptitSeb2022-07-101-2/+3
* Various improvement and some workaround to support musl binary (for #324)ptitSeb2022-07-092-1/+29
* Fixed 64 F2 0F 10 and 64 66 0F 2E opcodes (for #298)ptitSeb2022-07-042-26/+24
* Added 66 F0 0F C1 opcode ([DYNAREC] too) (for FRAMED Collection on Steam)ptitSeb2022-07-031-0/+42
* Added 64 66 0F 2E/2F ocodes ([DYNAREC] too) (for #298)ptitSeb2022-07-031-0/+26
* Added 67 38-3D opcodes (for #323)ptitSeb2022-07-031-0/+39
* Added syscall 324 (for #327)ptitSeb2022-07-031-0/+1
* 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