Go to file
Peter Collingbourne 592ee15e14 Support: Support LLVM_ENABLE_THREADS=0 in llvm/Support/thread.h.
Specifically, the header now provides llvm::thread, which is either a
typedef of std::thread or a replacement that calls the function synchronously
depending on the value of LLVM_ENABLE_THREADS.

llvm-svn: 246402
2015-08-31 00:09:01 +00:00
clang [OpenCL] Improve diagnostics detecting implicit vector conversion. 2015-08-30 18:06:39 +00:00
clang-tools-extra Updated to make use of the AST matcher instead of a custom matcher; NFC. 2015-08-28 19:40:30 +00:00
compiler-rt [compiler-rt] [tsan] Enable TSan for AArch64/42-bit VMA 2015-08-28 20:40:50 +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 Update mailing list reference. 2015-08-24 22:43:24 +00:00
libcxx Suppress clang warnings in some tests 2015-08-30 22:04:20 +00:00
libcxxabi Fix or disable C++11 tests in C++03 mode 2015-08-20 01:22:17 +00:00
libunwind [libunwind] Remove unused includes. 2015-08-27 06:58:31 +00:00
lld Turn resolution.s into an exhaustive testcase. 2015-08-30 23:17:30 +00:00
lldb Differential Review: http://reviews.llvm.org/D12363 2015-08-28 14:42:03 +00:00
llgo Update to new lists.llvm.org 2015-08-05 04:03:05 +00:00
llvm Support: Support LLVM_ENABLE_THREADS=0 in llvm/Support/thread.h. 2015-08-31 00:09:01 +00:00
openmp Add kmp_config.h.cmake 2015-08-28 19:24:39 +00:00
polly Traverse the SCoP to compute non-loop-carried domain conditions 2015-08-30 21:13:53 +00:00