Go to file
Kuba Brecka dc7b607b09 [tsan] Fix Darwin GCD support after separation of Processor and ThreadState
Recent TSan changes (r267678) which factor out parts of ThreadState into a Processor structure broke worker threads on OS X.  This fixes it by properly calling ProcCreate for GCD worker threads and by replacing some CHECKs with RAW_CHECK in early process initialization.  CHECK() in TSan calls the allocator, which requires a valid Processor.

llvm-svn: 267864
2016-04-28 09:26:30 +00:00
clang [OPENMP] Simplified interface for codegen of tasks, NFC. 2016-04-28 09:23:51 +00:00
clang-tools-extra Add missing newline in clang-rename output. 2016-04-28 06:46:44 +00:00
compiler-rt [tsan] Fix Darwin GCD support after separation of Processor and ThreadState 2016-04-28 09:26:30 +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 prepare-builtins: Remove call to getGlobalContext() 2016-04-15 14:18:58 +00:00
libcxx Remove names of unreferenced parameters. Patch from STL@microsoft.com 2016-04-28 03:17:56 +00:00
libcxxabi Enable testing for static libc++abi 2016-04-19 12:47:38 +00:00
libunwind unwind: remove last instance of -Wexpansion-to-defined 2016-04-26 01:11:29 +00:00
lld Add comment. 2016-04-28 03:04:15 +00:00
lldb Revert "Fixed a bug where const this would cause parser errors about $__lldb_expr." 2016-04-28 08:16:19 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm [X86] Remove unused operand from a function and all its callers. NFC 2016-04-28 05:58:46 +00:00
openmp Remove architecture dependent Hwloc DEBUG section 2016-04-25 21:11:26 +00:00
polly [FIX] Propagate execution domain of invariant loads 2016-04-27 12:49:11 +00:00