about summary refs log tree commit diff stats
path: root/LLVMprivateGenerator/registered_structs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-07Added wrapped __isoc23_strtoul (for #1052)ptitSeb1-0/+1
2023-11-07Refined ptrace hacks around POKEUSER/PEEKUSER (should help Wine Unity3D games)ptitSeb1-1/+7
2023-11-07[RCFILE] Disable FASTNAN, FASTROUND and CALLRET when using BOX64_DYNAREC_TEST...ptitSeb1-0/+5
2023-11-07[ELFLOADER] Use alternate simpler method for memory managment when pagesize i...ptitSeb1-26/+36
2023-11-07[ELFLOADER] Another fix for elfloader memory managment on pagesize not 4K (mi...ptitSeb1-1/+21
2023-11-07[ELFLOADER] Another fix for elfloader memory managment (might help #1051)ptitSeb1-8/+6
2023-11-06[ARM64_DYNAREC] Fixed 66 0F 3A 21 opcodeptitSeb1-51/+4
2023-11-06[ARM64_DYNAREC] Added F0 0F BA opcodesptitSeb1-4/+139
2023-11-06[ARM64_DYNAREC] Added 66 0F 3A 40 opcode (with tests)ptitSeb6-0/+71
2023-11-05Fixed some issue with some SSE4.2 string compare oprations (should help #1013)ptitSeb4-2/+196
2023-11-05Added BOX64_INPROCESSGPU setting (helps Heroic 2.10 at least)ptitSeb6-0/+31
2023-11-05Improved BOX64_MALLOC_HACK=2 settingptitSeb1-27/+64
2023-11-05Some fixes to the BOX64_TRACE_FILE settingptitSeb1-6/+9
2023-11-05[RCFILE] Added more trace when applying BOX64_TRACE_FILE settingptitSeb1-0/+1
2023-11-05Fixed some functions signature on gobject2ptitSeb1-7/+7
2023-11-05[DYNAREC] Cancel dynablock creation on SEGBUS tooptitSeb1-5/+6
2023-11-05Better way to track mapped memoryptitSeb4-43/+62
2023-11-05[TRACE] Show mmap size in hexptitSeb2-2/+2
2023-11-04Added some more gtk3/gdk3 wrapped functionsptitSeb2-0/+28
2023-11-04[RV64_DYNAREC] Fix test faillingptitSeb1-27/+0
2023-11-04[ARM64_DYNAREC] Added 66 0F F2 38 F1 opcodeptitSeb1-0/+29
2023-11-04Added 66 0F F2 38 F1 opcode, and fixed all 66 0F F2/F3 xx opcodes (should hel...ptitSeb17-10/+473
2023-11-04[TRACE] Fixed a warningptitSeb1-1/+1
2023-11-04Removed fake wrapped libunwind and use real x86_64 one (help wine exeception ...ptitSeb3-1/+2
2023-11-04[TRACE] Improved traceptitSeb2-3/+3
2023-11-04[ELFLOADER] More changes to elf memory managmentptitSeb2-8/+30
2023-11-03[ELFLOADER] Some more regression fixes on elf memory managment (for #1013)ptitSeb1-2/+2
2023-11-01[ELFLOADER] Fixed loading of elf with huge alignmentptitSeb4-25/+40
2023-11-01[ELFLOADER] Last improvment to elfloader memory managment, should be good nowptitSeb3-10/+16
2023-10-31[ELFLOADER] Small improvment in new elfloader memory managerptitSeb1-5/+7
2023-10-31[ELFLOADER] Changed how memory is managed in elfloaderptitSeb8-291/+159
2023-10-30[ARM64_DYNAREC] Added 66 0F 3A 60..63 opcodesptitSeb5-4/+208
2023-10-30Fixed a comment for 66 0F 3A 62 opcodeptitSeb1-1/+1
2023-10-30[ARM64_DYNAREC] Added support for F2 0F 38 F0/F1 CRC32 opcodesptitSeb2-21/+39
2023-10-30Added full SSE 4.2 supportptitSeb11-1/+1218
2023-10-30[RCFILE] Better profile for HeroicptitSeb1-2/+2
2023-10-29[ADLINK] Removed BOX64_RESERVE_HIGH, should not be usefull with latest improv...ptitSeb1-1/+1
2023-10-29Small change on cpuid stuffsptitSeb2-6/+7
2023-10-29This might help Steam on WineptitSeb1-1/+4
2023-10-28Better trace for mmap operationsptitSeb1-6/+6
2023-10-28More small improvment to wrapped mmap64ptitSeb1-13/+26
2023-10-27[ARM64_DYNAREC] Better fix for x87 i64 promotion to DoubleptitSeb3-7/+9
2023-10-27[ARM64_DYNAREC] Fixed and improved i64 x87 optimisationptitSeb4-24/+38
2023-10-27[ARM64_DYNAREC] Ported fprem/fprem1 from box86 (fix camera issues in FlatOut ...ptitSeb2-1/+48
2023-10-27[ARM64_DYNAREC] Small optim on Load/Unload x87 cacheptitSeb1-6/+10
2023-10-27[ARM64_DYNAREC] Added LDR/STR SIMD printerptitSeb1-1/+24
2023-10-27This makes steamwebhelper (much) more stableptitSeb1-2/+2
2023-10-27[WRAPPER] Fixed my_execl (#1044)wannacu2-12/+81
2023-10-27Another fix to wrapped mmap (should fix #1031, hopefully not creating more re...ptitSeb3-2/+21
2023-10-26[32BITS] Added a few 66 opcodes ([ARM64_DYNAREC] too)ptitSeb2-1/+23