Go to file
David Majnemer ecc177788f Unix/Process: Don't use pthread_sigmask if we aren't built with threads
We won't link in pthreads if we weren't built with LLVM_ENABLE_THREADS
which means we won't get access to pthread_sigmask.  Use sigprocmask
instead.

llvm-svn: 219288
2014-10-08 08:48:43 +00:00
clang AST: Fix a typo (NFC) 2014-10-08 05:45:39 +00:00
clang-tools-extra Make clang-tidy's runCheckOnCode actually use the DiagnosticConsumer. 2014-10-07 15:49:36 +00:00
compiler-rt Avoid bashisms and switch to /bin/sh 2014-10-07 20:23:57 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Implement log1p builtin 2014-10-07 20:22:42 +00:00
libcxx Fix for PR 19616: 'tuple_cat of nested tuples fails in noexcept specification'. Thanks to Louis Dionne for the fix. 2014-10-07 21:42:12 +00:00
libcxxabi Use __atomic_exchange_n instead of Clang's __sync_swap 2014-10-03 20:03:47 +00:00
lld [ELF][AllArchs] Fix includes 2014-10-08 04:12:08 +00:00
lldb Minor comment change to test out svn access 2014-10-08 01:50:37 +00:00
llvm Unix/Process: Don't use pthread_sigmask if we aren't built with threads 2014-10-08 08:48:43 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly [Fix] Ignore forwarding alias sets in the alias set tracker. 2014-10-08 02:23:48 +00:00