aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2023-12-23[𝘀𝗽𝗿] initial versionusers/vitalybuka/spr/-initial-versionVitaly Buka6-14/+17
2023-12-22[NFC][sanitizer] Rename Lock{Before,After}Fork suffixes locking StackDepotBas...Vitaly Buka11-86/+109
2023-12-22[test][hwasan] Re-enabled android testVitaly Buka1-3/+0
2023-12-22[test][hwasan] Add -g required for the testVitaly Buka1-1/+1
2023-12-22[tsan] Only intercept pthread_mutex_clocklock on Linux (#76220)Rainer Orth1-0/+2
2023-12-21[X86] Add CPU detection for more znver2 CPUs (#74955)Aiden Grossman1-13/+37
2023-12-21[test][hwasan] XFAIL new test which fails for unknown reasonVitaly Buka1-0/+3
2023-12-21[test][hwasan] Update another test after #76133Vitaly Buka1-0/+2
2023-12-21[test][hwasan] Try to fix Android botVitaly Buka1-1/+1
2023-12-21[hwasan] Classify stack overflow, and use after scope (#76133)Vitaly Buka5-11/+91
2023-12-21[hwasan] Respect strip_path_prefix printing locals (#76132)Vitaly Buka2-2/+35
2023-12-21[test][hwasan] Update tests missed by #76130Vitaly Buka2-4/+4
2023-12-21[hwasan] Separate sections in report (#76130)Vitaly Buka1-4/+6
2023-12-21[test][hwasan] Clang-format a testVitaly Buka1-31/+31
2023-12-20[NFC][sanitizer] Fix typo in commentVitaly Buka1-3/+3
2023-12-20[sanitizer] Add graceful handling of exceeding StackStore limit. (#76115)kda2-2/+11
2023-12-20[symbolizer] Don't threat symbolizer API as optional (#76103)Vitaly Buka1-17/+10
2023-12-20[Profile] Dump binary id to raw profiles on Windows. (#75618)Zequan Wu2-0/+92
2023-12-19[compiler-rt][test]Mark thinlto icp test as UNSUPPORTED on ppc. (#76008)Mingming Liu1-0/+4
2023-12-19[test] Restrict thinlto icp IR test to little endian systems, and the compile...Mingming Liu1-2/+2
2023-12-19fixup! [builtins] Refactor cpu_model support to reduce #if nesting. NFCIJon Roelofs1-1/+2
2023-12-19[ORC-RT] Fix ptrauth signing for dlsym return value (#75972)Ben Langmuir1-0/+4
2023-12-19[test]Mark thinlto icp test as unsupported on powerpc (#75979)Mingming Liu1-0/+2
2023-12-19fixup! [builtins] Refactor cpu_model support to reduce #if nesting. NFCIJon Roelofs3-179/+184
2023-12-19[compiler-rt] Fix obvious syntax errorShoaib Meenai1-1/+1
2023-12-19Reland the reland "[PGO][GlobalValue][LTO]In GlobalValues::getGlobalIdentifie...Mingming Liu2-1/+103
2023-12-19fixup! fixup! [builtins] Refactor cpu_model support to reduce #if nesting. NFCIJon Roelofs3-3/+3
2023-12-19fixup! [builtins] Refactor cpu_model support to reduce #if nesting. NFCIJon Roelofs3-6/+16
2023-12-19[builtins][arm64] Implement __init_cpu_features_resolver on Apple platforms (...Jon Roelofs2-1/+72
2023-12-19[builtins] Refactor cpu_model support to reduce #if nesting. NFCIJon Roelofs14-618/+745
2023-12-19Revert "[builtins] Refactor cpu_model support to reduce #if nesting. NFCI"Jon Roelofs14-745/+618
2023-12-19Revert "[builtins][arm64] Implement __init_cpu_features_resolver on Apple pla...Jon Roelofs2-72/+1
2023-12-19[builtins][arm64] Implement __init_cpu_features_resolver on Apple platforms (...Jon Roelofs2-1/+72
2023-12-19[builtins] Refactor cpu_model support to reduce #if nesting. NFCIJon Roelofs14-618/+745
2023-12-19[compiler-rt]Add lld into dependency for apple builds now that lld Mach-O bac...Mingming Liu1-1/+1
2023-12-19[compiler-rt][asan] Remove reference to asan_lock.h which was removed.David Spickett1-1/+0
2023-12-18Revert "Reland "[PGO][GlobalValue][LTO]In GlobalValues::getGlobalIdentifier, ...Mingming Liu2-116/+1
2023-12-18[scudo] [NFC] remove unused methodFlorian Mayer1-13/+0
2023-12-18Reland "[PGO][GlobalValue][LTO]In GlobalValues::getGlobalIdentifier, use semi...Mingming Liu2-1/+116
2023-12-18[sanitizers] improve debug output for failed suppression parse (#72066)Thomas Schenker2-4/+13
2023-12-18[tsan] Make pthread_mutex_clocklock Linux onlyFangrui Song2-2/+4
2023-12-18asan_static x86-64: Support 64-bit ASAN_SHADOW_OFFSET_CONST (#75748)Fangrui Song1-0/+5
2023-12-18[TSAN] add instrumentation for pthread_mutex_clocklock (#75713)Yvan2-0/+44
2023-12-18[sanitizer] [Darwin] Disable InstallAtForkHandlerAzharuddin Mohammed3-2/+3
2023-12-18Revert "[PGO][GlobalValue][LTO]In GlobalValues::getGlobalIdentifier, use semi...Mingming Liu1-115/+0
2023-12-18[PGO][GlobalValue][LTO]In GlobalValues::getGlobalIdentifier, use semicolon as...Mingming Liu1-0/+115
2023-12-18[sanitizer] Disable InstallAtForkHandler on Solaris, NetBSD (#75659)Vitaly Buka3-0/+10
2023-12-17[cmake] Honor CMAKE_VERBOSE_MAKEFILE when building external projects (#75749)Dimitry Andric1-0/+5
2023-12-15Revert "[builtins][arm64] Build __init_cpu_features_resolver on Apple platfor...David Spickett1-88/+6
2023-12-14Fix comparing in instrprof-binary-correlate.cZequan Wu1-3/+8