about summary refs log tree commit diff stats
path: root/LLVMprivateGenerator/registered_structs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-27[ARM64_DYNAREC][32BITS] Added 2F opcodeptitSeb1-1/+13
2024-01-27[RCFILE] Added Celeste.exe profileptitSeb1-0/+3
2024-01-27[RCFILE] Fixed Unturned profileptitSeb1-1/+1
2024-01-27[RCFILE] Added Unturned profileptitSeb1-0/+3
2024-01-27[ARM64_DYNAREC] Improved shld16 opcodeptitSeb1-8/+6
2024-01-27[ARM64_DYNAREC] Fixed 66 8C opcode and improved many 66 prefix opcode on 32BITSptitSeb2-29/+30
2024-01-27[TEST_DYNAREC] Improved accuracy of some tests, and avoid a some false-positiveptitSeb5-23/+26
2024-01-27[ARM64_DYNAREC] Removed unused codeptitSeb3-36/+0
2024-01-27[INTERPRETER] Add code for unaligned 32bits F0 87 opcodeptitSeb1-1/+12
2024-01-27Track protection even if 0ptitSeb1-7/+1
2024-01-27[ARM64_DYNAREC] Fixed/Improved D9 E5 opcode and add hack for FLD1/FLD1/FPATAN...ptitSeb1-6/+85
2024-01-27Improved fxam helperptitSeb1-5/+17
2024-01-26[ARM64_DYNAREC] Fixed previous commitptitSeb1-3/+3
2024-01-26Reworked 0F 01 opcode ([ARM64_DYNAREC] too)ptitSeb2-46/+54
2024-01-26Added 66 8F opcode ([ARM64_DYNAREC] too)ptitSeb2-20/+35
2024-01-26[32BITS] Added 16/17 ocodes ([ARM64_DYNAREC] too)ptitSeb2-1/+35
2024-01-26[INTERPRETER] Ignore 36/26 segment prefix for 66 prefixed opcodesptitSeb1-1/+1
2024-01-26[32BITS] Added some more opcode to the 32bits part of interpreter, to run mor...ptitSeb1-6/+66
2024-01-26Add 'BOX64_MMAP32' to help info (#1220)KreitinnSoftware2-4/+5
2024-01-25add optimize build flag for Jetson orin and xavier (#1219)leonpano20062-2/+28
2024-01-24[MMAP32] 31bits address space is in fact 3GB address space (so 31.5 bits?)ptitSeb1-1/+1
2024-01-24[MMAP32] Fixed mmap32 behaviourptitSeb1-2/+2
2024-01-24[ARM64_DYNAREC] Fixed 67 66 prefixed REX readingptitSeb1-0/+1
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