Go to file
James Molloy b7efa6c227 [SimplifyCFG] Fix bootstrap failure after r280220
We check that a sinking candidate is used by only one PHI node during our legality checks. However for instructions that are used by other sinking candidates our heuristic is less conservative. This can result in a candidate actually being illegal when we come to sink it because of how we sunk a predecessor. Do the used-by-only-one-PHI checks again during sinking to ensure we don't crash.

llvm-svn: 280228
2016-08-31 12:33:48 +00:00
clang Revision r280064 adds new options -fdenormal-fp-math and passes through option 2016-08-31 12:31:03 +00:00
clang-tools-extra [clang-tidy] modernize-make-{smart_ptr} private ctor bugfix 2016-08-31 00:06:55 +00:00
compiler-rt Fix buildbot bug: Wasn't printing scariness for DoubleFree 2016-08-31 09:39:47 +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 configure.py: Add polaris10 and polaris11 2016-08-30 18:00:41 +00:00
libcxx [CMake] Copy headers relative to LLVM_BINARY_DIR 2016-08-30 16:51:34 +00:00
libcxxabi [CMake] Trying to fix the bots I broke 2016-08-29 22:26:00 +00:00
libunwind consistently add \n to log and trace messages 2016-08-30 15:38:10 +00:00
lld Delete DefinedBitcode. 2016-08-31 12:30:34 +00:00
lldb XFail new TestPyObjSynthProvider.py on linux until I can investigate the cause of the problem 2016-08-31 08:43:40 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [SimplifyCFG] Fix bootstrap failure after r280220 2016-08-31 12:33:48 +00:00
openmp Appease older gcc compilers for the many-microtask-args.c test 2016-08-30 19:28:58 +00:00
parallel-libs [StreamExecutor] Add Stream::blockHostUntilDone 2016-08-31 00:11:14 +00:00
polly Add forgotten image 2016-08-30 12:41:29 +00:00