llvm-project/compiler-rt/lib
Dmitry Vyukov 46ebecc1fe tsan: work around known bug in libstdc++
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58066

llvm-svn: 202403
2014-02-27 14:43:31 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [asan] *experimental* implementation of invalid-pointer-pair detector (finds when two unrelated pointers are compared or subtracted). This implementation has both false positives and false negatives and is not tuned for performance. A bug report for a proper implementation will follow. 2014-02-27 12:45:36 +00:00
builtins Undef helper macros after using them. 2014-02-26 20:38:24 +00:00
dfsan Update sanitizers' bash scripts. 2014-02-25 12:09:25 +00:00
interception [sanitizer] Interception macros for sanitizers on FreeBSD; patch by Viktor Kutuzov 2014-02-24 08:37:41 +00:00
lsan AdjustStackSizeLinux() is used in Lsan, Tsan and Msan non-Linux-specific code so it seems it should have more generic name and moved to a common scope. 2014-02-24 08:53:26 +00:00
msan Reapply r201910. MSVC gets __func__ defined explicitly, even though it 2014-02-26 20:33:22 +00:00
msandr [msandr] Access app TLS directly in native exec mode. 2014-01-20 13:09:29 +00:00
profile Add an environment variable to override the default profile output file. 2014-02-20 19:52:32 +00:00
sanitizer_common tsan: work around known bug in libstdc++ 2014-02-27 14:43:31 +00:00
tsan [sanitizer] do not acquire a global mutex in deadlock detector when dealing with Unlock (it is essentially a thread-local operation) 2014-02-27 14:38:42 +00:00
ubsan Enable UBSan on FreeBSD. Patch by Viktor Kutuzov. 2014-02-25 08:29:36 +00:00
CMakeLists.txt Revert r201783 until all FreeBSD fixes are submitted. 2014-02-26 07:50:28 +00:00
Makefile.mk Move original compiler-rt functions (libgcc replacement) to lib/builtins directory 2014-02-14 09:20:33 +00:00