about summary refs log tree commit diff stats
path: root/LLVMprivateGenerator/registered_structs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-23Small improvment to MMAP32 managmentptitSeb1-1/+1
2024-01-23Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ...ptitSeb12-24/+108
2024-01-23[DYNAREC] use an rbtree for dynablock size and max_db_size updateptitSeb5-4/+59
2024-01-23[DYNAREC_RV64] Enable basic simple wrapper optimization (#1215)Yang Liu2-23/+19
2024-01-22Added 1 syscallptitSeb1-0/+1
2024-01-22[TRACE] Slightly improved traceptitSeb1-1/+7
2024-01-22Make sure Stack is aligned properly... (should help #1187 and ~1188)ptitSeb3-2/+13
2024-01-21[ELFLOADER] Zero'd memory when using mmap and filesize smaller than memsizeptitSeb1-0/+2
2024-01-21Removed a useless test in getProtection utility functionptitSeb1-2/+0
2024-01-21[TRACE] Improved trace for __libc_start_main init handlingptitSeb1-1/+2
2024-01-20Used rb_stree for mapallmem tooptitSeb2-174/+55
2024-01-20Added a few wrapped function to libcupsptitSeb4-3/+7
2024-01-19Use rbtree for mmapmem trackingptitSeb1-24/+10
2024-01-19Fix build on some older compilerptitSeb1-1/+1
2024-01-19Reworked exit, unloading libs and running Fini as it should (plus a workaroun...ptitSeb8-32/+155
2024-01-19[RCFILE] Update & Added a few profilesptitSeb1-1/+15
2024-01-19Added 1 more wrapped libc function (for #1208)ptitSeb3-1/+3
2024-01-18Reworked wrapping of callback in X11 Va argsptitSeb1-36/+289
2024-01-18Fixes (#1207)rajdakin25-63/+69
2024-01-18Partial Wrapping of libxkbregistryptitSeb8-0/+115
2024-01-18Fixed an issue with a failsafe that was not workingptitSeb1-2/+2
2024-01-18[DYNAREC] Fixed a warningptitSeb1-1/+1
2024-01-18Added 1 more wrapped function to libcptitSeb4-1/+31
2024-01-18[DYNAREC] Test when changing page on building a dynablock if it's safeptitSeb1-0/+18
2024-01-18Added 1 more wrapped function to libgconf2ptitSeb1-1/+1
2024-01-17[RCFILE] Adjusted steamwebhelper profile for better stabilityptitSeb1-1/+1
2024-01-17Some more fixes to new memory protection tracking (should help #1202 and #1200)ptitSeb1-9/+9
2024-01-16Wrapped libpulse-mainloop-glib (for #1203, untested)ptitSeb9-0/+106
2024-01-16[INTERPRETER] Fixed D7 opcodeptitSeb1-4/+1
2024-01-16[ARM64_DYNAREC] Fixed some special case for shrd/shld opcodesptitSeb2-32/+14
2024-01-16Added 1 more syscallptitSeb1-0/+1
2024-01-16[RCFILE] Added and Adjusted a few more profileptitSeb1-10/+15
2024-01-16Ficxed an issue with rbtree rb_get_end utility functionptitSeb1-3/+4
2024-01-16Round size to pagesize on the tracked memoryptitSeb3-2/+7
2024-01-16Used AddCheckBridge were the check could make senseptitSeb6-17/+17
2024-01-15[INTERPRETER] Fixed VM Detection (TF trick) for interpreterptitSeb1-3/+12
2024-01-15Small fix for a faked wrapped functionptitSeb1-1/+1
2024-01-15Fixed xcb_connect wrappingptitSeb1-3/+12
2024-01-15Added 1 more wrapped function to libgmpptitSeb1-1/+1
2024-01-15[ELFLOADER] Fixed some issue with COPY/GLOB_DATA symbol relocationsptitSeb2-14/+10
2024-01-13[RV64_DYNAREC] Fixed 66 87 XCHG opcode (#1198)xctan1-2/+4
2024-01-13[RBTREE] Reverted memory tracking to 32 bits (#1201)rajdakin7-41/+46
2024-01-12[ARM64_DYNAREC] Re-enable Atomics, seems stable nowptitSeb1-2/+2
2024-01-12[TRACE] Better trace for wrapped dladdr1 callsptitSeb1-1/+1
2024-01-12Removed a debug leftoverptitSeb1-2/+5
2024-01-12[VULKAN] Added some more extensions (for #424)ptitSeb6-1/+69
2024-01-11[RV64_DYNAREC] Fixed 66 0F B6 MOVZX opcode (#1196)xctan1-0/+1
2024-01-10Added 1 more wrapped function to libcupsptitSeb4-1/+6
2024-01-10[VULKAN] Wrapped VK_EXT_device_fault extension (for #424)ptitSeb1-0/+3
2024-01-10[VULKAN] Wrapped VK_KHR_map_memory2 extension (for #424)ptitSeb1-0/+4