llvm-project/compiler-rt/lib
Evgeniy Stepanov 7f6290ca9a [sanitizer] Recognize static TLS in __tls_get_addr interceptor.
Current code tries to find the dynamic TLS header to the left of the
TLS block without checking that it's not a static TLS allocation.

llvm-svn: 237495
2015-05-16 00:34:15 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [sanitizer] Recognize static TLS in __tls_get_addr interceptor. 2015-05-16 00:34:15 +00:00
builtins [Builtins] Implement f2h/h2f by jumping to trunc/extend. 2015-05-14 00:50:28 +00:00
dfsan Add dfsan_weak_hook_memcmp 2015-05-07 00:04:39 +00:00
interception [ASan/Win] Fix a CHECK failure when an exception is thrown from a callback passed to BindIoCompletionCallback 2015-03-17 16:50:59 +00:00
lsan [LSan] Add function attribute forgotten in r235728. 2015-04-24 19:45:46 +00:00
msan [sanitizer] Recognize static TLS in __tls_get_addr interceptor. 2015-05-16 00:34:15 +00:00
profile This change is the first of 3 patches to add support for specifying 2015-04-28 22:54:51 +00:00
sanitizer_common [sanitizer] Recognize static TLS in __tls_get_addr interceptor. 2015-05-16 00:34:15 +00:00
tsan [sanitizer] Recognize static TLS in __tls_get_addr interceptor. 2015-05-16 00:34:15 +00:00
ubsan [UBSan] Add missing header that defines SANITIZER_CAN_USE_PREINIT_ARRAY 2015-05-11 21:06:49 +00:00
CMakeLists.txt [UBSan] Embed UBSan into ASan runtime (compiler-rt part). 2015-04-01 22:42:36 +00:00
Makefile.mk Remove support for building sanitizers from Makefile/autoconf build on Linux. 2015-02-18 22:26:49 +00:00