llvm-project/compiler-rt/lib
Kostya Kortchinsky 9e917a13fb [scudo] Add a shared runtime
Summary:
Up to now, the Scudo cmake target only provided a static library that had to be
linked to an executable to benefit from the hardened allocator.
This introduces a shared library as well, that can be LD_PRELOAD'ed.

Reviewers: alekseyshl

Reviewed By: alekseyshl

Subscribers: srhines, mgorny, llvm-commits

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

llvm-svn: 316342
2017-10-23 16:27:47 +00:00
..
BlocksRuntime [compiler-rt] Test commit: remove some trailing white spaces. 2017-08-25 19:36:30 +00:00
asan [Sanitizers] Add more details to ASan allocator stats report. 2017-10-13 18:38:10 +00:00
builtins [X86] Add Knights Mill CPU to cpu_indicator support to match libgcc. 2017-10-11 20:35:43 +00:00
cfi Limit CFI blacklist entries to specific CFI mode 2017-10-09 17:11:44 +00:00
dfsan [sanitizer_common] Move filesystem-related code out of sanitizer_common.cc 2017-07-22 01:46:40 +00:00
esan [esan] Use stack_t instead of struct sigaltstack (PR34011) 2017-08-22 21:54:37 +00:00
fuzzer [libFuzzer] print a better warning if we hit the ld bug 2017-10-14 00:07:11 +00:00
interception [cmake] [interception] Remove duplicate gtest from test COMPILE_DEPS 2017-10-12 18:51:41 +00:00
lsan Revert "[LSan] Detect dynamic loader by its base address." 2017-10-05 22:53:17 +00:00
msan [compiler-rt] Cleanup decorators 2017-09-11 20:55:49 +00:00
profile Use O_BINARY when opening GCDA file on Windows 2017-10-18 00:22:01 +00:00
safestack Enable SafeStack on NetBSD 2017-08-10 18:40:09 +00:00
sanitizer_common [asan] Increase kHandlerStackSize for TracerThreadSignalHandler 2017-10-15 04:18:29 +00:00
scudo [scudo] Add a shared runtime 2017-10-23 16:27:47 +00:00
stats Support compiler-rt builtins 2017-07-28 03:39:38 +00:00
tsan [tsan] Add Mutex annotation flag for constant-initialized __tsan_mutex_linker_init behavior 2017-10-20 12:08:53 +00:00
ubsan [sanitizer] Don't intercept signal and sigaction on Fuchsia 2017-10-09 18:29:52 +00:00
ubsan_minimal [ubsan-minimal] Make the interface more compatible with RTUBSan 2017-09-19 06:46:36 +00:00
xray [Compiler-rt][MIPS] Fix cross build for XRAY. 2017-10-22 09:37:50 +00:00
CMakeLists.txt [cmake] Add a separate CMake var to control profile runtime 2017-10-02 05:03:55 +00:00