llvm-project/compiler-rt/lib
Kostya Serebryany 1ca948a2b4 Add new ASAN_OPTION: sleep_after_init.
Summary: As mentioned in https://github.com/google/sanitizers/issues/834, suggested option can be handy for debugging.

Reviewers: kcc

Reviewed By: kcc

Subscribers: llvm-commits, kubamracek

Differential Revision: https://reviews.llvm.org/D35409

llvm-svn: 309854
2017-08-02 18:48:45 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan Add new ASAN_OPTION: sleep_after_init. 2017-08-02 18:48:45 +00:00
builtins This ppc64 implementation of clear_cache works for both big and little endian. 2017-08-02 18:13:59 +00:00
cfi Remove STL/microsoft-specific CFI blacklist entries 2017-07-31 20:39:32 +00:00
dfsan [sanitizer_common] Move filesystem-related code out of sanitizer_common.cc 2017-07-22 01:46:40 +00:00
esan Refactor MemoryMappingLayout::Next to use a single struct instead of output parameters. NFC. 2017-07-11 18:54:00 +00:00
interception [sanitizer_common] Fuchsia support for interceptors 2017-08-01 21:15:19 +00:00
lsan Support compiler-rt builtins 2017-07-28 03:39:38 +00:00
msan [msan] Reverting D36093 2017-07-31 22:46:01 +00:00
profile Change INSTR_PROF_DEFAULT_NUM_VAL_PER_SITE from 8 to 16. 2017-07-28 15:00:30 +00:00
safestack [compiler-rt] Do not introduce __sanitizer namespace globally 2016-09-15 21:02:18 +00:00
sanitizer_common [sanitizer_common] Fuchsia-specific implementation of SanitizerCoverage 2017-08-02 07:51:38 +00:00
scudo [scudo] Check for pvalloc overflow 2017-07-25 21:18:02 +00:00
stats Support compiler-rt builtins 2017-07-28 03:39:38 +00:00
tsan [sanitizers test CMake] further refactor testing CMake for tsan 2017-07-28 17:38:44 +00:00
ubsan [ubsan] Enable UBSan build for Fuchsia 2017-08-01 20:48:36 +00:00
xray [XRay][compiler-rt] Remove use of std::mutex and std::shared_ptr from global scope. 2017-08-02 04:51:40 +00:00
CMakeLists.txt Don't build tsan/dd when COMPILER_RT_HAS_TSAN is false 2017-06-27 21:10:46 +00:00