about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Small optim for MOV64x on negative valuesptitSeb2021-03-171-6/+11
* [DYNAREC] Various fixes, around GETED and other stuff (vvvvvv.x86_64 works ag...ptitSeb2021-03-178-25/+42
* [DYNAREC] Added 70..7F opcodes (and fixed ORR/AND bitmask coding/decoding, th...ptitSeb2021-03-1610-70/+238
* [DYNAREC] Added 85 opcodeptitSeb2021-03-165-1/+444
* [DYNAREC] Added an optimisation with RIP handlingptitSeb2021-03-166-5/+22
* [DYNAREC] Added 8B opcodeptitSeb2021-03-164-2/+40
* [DYNAREC] Small optimisation on Native callptitSeb2021-03-164-11/+64
* [DYNAREC] Added a few more opcodes, some arm64_printer opcodes, and made sure...ptitSeb2021-03-1617-112/+540
* [DYNAREC] Added 2D and 83 /5 opcodesptitSeb2021-03-154-84/+115
* Added 29 opcodeptitSeb2021-03-154-18/+1941
* [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