Go to file
Chandler Carruth 7cf5a37605 Revert r135217, which wasn't the correct fix for PR10358. With this
patch, we actually move the state-machine for the value set backwards
one step. This can pretty easily lead to infinite loops where we
continually try to propagate a bit, succeed for one iteration, but then
back up because we find an uninitialized use.

A reduced test case from PR10379 is included.

llvm-svn: 135359
2011-07-16 22:27:02 +00:00
clang Revert r135217, which wasn't the correct fix for PR10358. With this 2011-07-16 22:27:02 +00:00
compiler-rt <rdar://problem/9624306> clean up darwin platform to use xcrun. Set up variables in darwin_bni.mk. Use GetCNAVar in AppleBI.mk 2011-06-21 00:07:55 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Revert locale for apple back to original design, getting rid of now useless helper *_l functions 2011-07-15 14:46:11 +00:00
libcxxabi A stawman specification for libc++abi and status page 2011-07-14 20:16:50 +00:00
lldb Have SWIG generate autodoc strings with parameter types for all SB API objects by default. 2011-07-16 21:27:36 +00:00
llvm Silence compiler warnings. 2011-07-16 22:26:27 +00:00
polly (Test commit for polly) 2011-07-16 13:30:03 +00:00