about summary refs log tree commit diff stats
path: root/LLVMprivateGenerator/registered_structs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-11Added a few libgomp wrapped function (for #1019)ptitSeb6-5/+68
2023-10-11Small change on cpuid feature flags for leaf 0x80000001ptitSeb1-3/+8
2023-10-10Updated wrapping of SDL_GetJoystickGUIDInfo with latest version (will help #1...ptitSeb8-15/+15
2023-10-10Fixed signature for functions in wrapped libatomic (will help #1013)ptitSeb4-4/+14
2023-10-10[ARM64] Fixed a SIGBUS handling for VSTR128 not detected correctlyptitSeb1-1/+1
2023-10-10[ARM64_DYNAREC] Added 66 0F 3A 21 opcodeptitSeb1-1/+22
2023-10-10Added wrapped libayatana-appindicator3 and libdbusmenu-glib (for #1013)ptitSeb13-1/+345
2023-10-10Do not try to get nearest function name if pointer is to smallptitSeb1-0/+2
2023-10-10Fixed a nasty issue with wrapping of libpcreptitSeb1-1/+4
2023-10-10[RV64_DYNAREC] Small fixed single rex.w AF opcodeptitSeb1-2/+1
2023-10-10[ARM64_DYNAREC] Fixed single AF opcodeptitSeb1-4/+3
2023-10-10Fixed processor/core count in cpuid and proc/cpuinfoptitSeb2-96/+110
2023-10-09Improved gstreamer wrappingptitSeb8-523/+2390
2023-10-09[ARM64] Fix SIGBUS workaround for STURptitSeb1-2/+2
2023-10-09[ARM64_DYNAREC] Fixed 66 99 opcodeptitSeb1-1/+1
2023-10-09[ARM64_DYNAREC] Added 66 99 opcodeptitSeb1-1/+5
2023-10-08[ARM64_DYNAREC] Fixed most DA opcodesptitSeb1-0/+7
2023-10-08Another small improvment for signal when running unreadable memoryptitSeb1-1/+15
2023-10-08Improved a bit running unreadable memoryptitSeb1-2/+3
2023-10-08[ARM64] More handling of unaligned accessptitSeb1-7/+85
2023-10-08Added a few wrapped symbols to libwayland-clientptitSeb4-10/+22
2023-10-08[ARM64] Some handling of unaligned write to device memoryptitSeb1-0/+32
2023-10-08Added __isoc99_vswscanf wrapped function (for #1015)ptitSeb4-7/+10
2023-10-07[ARM64_DYNAREC] Take dynarec64_DA into account (#1014)André Zwing1-1/+3
2023-10-07Improved cpu speed detectionptitSeb1-2/+28
2023-10-07Added wrapped liblcms2 and libevent-2.1 used by TeamSpeak3 linux client (for ...ptitSeb15-0/+1187
2023-10-07Added wrapped threads_add_timeout_full to gdk2 and gdk3 (for #997)ptitSeb10-8/+204
2023-10-07Added Snapdragon 8 Gen 2 profile (#1009)Sophon3-5/+242
2023-10-05Added Snapdragon 8 Gen 2 profile (#1009)Sophon1-3/+8
2023-10-03Add c32rtomb wrapped function for dfhack (fixes console, part of issue #939) ...SeeSchloß1-1/+1
2023-10-02Add __sF, __assert2 Symbol and set PThread Symbols on libc (#1004)KreitinnSoftware69-182/+814
2023-10-02Add mbrtoc32 wrapped function for dfhack (fixes second part of issue #939) (#...SeeSchloß1-1/+1
2023-10-01[ANDROID] Remove PreInit Array Warning and Fix libdl name (#1001)KreitinnSoftware3-4/+14
2023-10-01Use gold on ADLINK profileptitSeb1-1/+1
2023-10-01Cosmetic changeptitSeb1-2/+2
2023-10-01This steam-runtime-launcher-service process never exit and seems to be skipab...ptitSeb2-0/+4
2023-10-01[DYNAREC] Introduce a config that should save a bit of mmemory at runtime (ON...ptitSeb5-14/+221
2023-10-01[RV64_DYNAREC] Fix buildptitSeb1-0/+1
2023-10-01[DYNAREC] Changed lock mecanism for memory protectionptitSeb8-85/+203
2023-09-30[ANDROID] Fix buildptitSeb1-1/+3
2023-09-30[ANDROID] No mallochack on AndroidptitSeb2-29/+14
2023-09-30Added a few more wrapped function to libgssapi_krb5 (for wine)ptitSeb4-18/+13
2023-09-28Use libdl whenever libc is used (for #984)ptitSeb2-4/+2
2023-09-27[RV64_DYNAREC] Added more support for XTheadMemPair extension (#995)Yang Liu9-959/+1081
2023-09-27Update dynarec_arm64_emit_math.c (#994)liuli1-1/+1
2023-09-26[RV64_DYNAREC] Added more support for XTheadBs extension (#993)Yang Liu3-42/+39
2023-09-26Added a few missing GLES wrapped function to libGLptitSeb4-0/+20
2023-09-26Added 66 0F 3A 0D opcode ([ARM64_DYNAREC] Too)ptitSeb2-2/+24
2023-09-26Ignore 2E CS prefix on LOCK opcodes (helps StardewValley on Ubuntu 20.04/Ampe...ptitSeb1-0/+2
2023-09-26Added wrapping of libicuuc66 and libicui18n66 (for when using ubuntu 20.04)ptitSeb13-0/+315