aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2020-09-25[msan] Skip memcpy interceptor called by gethostnameVitaly Buka3-4/+10
2020-09-25[lsan] Add interceptor for pthread_detach.Marco Vanotti4-0/+39
2020-09-25[profile] Add %t LLVM_PROFILE_FILE option to substitute $TMPDIRVedant Kumar2-6/+43
2020-09-25[msan] Remove redundant testVitaly Buka1-14/+0
2020-09-25[msan] Fix gethostent testsVitaly Buka1-0/+2
2020-09-24[NFC][RISCV][builtins] Remove some hard-coded values from i-cache clear routineAlexey Baturo1-1/+7
2020-09-24[asan][test] Disable malloc-no-intercept.c on SolarisRainer Orth2-6/+9
2020-09-23Revert "[lsan] On Fuchsia, don't use atexit hook for leak checks"Nikita Popov10-68/+24
2020-09-23[scudo][standalone] Fix tests under ASan/UBSanKostya Kortchinsky2-13/+21
2020-09-23asan: Use `#if` to test CAN_SANITIZE_LEAKSRoland McGrath2-5/+5
2020-09-23[lsan] On Fuchsia, don't use atexit hook for leak checksRoland McGrath10-21/+65
2020-09-22[RISCV][ASAN] implementation of ThreadSelf for riscv64Anatoly Parshintsev1-3/+11
2020-09-22[NFC] Reformat preprocessor directivesVitaly Buka1-40/+40
2020-09-22Revert "[RISCV][ASAN] implementation of ThreadSelf for riscv64"Vitaly Buka1-118/+113
2020-09-22[RISCV][ASAN] implementation of ThreadSelf for riscv64Anatoly Parshintsev1-113/+118
2020-09-22[RISCV][ASAN] implementation for vfork interceptor for riscv64Alexey Baturo4-4/+64
2020-09-22[RISCV][ASAN] implementation of clone interceptor for riscv64Anatoly Parshintsev2-3/+52
2020-09-22[RISCV][ASAN] implementation of internal syscalls wrappers for riscv64Anatoly Parshintsev2-0/+175
2020-09-22[RISCV][ASAN] updated platform macros to simplify detection of RISCV64 platformAnatoly Parshintsev3-4/+10
2020-09-22[sanitizers] Remove the message queue with IPC_RMID after D82897Fangrui Song1-0/+1
2020-09-22[Sanitizers] Fix test case that doesn't clean up after itselfNemanja Ivanovic1-0/+1
2020-09-22[compiler-rt][AIX] Add CMake support for 32-bit Power buildsDavid Tenty4-3/+12
2020-09-22[sanitizer_common] Add debug print to sysmsg.cMatt Morehouse1-0/+1
2020-09-22[scudo][standalone] Remove the pthread key from the shared TSDKostya Kortchinsky1-6/+1
2020-09-22[AIX][compiler-rt] Use the AR/ranlib mode flag for 32-bit and 64-bit modeDavid Tenty2-0/+18
2020-09-21[Coverage] Add empty line regions to SkippedRegionsZequan Wu3-3/+64
2020-09-21[compiler-rt] Fix atomic support functions on 32-bit architecturesAlex Richardson1-43/+37
2020-09-20[XRay] Change mips to use version 2 sled (PC-relative address)Fangrui Song2-54/+55
2020-09-19[scudo/standalone] Fix undefined behavior in checksum testRoland McGrath1-2/+2
2020-09-18[NFC][LSan] Add REQUIRES: linuxVitaly Buka1-1/+1
2020-09-18[NFC][Asan] Fix test broken by RegAllocFastVitaly Buka1-2/+1
2020-09-18[NFC][sanitizer] Don't use ::testing::internalVitaly Buka1-8/+4
2020-09-18[msan][asan] Add runtime flag intercept_strcmpVitaly Buka4-2/+46
2020-09-18scudo: Add an API for disabling memory initialization per-thread.Peter Collingbourne9-29/+119
2020-09-18[DFSan] Add strpbrk wrapper.Matt Morehouse3-0/+54
2020-09-18[NFC][gotsan] Fix 'format' errorVitaly Buka1-1/+1
2020-09-18[NFC][sanitizer] Disable a test on WindowsVitaly Buka1-1/+7
2020-09-18[sanitizer] Add facility to print the full StackDepotTeresa Johnson5-3/+49
2020-09-18[NFC][fuzzer] Simplify StrcmpTest.cppVitaly Buka1-3/+1
2020-09-17Revert "[sanitizer] Add facility to print the full StackDepot"Teresa Johnson4-40/+1
2020-09-17[sanitizer] Add facility to print the full StackDepotTeresa Johnson4-1/+40
2020-09-17[NFC][Lsan] Fix zero-sized array compilation errorVitaly Buka1-3/+3
2020-09-17[scudo/standalone] Don't define test main function for FuchsiaRoland McGrath1-4/+4
2020-09-17[Lsan] Use fp registers to search for pointersVitaly Buka3-16/+115
2020-09-17[DFSan] Add bcmp wrapper.Matt Morehouse3-14/+49
2020-09-17Revert "[DFSan] Add bcmp wrapper."Matt Morehouse3-31/+2
2020-09-17[DFSan] Add bcmp wrapper.Matt Morehouse3-2/+31
2020-09-17[compiler-rt] [scudo] Fix typo in function attributeKamil Rytarowski1-1/+1
2020-09-17[compiler-rt] [hwasan] Replace INLINE with inlineKamil Rytarowski1-1/+1
2020-09-17[compiler-rt] [netbsd] Include <sys/dkbad.h>Kamil Rytarowski1-0/+1