about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Added 66 0F F7 opcodeptitSeb2021-06-141-1/+17
* [DYNAREC] Added shrd32c emiter and 0F AC opcodeptitSeb2021-06-143-57/+59
* [DYNAREC] Added message Need Optim on SH(L/R)D Ed, Gd, CL opcodeptitSeb2021-06-141-0/+2
* [DYNAREC] Added shld32c emiter and 0F A4 opcodeptitSeb2021-06-144-66/+69
* [DYNAREC] Added 0F 2B opcodeptitSeb2021-06-141-0/+15
* Added wrapped execl functionptitSeb2021-06-144-2/+25
* Change the way locked mutex are detected (taken from box86)ptitSeb2021-06-144-12/+7
* Added 66 0F 3A 0B opcode ([DYNAREC] too)ptitSeb2021-06-144-5/+54
* Don't launch gdb if Trace is redirected to a file (avoid empty trace when mon...ptitSeb2021-06-141-0/+2
* Added 66 0F 38 20..25 SSE4 opcodes ([DYNAREC] too)ptitSeb2021-06-142-1/+91
* [DYNAREC] Fix special case of PSHUFD on memory with Ib=0 (fixed the Blankscre...ptitSeb2021-06-131-1/+1
* [DYNAREC] Small optim for PSHUFW opcodeptitSeb2021-06-131-0/+21
* [DYNAREC] Small optim on PSUHFD opcodeptitSeb2021-06-131-5/+30
* Fixed issue with LOCK REX.W XADD opcodeptitSeb2021-06-131-1/+1
* [DYNAREC] Fixed a few opcodes: BTR/BTC/BTS 16bits, CVTTPD2DQ and PSHUF(L/H)WptitSeb2021-06-123-23/+12
* [DYNAREC] Fixed CC flag for SARptitSeb2021-06-121-4/+4
* [DYNAREC] Fixed FIS(TT)(P) opcodesptitSeb2021-06-123-11/+16
* [DYNAREC] Improved flag handlingptitSeb2021-06-126-164/+167
* Added suport for arch_prctl syscall, and GL segment handling ([DYNAREC] too)ptitSeb2021-06-0710-29/+78
* Added wrapped execv family functionsptitSeb2021-06-074-4/+8
* [DYNAREC] Fixed a warningptitSeb2021-06-071-0/+1
* Small adjustment to tls recordptitSeb2021-06-072-4/+23
* [DYNAREC] Added 66 F0 81/83 opcodesptitSeb2021-06-071-4/+210
* Added 66 F0 81 opcodesptitSeb2021-06-072-3/+5
* [DYNAREC] Small optimisation on handling of relative addressingptitSeb2021-06-062-5/+17
* Cosmetic changeptitSeb2021-06-061-1/+1
* [DYNAREC] Fixed end handling in dynablock constructionptitSeb2021-06-061-4/+4
* [DYNAREC] Small fix to a printerptitSeb2021-06-061-1/+1
* [DYNAREC] Fixed potential issue with longjmp native function callptitSeb2021-06-062-1/+9
* Small fixes to interpretorptitSeb2021-06-064-20/+21
* Fixed regression on pthread_mutex_tptitSeb2021-06-061-0/+1
* Added wrapeed times function to libcptitSeb2021-06-061-1/+1
* Improvment to a few libc wrapped functionsptitSeb2021-06-067-22/+79
* Added a wrapped pthread function, and improved mutex handlingptitSeb2021-06-062-6/+20
* Some small improvments in signal handlingptitSeb2021-06-061-5/+8
* Added some more syscallsptitSeb2021-06-061-1/+5
* Better handling of on-purpose SIGSEGVptitSeb2021-06-052-4/+21
* Better trace for ftok and getcwd functionsptitSeb2021-06-051-27/+34
* Added a few more libc wrapped functionsptitSeb2021-06-051-3/+3
* Added syscall 228ptitSeb2021-06-051-0/+1
* Added setpgid wrapped functionptitSeb2021-06-051-2/+2
* Added a few more wrapped function and improved getopt handlingptitSeb2021-06-056-24/+58
* Fixed python wrapper builderptitSeb2021-06-055-4/+9
* [DYNAREC] Various small fixes to flags handlingptitSeb2021-06-056-29/+29
* Fixed BT/BTC/BTR/BTS opcodes ([DYNAREC] too)ptitSeb2021-06-054-78/+148
* Fixed some wrapped functions, upgraded the python scriptrajdakin2021-06-0431-330/+97
* Fixed SDL_JoystickGetGUIDString function signatureptitSeb2021-06-044-6/+6
* [DYNAREC] Fixed DD C0..C7 FFREE opcodeptitSeb2021-06-043-10/+15
* Added an option to use stderr for logsptitSeb2021-06-041-8/+12
* Improved unloading of libsptitSeb2021-06-043-14/+45