about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [RV64_DYNAREC] Fixed DF E0 opcodeptitSeb2023-05-151-2/+1
* [RV64_DYNAREC] Added some missing fixes on GETEX (#785)Yang Liu2023-05-152-22/+27
* [RV64_DYNAREC] Use the new x9 scratch register (#784)Yang Liu2023-05-152-13/+7
* [RV64_DYNAREC] Small optim on GETEX helper macroptitSeb2023-05-143-20/+25
* [RV64_DYNAREC] Fixed non-Zbb path for some 66 0F opcodesptitSeb2023-05-132-22/+31
* [RV64_DYNAREC] Added 66 0F 38 30-35/38-3B/3D-40 opcodes (for dav1d)ptitSeb2023-05-131-3/+160
* [RV64_DYNAREC] Added 66 0F 63 opcode (for dav1d)ptitSeb2023-05-131-0/+37
* [RV64_DYNAREC] Added 66 0F 38 04/08/09/0A/1C/1D/1E/2B opcodes (for dav1d)ptitSeb2023-05-131-0/+166
* [RV64_DYNAREC] Fixed neg16 SF flag generationptitSeb2023-05-131-1/+2
* [RV64_DYNAREC] Small optim for GETSEW(...) helper macroptitSeb2023-05-132-3/+4
* [RV64_DYNAREC] Fixed ADC and SBC opcodesptitSeb2023-05-136-21/+21
* [RV64_DYNAREC] Added x9 as a new scratch registerptitSeb2023-05-133-42/+45
* [RV64_DYNAREC] Forget mmx float reg only needed (#782)Yang Liu2023-05-121-0/+2
* fix exit doesnt free jump table completely (#781)kaixindeken2023-05-121-4/+4
* [RV64_DYNAREC] Added more 0F MMX opcodes and some fixes (#780)Yang Liu2023-05-112-3/+268
* [RV64_DYNAREC] Added more opcodes and some fixes (#778)Yang Liu2023-05-116-7/+277
* [ARM64_DYNAREC] Remove redundant code (#777)Yang Liu2023-05-111-1/+0
* Added 1 libx11 symbol for #758 (#776)Yang Liu2023-05-111-1/+1
* Don't Inc/Dec library refcount recursively (helps #240 but it's not enough)ptitSeb2023-05-101-8/+8
* [TRACE] Improved again trace on PltResolverptitSeb2023-05-101-1/+1
* [TRACE] Improved trace on PltResolverptitSeb2023-05-101-1/+13
* [TRACE] Improved/Fixed vfprintf detailled traceptitSeb2023-05-101-2/+6
* Optimized Exit bridge managmentptitSeb2023-05-108-17/+15
* Improved custom memory allocatorptitSeb2023-05-103-21/+70
* [RV64_DYNAREC] Added more opcodes and some fixes (#775)Yang Liu2023-05-105-29/+242
* [RV64_DYNAREC] Added more opcodes and a small fix (#774)Yang Liu2023-05-1012-59/+135
* Added some more libgstreamer wrapped functionsptitSeb2023-05-097-8/+44
* [DYNAREC] Some other small improvment to signal jmpbuf handlingptitSeb2023-05-091-7/+3
* [DYNAREC] Small fix in DynaRunptitSeb2023-05-081-1/+2
* Added a few wrapped function to gcrypt and gnutlsptitSeb2023-05-082-1/+8
* Hide segfault on quit from my_exit tooptitSeb2023-05-081-0/+2
* Some small changes to thread and fork and cloning x64emu_t structptitSeb2023-05-089-19/+43
* [TRACE] Better log for execv on Rolling logptitSeb2023-05-081-0/+4
* Fixed fpu_fxsave/fpu_fxrstor utility function (might help Windows Unity3D games)ptitSeb2023-05-081-4/+0
* Added 4 XXX_chk function to wrapped libc (for #769)ptitSeb2023-05-084-4/+14
* Added 1 extension to wrapped vulkan, and change a bit 1 of the procaddress (i...ptitSeb2023-05-072-5/+8
* [ARM64_DYNAREC] Added F3 0F B8 opcodeptitSeb2023-05-072-0/+41
* [ARM64_DYNAREC] Added 66 0F BA opcodesptitSeb2023-05-071-0/+57
* [WRAPPER] Used RunFunctionFmt for better sign-extend handling (#768)Yang Liu2023-05-0763-1987/+1987
* [DYNAREC] Added BOX64_DYNAREC_MISSING to only print dynarec missing opcodeptitSeb2023-05-075-2/+15
* [DYNAREC] Use Dynarec on Signal function when possibleptitSeb2023-05-071-6/+14
* [ARM64_DYNAREC] Fixed 64/65 F7 opcodesptitSeb2023-05-071-0/+1
* [DYNAREC] Disabled custom mutex for nowptitSeb2023-05-076-23/+63
* [DYNAREC] Cosmetic fixptitSeb2023-05-071-1/+1
* [DYNAREC] Better handling for Calling UpdateFlags when Cache flags needs tran...ptitSeb2023-05-076-28/+32
* [DYNAREC] Small improvment to signal handling on dirty blockptitSeb2023-05-071-0/+4
* [DYNAREC] Made FASTPAGE more agressiveptitSeb2023-05-062-2/+4
* Adjusted default rcfile for steamptitSeb2023-05-061-1/+1
* Fixed some issue on malloc_hack_2 hack, but not enough so still disabled itptitSeb2023-05-061-15/+15
* [RV64_DYNAREC] Fixed typos in (67) 88 MOV opcode (#767)Yang Liu2023-05-062-2/+2