about summary refs log tree commit diff stats
path: root/LLVMprivateGenerator/registered_structs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-21[ARM64_DYNAREC] More handling of SIGBUS on device memory (for Doomvk 2016 on ...ptitSeb1-0/+90
2023-10-20Added some workaround for program that POKEUSER/PEEKUSER some drX value and e...ptitSeb1-1/+13
2023-10-20fix emit_sar32c() ZF maybe set error. (#1034)liuli1-1/+1
2023-10-19[ARM64_DYNAREC] ifdef'd the new HW_CAP tests, to be able to build on older sy...ptitSeb1-0/+8
2023-10-19[RCFILE] Added a profile for ToTheMoonptitSeb1-0/+3
2023-10-18[ARM64_DYNAREC] One more extension detected (not used yet)ptitSeb1-0/+7
2023-10-18[ARM64_DYNAREC] More ARM64 extensions detectionptitSeb2-11/+27
2023-10-18[RV64_DYNAREC] More fixes to the buildptitSeb1-1/+1
2023-10-18[RV64_DYNAREC] Try to fix the buildptitSeb1-6/+6
2023-10-18[ARM64_DYNAREC] Added a use of FLAGM extension in add8 emitterptitSeb1-18/+52
2023-10-18Fix build issuesptitSeb3-29/+19
2023-10-18[DOCS] Added some infor about SAVE_MEM build optionptitSeb1-1/+4
2023-10-18[ARM64_DYNAREC] Preparing handling of FLAGM and FLAGM2 extensionsptitSeb4-2/+58
2023-10-18[ARM64_DYNAREC] More changes to Strong memory model emulationptitSeb15-53/+67
2023-10-17[ARM64_DYNAREC] Added support for BOX4_DYNAREC_ALIGNED_ATOMICSptitSeb10-164/+267
2023-10-17[ARM64_DYNAREC] More fixes to F0 0F C7 opcode with Atomics extensionptitSeb1-3/+5
2023-10-17Some more rollback on tls destructor (more work needed on threads cleanup han...ptitSeb4-9/+8
2023-10-17[ARM64_DYNAREC] More fixes for Atomics extensionptitSeb4-13/+10
2023-10-17[ARM64_DYNAREC] More fixes for Atomic extension n LOCK DEC opcodesptitSeb1-8/+10
2023-10-17[ARM64_DYNAREC] Fixed F0 0F B0 opcopde with Atomics extensionptitSeb1-1/+2
2023-10-16[ARM64_DYNAREC] Added code generation for Atomic ARM v8.1 extension for most ...ptitSeb5-241/+807
2023-10-16[ARM64_DYNAREC] Cosmetic changes to SM macrosptitSeb1-2/+2
2023-10-16Rollback to previous way of handling tls key destructorsptitSeb1-44/+28
2023-10-15[COSIM] Fix x87 testing (#1029)Yang Liu3-13/+18
2023-10-15[CI] Do not regenerate functions list when running in CI (#1028)Yang Liu2-11/+15
2023-10-14[DYNAREC] Fix x87cache issues (#1025)Yang Liu24-123/+228
2023-10-14Update README.mdptitSeb1-2/+2
2023-10-14Update README.mdptitSeb1-1/+1
2023-10-14Update README.mdptitSeb1-1/+1
2023-10-13Various changes on pthread cancel and tls destructor, should be easier to mai...ptitSeb13-182/+187
2023-10-13No actual need for emu when calling my_mmap and my_munmapptitSeb1-4/+3
2023-10-13And this one can be const tooptitSeb1-1/+1
2023-10-13This struct can be constptitSeb2-2/+2
2023-10-13[TRACE] Better trace for mmap errorptitSeb1-0/+4
2023-10-13Use BOX64_RESERVE_HIGHMEM by default on ADLINK profileptitSeb2-4/+8
2023-10-13[WRAPPER] Added missing function signature (#1024)Yang Liu3-0/+5
2023-10-12Add a new vulkan extension: VK_KHR_maintenance5 (#1021)Sophon1-0/+6
2023-10-12[ARM64_DYNAREC] Fixes some border case 32bits potential issue with GETEDz hel...ptitSeb1-1/+1
2023-10-11[ARM64_DYNAREC] Small improvement to certain cases for 66 0F 70 opcodeptitSeb2-0/+18
2023-10-11[RV64_DYNAREC] Fix a build warning (#1020)Yang Liu1-0/+3
2023-10-11A bit more changes to cpuid bits and cpu identificationsptitSeb2-8/+8
2023-10-11[ARM64_DYNAREC] Fixed 66 0F 38 20..25/30..35 to only read needed amount of da...ptitSeb2-12/+30
2023-10-11Added BOX64_SDL2_JGUID, a workaround for game using old SDL_GetJoystickGUIDIn...ptitSeb6-2/+26
2023-10-11[ARM64_DYNAREC] Better place for memory barrier on jmp_next and iret_to_epilogptitSeb1-2/+2
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