Go to file
Jakob Stoklund Olesen f2407aa98b Fix a non-deterministic loop in llvm::MergeBlockIntoPredecessor.
DT->changeImmediateDominator() trivially ignores identity updates, so there is
really no need for the uniqueing provided by SmallPtrSet.

I expect this to fix PR8954.

llvm-svn: 123286
2011-01-11 22:54:38 +00:00
clang Set unnamed_addr in VTTs. 2011-01-11 22:29:55 +00:00
compiler-rt Add missing <stdint.h> to build properly on Solaris. Patch by Joakim Johansson 2011-01-07 19:09:06 +00:00
debuginfo-tests Test case for r123199. 2011-01-11 00:31:01 +00:00
libcxx fix guard 2011-01-11 20:02:45 +00:00
lldb Bumped Xcode versions to lldb-39 and debugserver-125. 2011-01-10 19:28:56 +00:00
llvm Fix a non-deterministic loop in llvm::MergeBlockIntoPredecessor. 2011-01-11 22:54:38 +00:00