about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Added 89 and 8D opcodesptitSeb2021-03-153-4/+43
* [DYNAREC] Added REX 50..5F opcodesptitSeb2021-03-151-0/+38
* [DYNAREC] Beggining of emitter and dynarec infrastructure (untested yet)ptitSeb2021-03-1515-27/+2182
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-1445-614/+2576
* Fixed a few minor leaksptitSeb2021-03-132-5/+19
* Added custom memory handlingptitSeb2021-03-132-303/+301
* Start of a new dev. cycleptitSeb2021-03-131-1/+1
* Bumped to v0.0.4ptitSeb2021-03-131-2/+2
* Added wrapped libalut and libalureptitSeb2021-03-138-1/+143
* Wrapped some more functionsptitSeb2021-03-136-10/+17
* Added a few more SSE opcodesptitSeb2021-03-132-4/+221
* Added many wrapped function, and fixed a few one tooptitSeb2021-03-1314-114/+248
* Added a few opcodesptitSeb2021-03-132-0/+105
* Added SDL2_mixer, SDL2_image, SDL2_ttf2 and SMPEG2 wrapped libs, plus a few m...ptitSeb2021-03-1315-23/+907
* Fixed some 32bits versio of F7 opcodesptitSeb2021-03-131-2/+8
* Added a few libc wrapped functionsptitSeb2021-03-131-5/+5
* Added a bunch of SSE opcodesptitSeb2021-03-134-1/+54
* Added wrapped qsort and qsort_r functionsptitSeb2021-03-125-4/+12
* Added wrapped libpulse and libpulsesimpleptitSeb2021-03-128-2/+1957
* Added F0 00..35 opcodesptitSeb2021-03-121-1/+103
* Added nanosleep wrapped functionptitSeb2021-03-121-2/+2
* Fixed pthread_attr_setstacksize to avoid setting too small stack on some plat...ptitSeb2021-03-122-2/+10
* Fixed issue with XMM 'GETGX' modrm and REX.bptitSeb2021-03-121-1/+1
* Fixed some warning with modrm on 67 32bits prefixptitSeb2021-03-121-1/+1
* Added a bunch of SSE2 opcodesptitSeb2021-03-125-14/+601
* Added a large number of CPU opcodesptitSeb2021-03-128-26/+721
* Added more x87 opcodesptitSeb2021-03-118-28/+382
* Added alignment for 'long double' handling in '...'ptitSeb2021-03-111-0/+4
* Added some SSE2 and x87 opcodesptitSeb2021-03-113-3/+10
* Added 67 E0..E3 opcodesptitSeb2021-03-113-2/+85
* Added and fixed many opcodesptitSeb2021-03-107-63/+471
* Better functions name resolving when using TRACE, and fixed some printf stuff...ptitSeb2021-03-1022-50/+127
* Added a bunch of various opcodesptitSeb2021-03-103-0/+75
* Added 66 REX F7 opcodesptitSeb2021-03-101-0/+66
* Added 66 D1/D3 opcodesptitSeb2021-03-101-0/+30
* Fixed the already wrapped non-valist __Xprintf_chk functionsptitSeb2021-03-105-11/+22
* Wrapped system functionptitSeb2021-03-101-3/+3
* Wrapped some more libc funcsptitSeb2021-03-101-8/+8
* Wrapped sprintfptitSeb2021-03-105-14/+11
* A handfull libc wrapped functionsptitSeb2021-03-091-6/+6
* Added fdopen and fdopendirptitSeb2021-03-091-6/+6
* Added uname, ungetc, ungetwc, unlink and __underflow wrapped functionsptitSeb2021-03-091-5/+5
* Added statfs64 fstatfs64 and _IO_xxxx wrapped functionsptitSeb2021-03-095-65/+112
* Added 66 39/3B/3D CMP opcodesptitSeb2021-03-092-2/+27
* Added 6A and 6B opcodesptitSeb2021-03-091-1/+16
* Add freopen wrapped functionsptitSeb2021-03-091-8/+8
* A __printf_chk wrapped functionsptitSeb2021-03-094-1/+4
* A few sigXXX wrapped functionsptitSeb2021-03-091-3/+3
* Aligned struct stat64 for fxstat(64) alsoptitSeb2021-03-095-105/+15
* Added waitpid and dl_iterate_phdr wrapped functionsptitSeb2021-03-094-3/+7