Go to file
Hans Wennborg 4ab4a8e63a Fix PR10103: Less code for enum type translation.
In cases such as the attached test, where the case value for a switch
destination is used in a phi node that follows the destination, it
might be better to replace that value with the condition value of the
switch, so that more blocks can be folded away with
TryToSimplifyUncondBranchFromEmptyBlock because there are less
conflicts in the phi node.

llvm-svn: 133344
2011-06-18 10:28:47 +00:00
clang Remove more unnecessary dependencies now that the Frontend -> ARCMigrate 2011-06-18 09:07:35 +00:00
compiler-rt Missed a rename here 4 args instead of 3. 2011-06-17 23:19:18 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Provide names for template and function parameters in forward declarations. The purpose is to aid automated documentation tools. 2011-06-14 19:58:17 +00:00
libcxxabi Clean up the vector tests 2011-06-13 17:57:10 +00:00
lldb Added a new format for displaying an array of characters: eFormatCharArray 2011-06-17 23:50:44 +00:00
llvm Fix PR10103: Less code for enum type translation. 2011-06-18 10:28:47 +00:00
polly www: Fix path to git repository. 2011-06-08 22:46:40 +00:00