Go to file
Michael Kruse c993739e0d Fix non-affine generated entering node not being recognized as dominating
Scalar reloads in the generated entering block were not recognized as
dominating the subregions locks when there were multiple entering
nodes. This resulted in values defined in there not being copied.

As a fix, we unconditionally add the BBMap of the generated entering
node to the generated entry. This fixes part of llvm.org/PR25439.

This reverts 252449 and reapplies r252445. Its test was failing
indeterministically due to r252375 which was reverted in r252522.

llvm-svn: 252540
2015-11-09 23:33:40 +00:00
clang [CMake] Support passing CMAKE_VERBOSE_MAKEFILE through to bootstrap builds. 2015-11-09 22:43:10 +00:00
clang-tools-extra Rewording some of this documentation to describe the check instead of try to rationalize the behavior of the check. The links already provide sufficient rationale. 2015-11-09 18:04:34 +00:00
compiler-rt [CMake] Removing extra underscore. 2015-11-09 23:20:43 +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 integer: remove explicit casts from _MIN definitions 2015-10-06 19:12:12 +00:00
libcxx Mark LWG#2486 as complete. Eric did this as part of r242959 2015-11-09 20:49:15 +00:00
libcxxabi Fix LIBCXXABI_HAS_NO_THREADS configuration. 2015-10-14 19:21:38 +00:00
libunwind Make it possible to use libunwind without heap. 2015-11-09 06:57:29 +00:00
lld Use llvm provided read and write functions. 2015-11-09 21:43:00 +00:00
lldb Use PythonDataObjects in swig helper functions. 2015-11-09 23:23:52 +00:00
llgo debug: Update for debug info API change. 2015-11-05 22:04:20 +00:00
llvm add a SelectionDAG method to check if no common bits are set in two nodes; NFCI 2015-11-09 23:31:38 +00:00
openmp Fixes to wait-loop code 2015-11-09 16:31:51 +00:00
polly Fix non-affine generated entering node not being recognized as dominating 2015-11-09 23:33:40 +00:00