summaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)Author
2022-01-14[sanitizer] msan build fix on non linux platformsDavid Carlier
2021-12-21[sanitizer] Disable test incompartible with recert GLIBCVitaly Buka
2021-12-21[sanitizer] Intercept lstat on LinuxVitaly Buka
2021-12-21[msan] Add stat-family interceptors on LinuxNikita Malyavin
2021-12-20[sanitizer] Don't test __pthread_mutex_lock with GLIBC 2.34Vitaly Buka
2021-12-20[asan] Fix "no matching function" on GCCVitaly Buka
2021-12-20[msan] Disabled test failing on new GLIBCVitaly Buka
2021-12-17[compiler-rt] Increase kDlsymAllocPoolSize to fix test failuresMichał Górny
2021-10-27compiler-rt: Fix arch detection for ppc64leTom Stellard
2021-09-17[compiler-rt] Implement __clear_cache() on OpenBSD/riscv64Jeremie Courreges-Anglas
2021-09-17[compiler-rt] Move -fno-omit-frame-pointer check to common config-ixMichał Górny
2021-09-09scudo: Only add no-omit-frame-pointer flags when the compiler supports themTom Stellard
2021-09-07Update counter offset to account for binary idsGulfem Savrun Yeniceri
2021-08-31[profile] Add static keyword to binary id functionsGulfem Savrun Yeniceri
2021-08-23[profile] Don't use pragma comment linker on mingwNikita Popov
2021-08-23[profile] Add underscore to /alternatename for Win/x86Arthur Eubanks
2021-08-23[profile] Build with -fms-extensions in MinGW modeMartin Storsjö
2021-08-23[scudo][standalone] Link tests against libatomic if libatomic existsAmy Kwan
2021-08-18[profile] Only use NT_GNU_BUILD_ID if supportedRainer Orth
2021-08-12[profile] Fix profile merging with binary IDsPetr Hosek
2021-08-09sanitizer_common: disable thread safety annotations for googletestDimitry Andric
2021-08-05Work around non-existence of ElfW(type) macro on FreeBSDDimitry Andric
2021-08-02Revert "sanitizers: increase .clang-format columns to 100"Dmitry Vyukov
2021-07-27[compiler-rt][hwasan][Fuchsia] Do not emit FindDynamicShadowStart for FuchsiaLeonard Chan
2021-07-27Revert "sanitizer_common: split LibIgnore into fast/slow paths"Dmitry Vyukov
2021-07-27Build libSupport with -Werror=global-constructors (NFC)Mehdi Amini
2021-07-26[compiler-rt][hwasan][fuchsia] Implement TagMemoryAligned for fuchsiaLeonard Chan
2021-07-26[compiler-rt][hwasan][fuchsia] Implement InitializeOsSupportLeonard Chan
2021-07-26[compiler-rt][hwasan][fuchsia] Define shadow bound globalsLeonard Chan
2021-07-26[compiler-rt][CMake][arm64] Use a custom target for symlinking LSE sourcesRaul Tambre
2021-07-26[ORC][ORC-RT] Add initial Objective-C and Swift support to MachOPlatform.Lang Hames
2021-07-24Revert D106195 "[dfsan] Add wrappers for v*printf functions"George Balatsouras
2021-07-24Re-re-re-apply "[ORC][ORC-RT] Add initial native-TLV support to MachOPlatform."Lang Hames
2021-07-23[compiler-rt][NFC] add debugging options to iossim_runEmily Shi
2021-07-23[NFC][compiler-rt] tidy up some whitespace in lit configEmily Shi
2021-07-23tsan: fix SANITIZER_DEBUG buildDmitry Vyukov
2021-07-23sanitizer_common: don't use [[no_unique_address]]Dmitry Vyukov
2021-07-23tsan: switch atexit mutex to the normal MutexDmitry Vyukov
2021-07-23tsan: switch to the new sanitizer_common mutexDmitry Vyukov
2021-07-23tsan: disable thread safety analysis in more functionsDmitry Vyukov
2021-07-23tsan: ignore interceptors in few more placesDmitry Vyukov
2021-07-23tsan: rename test Mutex to UserMutexDmitry Vyukov
2021-07-23sanitizer_common: add deadlock detection to the Mutex2Dmitry Vyukov
2021-07-22[compiler-rt] Fix lld dependency for sanitizersVitaly Buka
2021-07-23[profile] Add binary id into profilesGulfem Savrun Yeniceri
2021-07-22[dfsan] Add wrappers for v*printf functionsGeorge Balatsouras
2021-07-22[dfsan] Make warn_unimplemented off by defaultJianzhou Zhao
2021-07-22[asan] Modified ASAN_MEMORY_ACCESS_CALLBACK to use a function call to ReportG...Kirill Stoimenov
2021-07-22[NFC] Fix test build breakage on DarwinShu-Chun Weng
2021-07-22Fix TSAN signal interceptor out-of-bound accessShu-Chun Weng