about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [DYNAREC] Improved SMC handlingptitSeb2021-06-041-8/+10
* Rephrased a commentptitSeb2021-06-031-1/+1
* Fixed the Python script/added more typingrajdakin2021-06-0350-49/+950
* Some fine-tunning on wrapped lubncurses and friendsptitSeb2021-06-036-26/+17
* Improved elfloader with COPY and GLOBAL reloc with versionptitSeb2021-06-031-5/+6
* Added a wrokaround for libtinfo global variablesptitSeb2021-06-038-3/+139
* Some work around libncurses and friendsptitSeb2021-06-0313-2/+173
* Fixed special case with FSCALE ocpode ([DYNAREC] too)ptitSeb2021-06-032-2/+4
* Fixed a warningptitSeb2021-06-031-1/+1
* Added types to the Python script, fixed some issuesrajdakin2021-06-0244-45/+44