about summary refs log tree commit diff stats
path: root/LLVMprivateGenerator/registered_structs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-23Reworked a bit wrapped libc functions signaturesptitSeb4-344/+434
2023-04-23Cosmetic change to wrapped pthread privateptitSeb1-47/+44
2023-04-23Improve an error message on python wrapper generatorptitSeb1-1/+1
2023-04-23[RV64_DYNAREC] Added more opcodes (#733)Yang Liu6-2/+126
2023-04-23Reworked libgl wrapped signaturesptitSeb4-2691/+2785
2023-04-23Added a bunch of wrapped functions (for #725)ptitSeb17-29/+133
2023-04-23[ARM64_DYNAREC] Small fix for 0F AE /7 opcodeptitSeb1-1/+1
2023-04-23[RV64_DYNAREC] Added more opcodes (#730)Yang Liu9-9/+244
2023-04-23Added more gtk3 wrapped functions (#731)lizhuoheng7-11/+456
2023-04-23Added more gtk3 wrapped functions (#727)lizhuoheng5-10/+294
2023-04-22[RV64_DYNAREC] Added more opcodes for SV (#726)xctan6-18/+182
2023-04-22[DYNAREC] Fixed vsyscall bridgeptitSeb1-28/+9
2023-04-22Another fix for dlopen with RTLD_NOLOAD when lib was already loaded elswhere ...ptitSeb1-0/+1
2023-04-22inc ref count for dlopen with RTL_NOLOADptitSeb1-3/+2
2023-04-22Fixed and improved __cxa_atexit handlingptitSeb5-11/+17
2023-04-21Fixed gtk2 apps, broken since #720ptitSeb3-4/+7
2023-04-21Added A1/A2/A3 MOV opcodes (#723)Yang Liu1-0/+20
2023-04-21[WRAPPER] Fix my___vsnprintf_chk (#722)xctan1-1/+1
2023-04-21[RV64_DYNAREC] Added more opcodes (#721)Yang Liu2-12/+125
2023-04-21Fixed a macro and change chinese comment to englishptitSeb2-2/+2
2023-04-21[RV64_DYNAREC] Added more opcodes (#719)Yang Liu3-2/+155
2023-04-21Added more gtk3 wrapped functions (#720)lizhuoheng7-16/+147
2023-04-20[DYNAREC] Fixed an optimisation in getDBSize helper functionptitSeb1-0/+1
2023-04-20[RV64_DYNAREC] Added more opcodes (#718)Yang Liu5-2/+161
2023-04-20[RV64_DYNAREC] Added more opcodes (#717)Yang Liu3-10/+39
2023-04-20[DYNAREC] Try to test last opcode at end of block for unimplemented opcodeptitSeb2-3/+9
2023-04-20[RV64_DYNAREC] Added more opcodes and some fixes (#716)Yang Liu5-53/+148
2023-04-19[RV64_DYNAREC] Various fixes on many opcodesptitSeb9-33/+47
2023-04-19[DYNAREC] Fixed signature of x64test functionptitSeb1-1/+1
2023-04-19Some sligth improvment to __vsnprintf_chk and vfprintfptitSeb7-12/+23
2023-04-19[ARM64_DYNAREC] Fixed a small bug in 66 0F BC opcodeptitSeb1-1/+1
2023-04-19[RV64_DYNAREC] More fixes to a few opcodesptitSeb2-1/+34
2023-04-19[RV64_DYNAREC] Remove 66 0F 3A 0B ROUNDSD opcode for now (#715)Yang Liu1-25/+23
2023-04-19Fixed non-dynarec buildptitSeb1-0/+4
2023-04-19[RV64_DYNAREC] Some fixes and small improvement to a few opcodesptitSeb3-18/+20
2023-04-19[DYNAREC] Fixed faux-positive on DYNAREC_TEST when unimplemented opcode in dy...ptitSeb1-0/+8
2023-04-19Added some weixin support (not really tested, for #711)ptitSeb2-1/+5
2023-04-19[RV64_DYNAREC] Fixed some bugs (#714)Yang Liu2-3/+3
2023-04-19Fixed a broken link in README (#713)Yang Liu1-1/+1
2023-04-19[RV64_DYNAREC] Added more opcodes (#712)xctan6-3/+173
2023-04-18[RV64_DYNAREC] Added more opcode and some fixes (#710)Yang Liu7-22/+181
2023-04-18[ELF] Fixed a use-after-free issue (#709)Yang Liu1-2/+3
2023-04-18[WRAPPER] Added more fontconfig wrapped functions (#708)Yang Liu1-2/+2
2023-04-17[RV64_DYNAREC] Added F3 0F BD and 66 29 opcodesptitSeb2-0/+67
2023-04-17[RV64_DYNAREC] Fixed SSE_LOOP_FQ helper macroptitSeb1-2/+2
2023-04-17[RV64_DYNAREC] Added more opcodes (#706)Yang Liu5-2/+152
2023-04-17Fixed issue with program using getoptsptitSeb1-35/+43
2023-04-17[RV64_DYNAREC] Added more opcodes (#705)Yang Liu6-6/+126
2023-04-17Do less stuff in signal if it will not be printed outptitSeb1-47/+49
2023-04-17[WRAPPER] Fixed mpg123 wrapper (#704)Yang Liu6-36/+3