Go to file
Peter Collingbourne 4cfa086df2 Support: Clean up TSan annotations.
Remove support for Valgrind-based TSan, which hasn't been maintained for a
few years. We now use the TSan annotations only if LLVM is compiled with
-fsanitize=thread. We no longer need the weak function definitions as we
are guaranteed that our program is linked directly with the TSan runtime.

Differential Revision: http://reviews.llvm.org/D12121

llvm-svn: 245374
2015-08-18 22:31:24 +00:00
clang Fix for MSVC 2015-08-18 22:10:49 +00:00
clang-tools-extra We no longer need a custom matcher for this; use the builtin AST matcher instead. NFC, and existing tests should cover this change. 2015-08-18 20:27:44 +00:00
compiler-rt [Sanitizer] Initialize common flags to default values in unit tests. 2015-08-18 21:54:32 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Remove files accidentally not removed in r244310 2015-08-13 23:43:12 +00:00
libcxx Move atomic_support.h and config_elast.h into src/include 2015-08-18 21:08:54 +00:00
libcxxabi Revert r243752, it broke running tests on OS X (PR24491). 2015-08-18 18:29:33 +00:00
libunwind Enable zero-cost exceptions on non-Apple arm64 platforms 2015-08-13 14:21:03 +00:00
lld COFF: Use ErrorOr::operator* instead of ErrorOr::get. 2015-08-18 09:18:15 +00:00
lldb Quiet build warnings on MacOSX. 2015-08-18 22:30:25 +00:00
llgo Update to new lists.llvm.org 2015-08-05 04:03:05 +00:00
llvm Support: Clean up TSan annotations. 2015-08-18 22:31:24 +00:00
openmp D11990: Lock-free start of serialized parallel regions 2015-08-18 10:08:27 +00:00
polly Update test case multidim_indirect_access.ll 2015-08-18 21:08:41 +00:00