aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2022-01-14[sanitizer] msan build fix on non linux platformsDavid Carlier1-0/+1
2021-12-21[sanitizer] Disable test incompartible with recert GLIBCVitaly Buka1-2/+3
2021-12-21[sanitizer] Intercept lstat on LinuxVitaly Buka1-3/+3
2021-12-21[msan] Add stat-family interceptors on LinuxNikita Malyavin2-14/+25
2021-12-20[sanitizer] Don't test __pthread_mutex_lock with GLIBC 2.34Vitaly Buka1-1/+6
2021-12-20[asan] Fix "no matching function" on GCCVitaly Buka1-1/+1
2021-12-20[msan] Disabled test failing on new GLIBCVitaly Buka2-1/+4
2021-12-17[compiler-rt] Increase kDlsymAllocPoolSize to fix test failuresMichał Górny1-1/+1
2021-10-27compiler-rt: Fix arch detection for ppc64leTom Stellard1-1/+1
2021-09-17[compiler-rt] Implement __clear_cache() on OpenBSD/riscv64Jeremie Courreges-Anglas1-1/+8
2021-09-17[compiler-rt] Move -fno-omit-frame-pointer check to common config-ixMichał Górny2-1/+1
2021-09-09scudo: Only add no-omit-frame-pointer flags when the compiler supports themTom Stellard1-2/+5
2021-09-07Update counter offset to account for binary idsGulfem Savrun Yeniceri2-4/+6
2021-08-31[profile] Add static keyword to binary id functionsGulfem Savrun Yeniceri1-5/+6
2021-08-23[profile] Don't use pragma comment linker on mingwNikita Popov2-4/+1
2021-08-23[profile] Add underscore to /alternatename for Win/x86Arthur Eubanks1-3/+9
2021-08-23[profile] Build with -fms-extensions in MinGW modeMartin Storsjö1-0/+3
2021-08-23[scudo][standalone] Link tests against libatomic if libatomic existsAmy Kwan1-1/+4
2021-08-18[profile] Only use NT_GNU_BUILD_ID if supportedRainer Orth1-0/+10
2021-08-12[profile] Fix profile merging with binary IDsPetr Hosek4-7/+24
2021-08-09sanitizer_common: disable thread safety annotations for googletestDimitry Andric1-0/+8
2021-08-05Work around non-existence of ElfW(type) macro on FreeBSDDimitry Andric1-0/+9
2021-08-02Revert "sanitizers: increase .clang-format columns to 100"Dmitry Vyukov9-9/+0
2021-07-27[compiler-rt][hwasan][Fuchsia] Do not emit FindDynamicShadowStart for FuchsiaLeonard Chan1-0/+9
2021-07-27Revert "sanitizer_common: split LibIgnore into fast/slow paths"Dmitry Vyukov3-36/+26
2021-07-27Build libSupport with -Werror=global-constructors (NFC)Mehdi Amini1-1/+1
2021-07-26[compiler-rt][hwasan][fuchsia] Implement TagMemoryAligned for fuchsiaLeonard Chan1-0/+8
2021-07-26[compiler-rt][hwasan][fuchsia] Implement InitializeOsSupportLeonard Chan1-0/+4
2021-07-26[compiler-rt][hwasan][fuchsia] Define shadow bound globalsLeonard Chan1-0/+9
2021-07-26[compiler-rt][CMake][arm64] Use a custom target for symlinking LSE sourcesRaul Tambre2-4/+27
2021-07-26[ORC][ORC-RT] Add initial Objective-C and Swift support to MachOPlatform.Lang Hames3-8/+304
2021-07-24Revert D106195 "[dfsan] Add wrappers for v*printf functions"George Balatsouras3-55/+0
2021-07-24Re-re-re-apply "[ORC][ORC-RT] Add initial native-TLV support to MachOPlatform."Lang Hames5-4/+259
2021-07-23[compiler-rt][NFC] add debugging options to iossim_runEmily Shi1-1/+20
2021-07-23[NFC][compiler-rt] tidy up some whitespace in lit configEmily Shi1-4/+4
2021-07-23tsan: fix SANITIZER_DEBUG buildDmitry Vyukov1-3/+0
2021-07-23sanitizer_common: don't use [[no_unique_address]]Dmitry Vyukov1-7/+9
2021-07-23tsan: switch atexit mutex to the normal MutexDmitry Vyukov1-6/+4
2021-07-23tsan: switch to the new sanitizer_common mutexDmitry Vyukov18-516/+48
2021-07-23tsan: disable thread safety analysis in more functionsDmitry Vyukov5-30/+33
2021-07-23tsan: ignore interceptors in few more placesDmitry Vyukov2-0/+8
2021-07-23tsan: rename test Mutex to UserMutexDmitry Vyukov5-55/+50
2021-07-23sanitizer_common: add deadlock detection to the Mutex2Dmitry Vyukov2-1/+254
2021-07-22[compiler-rt] Fix lld dependency for sanitizersVitaly Buka4-7/+5
2021-07-23[profile] Add binary id into profilesGulfem Savrun Yeniceri9-7/+182
2021-07-22[dfsan] Add wrappers for v*printf functionsGeorge Balatsouras3-0/+56
2021-07-22[dfsan] Make warn_unimplemented off by defaultJianzhou Zhao2-2/+2
2021-07-22[asan] Modified ASAN_MEMORY_ACCESS_CALLBACK to use a function call to ReportG...Kirill Stoimenov1-6/+12
2021-07-22[NFC] Fix test build breakage on DarwinShu-Chun Weng1-19/+68
2021-07-22Fix TSAN signal interceptor out-of-bound accessShu-Chun Weng3-2/+254