aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/SimplifyCFG.cpp
AgeCommit message (Expand)Author
2003-04-23Remove unnecesary &*'sChris Lattner
2003-03-07Fix bug: SimplifyCFG/2003-03-07-DominateProblem.llChris Lattner
2003-03-05Implement CFGSimplify/PhiBlockMerge*.llChris Lattner
2003-03-05Implement testcase CFGSimplify/EqualPHIEdgeBlockMerge.llChris Lattner
2002-10-29Fix spelling of `propagate'.Misha Brukman
2002-10-08Changes to support PHINode::removeIncoming changesChris Lattner
2002-09-24Fix bug: SimplifyCFG/2002-09-24-PHIAssertion.llChris Lattner
2002-09-24Minor cleanupsChris Lattner
2002-07-29Allow folding of basic blocks that have PHI nodes in them, fixing "bug":Chris Lattner
2002-06-25*** empty log message ***Chris Lattner
2002-05-21Add implementation of SimplifyCFGChris Lattner