about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added more gtk3 wrapped functions (#720)lizhuoheng2023-04-217-16/+147
* [DYNAREC] Fixed an optimisation in getDBSize helper functionptitSeb2023-04-201-0/+1
* [RV64_DYNAREC] Added more opcodes (#718)Yang Liu2023-04-205-2/+161
* [RV64_DYNAREC] Added more opcodes (#717)Yang Liu2023-04-203-10/+39
* [DYNAREC] Try to test last opcode at end of block for unimplemented opcodeptitSeb2023-04-202-3/+9
* [RV64_DYNAREC] Added more opcodes and some fixes (#716)Yang Liu2023-04-205-53/+148
* [RV64_DYNAREC] Various fixes on many opcodesptitSeb2023-04-199-33/+47
* [DYNAREC] Fixed signature of x64test functionptitSeb2023-04-191-1/+1
* Some sligth improvment to __vsnprintf_chk and vfprintfptitSeb2023-04-197-12/+23
* [ARM64_DYNAREC] Fixed a small bug in 66 0F BC opcodeptitSeb2023-04-191-1/+1
* [RV64_DYNAREC] More fixes to a few opcodesptitSeb2023-04-192-1/+34
* [RV64_DYNAREC] Remove 66 0F 3A 0B ROUNDSD opcode for now (#715)Yang Liu2023-04-191-25/+23
* Fixed non-dynarec buildptitSeb2023-04-191-0/+4
* [RV64_DYNAREC] Some fixes and small improvement to a few opcodesptitSeb2023-04-193-18/+20
* [DYNAREC] Fixed faux-positive on DYNAREC_TEST when unimplemented opcode in dy...ptitSeb2023-04-191-0/+8
* Added some weixin support (not really tested, for #711)ptitSeb2023-04-191-1/+1
* [RV64_DYNAREC] Fixed some bugs (#714)Yang Liu2023-04-192-3/+3
* [RV64_DYNAREC] Added more opcodes (#712)xctan2023-04-196-3/+173
* [RV64_DYNAREC] Added more opcode and some fixes (#710)Yang Liu2023-04-187-22/+181
* [ELF] Fixed a use-after-free issue (#709)Yang Liu2023-04-181-2/+3
* [WRAPPER] Added more fontconfig wrapped functions (#708)Yang Liu2023-04-181-2/+2
* [RV64_DYNAREC] Added F3 0F BD and 66 29 opcodesptitSeb2023-04-172-0/+67
* [RV64_DYNAREC] Fixed SSE_LOOP_FQ helper macroptitSeb2023-04-171-2/+2
* [RV64_DYNAREC] Added more opcodes (#706)Yang Liu2023-04-175-2/+152
* Fixed issue with program using getoptsptitSeb2023-04-171-35/+43
* [RV64_DYNAREC] Added more opcodes (#705)Yang Liu2023-04-176-6/+126
* Do less stuff in signal if it will not be printed outptitSeb2023-04-171-47/+49
* [WRAPPER] Fixed mpg123 wrapper (#704)Yang Liu2023-04-176-36/+3
* [DYNAREC] Do not compute db on nn-block jump if no dynarec_log is usedptitSeb2023-04-161-3/+5
* Fixed __atomic_is_lock_free wrapped function signatureptitSeb2023-04-161-1/+1
* Added more gtk2 wrapped functions, and fixed gconf2 wrapped oneptitSeb2023-04-167-40/+144
* Added some more gconf2 wrapped functionsptitSeb2023-04-166-15/+84
* Added some wrapped function to libnss3 and friendsptitSeb2023-04-165-15/+47
* Added 2 more wrapped symbols to libmptitSeb2023-04-161-2/+2
* [ARM64_DYNAREC] fixed DF E0 opcodeptitSeb2023-04-161-1/+2
* Do not compute name and other info if they are not shown on signalptitSeb2023-04-161-5/+7
* Do not error out for missing weak R_X86_64_64 bindingptitSeb2023-04-161-8/+10
* Fixed dependancies for musl programsptitSeb2023-04-161-1/+1
* Prepend ld_library list instead of appendptitSeb2023-04-161-1/+1
* Improved/fixed handling of dlopen with RTLD_NOLOAD flagptitSeb2023-04-161-3/+25
* Added 1 more wrapped function to libatomicptitSeb2023-04-161-1/+1
* Added more implied dependancies for musl programsptitSeb2023-04-161-1/+1
* Improved support for musl programsptitSeb2023-04-1614-1/+208
* Added some libxml2 and libxst wrapped functionsptitSeb2023-04-168-53/+252
* [DYNAREC] General fixes and improvment for multithread and jit program. Helps...ptitSeb2023-04-1613-93/+193
* Added 1 wrapped function to libdrmptitSeb2023-04-164-1/+6
* Fixed segfault at exit of appsptitSeb2023-04-161-46/+49
* Another fix for dlopen/dlclose sequence (should be ok now, at last)ptitSeb2023-04-163-7/+8
* [WRAPPER] Fixed a libFLAC func wrapper (for #701) (#702)Yang Liu2023-04-165-8/+8
* More fixes for dlclose/dlopen sequencesptitSeb2023-04-154-38/+72