about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [RV64_DYNAREC] Added more 66 0F opcodes (#734)Yang Liu2023-04-231-14/+174
* Reworked a bit wrapped libc functions signaturesptitSeb2023-04-234-344/+434
* Cosmetic change to wrapped pthread privateptitSeb2023-04-231-47/+44
* [RV64_DYNAREC] Added more opcodes (#733)Yang Liu2023-04-236-2/+126
* Reworked libgl wrapped signaturesptitSeb2023-04-234-2691/+2785
* Added a bunch of wrapped functions (for #725)ptitSeb2023-04-2316-28/+132
* [ARM64_DYNAREC] Small fix for 0F AE /7 opcodeptitSeb2023-04-231-1/+1
* [RV64_DYNAREC] Added more opcodes (#730)Yang Liu2023-04-239-9/+244
* Added more gtk3 wrapped functions (#731)lizhuoheng2023-04-237-11/+456
* Added more gtk3 wrapped functions (#727)lizhuoheng2023-04-235-10/+294
* [RV64_DYNAREC] Added more opcodes for SV (#726)xctan2023-04-226-18/+182
* [DYNAREC] Fixed vsyscall bridgeptitSeb2023-04-221-28/+9
* Another fix for dlopen with RTLD_NOLOAD when lib was already loaded elswhere ...ptitSeb2023-04-221-0/+1
* inc ref count for dlopen with RTL_NOLOADptitSeb2023-04-221-3/+2
* Fixed and improved __cxa_atexit handlingptitSeb2023-04-225-11/+17
* Fixed gtk2 apps, broken since #720ptitSeb2023-04-213-4/+7
* Added A1/A2/A3 MOV opcodes (#723)Yang Liu2023-04-211-0/+20
* [WRAPPER] Fix my___vsnprintf_chk (#722)xctan2023-04-211-1/+1
* [RV64_DYNAREC] Added more opcodes (#721)Yang Liu2023-04-212-12/+125
* Fixed a macro and change chinese comment to englishptitSeb2023-04-212-2/+2
* [RV64_DYNAREC] Added more opcodes (#719)Yang Liu2023-04-213-2/+155
* 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