about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Added 66 0F 38 01/02/03/04/05 opcodesptitSeb2021-03-301-0/+65
* Added 0F 70/C4/C5/F6 opcodesptitSeb2021-03-301-2/+33
* Added 66 0F 38 00 opcodeptitSeb2021-03-301-0/+21
* Added 0F 71/72/73 opcodesptitSeb2021-03-301-0/+74
* Added wrapped fts_* function (FTS struct seems aligned on 64bits)ptitSeb2021-03-302-5/+11
* Added a few more libc wrapped functionsptitSeb2021-03-304-4/+12
* Changed wrapper generator to force 32bits i/u value to 64bitsptitSeb2021-03-301-932/+932
* Added F2 0F 12 opcode ([DYNAREC] too)ptitSeb2021-03-302-0/+21
* Added 'bin64' to the folder were to look for libsptitSeb2021-03-301-1/+1
* Added A1/A3 opcodes ([DYNAREC] too)ptitSeb2021-03-302-0/+26
* Try to improve a bit signal handlingptitSeb2021-03-301-11/+34
* [DYNAREC] Fixed PLD emitter, fixing 0F 18 opcode for good this timeptitSeb2021-03-301-1/+1
* Fixed some wrapped function signature, and added a few moreptitSeb2021-03-306-13/+6
* Added wrapped swprintfptitSeb2021-03-302-15/+6
* Fixed wrapped SDL_GetThreadID function signatureptitSeb2021-03-301-1/+1
* Wraped some SDL2 printf functionsptitSeb2021-03-305-28/+21
* Added __strtol_internal wrapped functionptitSeb2021-03-304-1/+5
* [DYNAREC] disable dynarec when all fini function of loaded libs are doneptitSeb2021-03-301-0/+4
* [DYNAREC] Fixed 66 0F C4/C5 opcodes, and small optim on 66 0F 70ptitSeb2021-03-301-4/+5
* [DYNAREC] Added a few more printersptitSeb2021-03-301-4/+110
* [DYNAREC] Optimized a bit 66 0F 70 opcodeptitSeb2021-03-302-18/+24
* Added wrapped __isoc99_vsscanf functionptitSeb2021-03-291-1/+1
* Added wrapped syslog and __syslog_chkptitSeb2021-03-295-2/+22
* Added wrapped libbz2 and liblzmaptitSeb2021-03-298-1/+463
* [DYNAREC] Fixed 0F 18 opcodesptitSeb2021-03-292-10/+10
* [DYNAREC] FillBlock is behind a mutex now, and use LR for easier debugging on...ptitSeb2021-03-294-10/+15
* Small change in start en end of emulated softwareptitSeb2021-03-291-1/+2
* [DYNAREC] DynaMap is behind a strict mutex nowptitSeb2021-03-291-15/+24
* Added syscall 57ptitSeb2021-03-291-0/+12
* Goes with the new wrapped backtrace functionsptitSeb2021-03-293-0/+4
* Removed x64emu_t structure dedicated to signal handling, using main thread on...ptitSeb2021-03-291-58/+66
* Some work around backtrace to try get symbol from stack frame (not sure it do...ptitSeb2021-03-292-9/+66
* [ARM64] Added a new arm64_lock_storeifref helperptitSeb2021-03-292-6/+19
* [DYNAREC] Small changes in F0 0F C7 opcodeptitSeb2021-03-291-11/+6
* Don't need to set FS hereptitSeb2021-03-291-1/+1
* Cosmetic change for F0 0F B1 opcodeptitSeb2021-03-291-1/+2
* Try to sistematicaly erase upper RAX on cmpxchg opcodeptitSeb2021-03-291-2/+1
* [DYNAREC] Try to mitigate case of cmp/tst apparently 'for nothing'ptitSeb2021-03-292-15/+16
* Added wrapped wcstombs functionptitSeb2021-03-291-1/+1
* [DYNAREC] Added 0F C2 opcodeptitSeb2021-03-292-0/+51
* [DYNAREC] Added 0F 5D/5E/5F opcodesptitSeb2021-03-281-0/+21
* [DYNAREC] Added 0F 18 opcodesptitSeb2021-03-282-0/+49
* [DYNAREC] Added F0 29 opcodeptitSeb2021-03-281-0/+18
* [DYNAREC] Added F0 C7 opcodeptitSeb2021-03-282-0/+33
* Added wrapped asctime and friendsptitSeb2021-03-281-4/+4
* Simply wrapped pthread_exit, don't force emu->quit to 1ptitSeb2021-03-282-7/+7
* Removed a useless line in setjump wrapped functionptitSeb2021-03-281-1/+0
* [DYNAREC] Small optim on Native CallptitSeb2021-03-281-3/+2
* [DYNAREC] Compute arm size of son blockptitSeb2021-03-281-1/+2
* Added more libc and pthreads wrapped functionsptitSeb2021-03-288-98/+45