about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [DYNAREC] Added F2 0F 5D/5F opcodesptitSeb2021-03-241-1/+22
* [DYNAREC] Added 66 0F DF opcodeptitSeb2021-03-241-0/+8
* [DYNAREC] Added 66 0F F8..FE opcodesptitSeb2021-03-241-0/+50
* [DYNAREC] Added 66 0F DB opcodeptitSeb2021-03-241-0/+8
* [DYNAREC] Added 64 C7 opcodeptitSeb2021-03-242-0/+18
* [DYNAREC] Added 66 0F F4 opcodeptitSeb2021-03-242-1/+41
* [DYNAREC] Added 66 0F 64..66 opcodesptitSeb2021-03-242-0/+53
* [DYNAREC] Added 66 0F EB opcodeptitSeb2021-03-241-0/+8
* [DYNAREC] Added 66 0F 7F opcodeptitSeb2021-03-241-0/+12
* [DYNAREC] Added 66 0F 6BptitSeb2021-03-242-1/+39
* [DYNAREC] Added 66 0F 5B opcodeptitSeb2021-03-242-2/+10
* [DYNAREC] Added 0F C8..CF opcodesptitSeb2021-03-243-1/+28
* [DYNAREC] Added 0F 12/13 opcodesptitSeb2021-03-241-1/+26