aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/SimplifyCFG.cpp
AgeCommit message (Expand)Author
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-10Fix spelling.Misha Brukman
2003-09-08Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...Chris Lattner
2003-08-24Implement SimplifyCFG/InvokeEliminate.llChris Lattner
2003-08-17Fix bug: SimplifyCFG/2003-08-17-BranchFoldOrdering.llChris Lattner
2003-08-05Fix bug: SimplifyCFG/2003-08-05-InvokeCrash.llChris Lattner
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