aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Transforms/Utils/Local.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-4/+4
2012-12-04Sort the #include lines for unittest/...Chandler Carruth1-2/+1
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth1-2/+3
2011-03-30Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad1-4/+3
2011-03-30(Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad1-0/+1
2011-02-21Simplify RecursivelyDeleteDeadPHINode. The only functionality changeDuncan Sands1-0/+6
2011-02-20Make RecursivelyDeleteDeadPHINode delete a phi node that has no users and add aNick Lewycky1-0/+5
2011-02-20Teach RecursivelyDeleteDeadPHINodes to handle multiple self-references. PatchNick Lewycky1-0/+49