about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added syscall 131ptitSeb2021-03-261-0/+6
* Added wrapped __swprintf_chk functionptitSeb2021-03-262-13/+6
* Added wrapped memalign and friendsptitSeb2021-03-261-4/+4
* Added 0F 6E opcodeptitSeb2021-03-261-0/+9
* Added 66 8B opcode (was already in dynarec)ptitSeb2021-03-261-1/+14
* Even more libc wrapped functionsptitSeb2021-03-255-12/+15
* Minor fixes to MODRM decoder functionsptitSeb2021-03-251-3/+3
* [DYNAREC] Fixed 8A opcodeptitSeb2021-03-251-2/+2
* Added wrapped libgnutlsptitSeb2021-03-258-3/+1276
* Added wrapped libfontconfig and libfreetype, plus some elfloader/tls bugfixptitSeb2021-03-2512-21/+757
* Fixed a bug on Interpretor with 64 prefixed opcodesptitSeb2021-03-251-1/+1
* Fixed a potential issue with getAlignedMutexptitSeb2021-03-251-1/+3
* Fixed to ElfLoader and TLS, Syscall, mmap & co functions signature and a few ...ptitSeb2021-03-2510-38/+65
* More libc wrapped symbolsptitSeb2021-03-256-10/+39
* Added wrapped libICE and libSM plus a few more libc wrapped functionsptitSeb2021-03-2510-55/+411
* [DYNAREC] Added 8A opcodeptitSeb2021-03-251-1/+33
* [DYNAREC] Added 66 0F 6D opcodeptitSeb2021-03-251-1/+14
* Small fix to avoid dereferencing a NULL x64emu_t structureptitSeb2021-03-251-1/+2
* [DYNAREC] Added 0F 0B opcodeptitSeb2021-03-251-1/+5
* [DYNAREC] Added 86 opcodeptitSeb2021-03-251-1/+31
* [DYNAREC] Fixed a nasty bug in GETGB macroptitSeb2021-03-251-1/+1
* [DYNAREC] Oops, fixed the mess with 66 REX 0F opcodes introduced earlierptitSeb2021-03-251-1/+1
* Small change in getAlignedMutex function (probably more work needed)ptitSeb2021-03-251-2/+2
* A bit more libc wrapped functionptitSeb2021-03-254-2/+6
* Added F3 0F BC opcode ([DYNAREC] too)ptitSeb2021-03-253-0/+60
* Added some more libc wrapped functionsptitSeb2021-03-254-8/+16
* Added wrapped libuuidptitSeb2021-03-253-1/+39
* Added a few more wrapped functionsptitSeb2021-03-258-14/+188
* [DYNAREC] Added some mecanism to handle weird 66 REX mixingptitSeb2021-03-254-16/+26
* Added a bunch of X11 related wrapped libsptitSeb2021-03-2524-10/+1344
* [DYNAREC] Added F2 0F C2 opcodeptitSeb2021-03-251-0/+26
* Added some more libc wrapped function (and now SuperHexagon works fine)ptitSeb2021-03-255-31/+74
* Added wrapped libvorbis and libvorbisfileptitSeb2021-03-258-2/+396
* Added 2 more libc wrapped functionptitSeb2021-03-251-2/+2
* Added wrapped liboggptitSeb2021-03-256-1/+105
* Improved shutdown sequenceptitSeb2021-03-257-18/+69
* Added a few more libc wrapped functionsptitSeb2021-03-254-7/+11
* Fixed longjmp wrapped function signatureptitSeb2021-03-251-1/+1
* Added wrapped mmap64 and friendsptitSeb2021-03-255-34/+21
* Fixed R_X86_64_64 handling is elfloaderptitSeb2021-03-251-4/+7
* Added a bunch of libc wrapped functionsptitSeb2021-03-255-100/+156
* Fixed non-Dynarec build that would crash at startptitSeb2021-03-251-1/+1
* Start of a new dev. cycleptitSeb2021-03-251-1/+1
* Bumped to v0.0.6ptitSeb2021-03-241-1/+1
* [DYNAREC] Added 66 0F 12/13 opcodesptitSeb2021-03-241-0/+24
* [DYNAREC] Added 0F BA opcodeptitSeb2021-03-242-3/+110
* [DYNAREC] Added F2 0F 2D opcodes, and use a simpler version of the conversion...ptitSeb2021-03-244-0/+48
* [DYNAREC] Refined 66 0F 5B with a switch for the rounding modeptitSeb2021-03-242-3/+21
* [DYNAREC] Added 64 83 opcodesptitSeb2021-03-242-1/+80
* [DYNAREC] Added 64 89 opcodesptitSeb2021-03-241-0/+13