aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/SimplifyCFG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Finegrainify namespacificationChris Lattner2004-01-091-5/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Fix spelling.Misha Brukman2003-10-101-3/+3
* Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...Chris Lattner2003-09-081-25/+24
* Implement SimplifyCFG/InvokeEliminate.llChris Lattner2003-08-241-1/+36
* Fix bug: SimplifyCFG/2003-08-17-BranchFoldOrdering.llChris Lattner2003-08-171-1/+5
* Fix bug: SimplifyCFG/2003-08-05-InvokeCrash.llChris Lattner2003-08-051-1/+2
* Remove unnecesary &*'sChris Lattner2003-04-231-2/+2
* Fix bug: SimplifyCFG/2003-03-07-DominateProblem.llChris Lattner2003-03-071-2/+19
* Implement CFGSimplify/PhiBlockMerge*.llChris Lattner2003-03-051-10/+36
* Implement testcase CFGSimplify/EqualPHIEdgeBlockMerge.llChris Lattner2003-03-051-10/+24
* Fix spelling of `propagate'.Misha Brukman2002-10-291-3/+3
* Changes to support PHINode::removeIncoming changesChris Lattner2002-10-081-9/+2
* Fix bug: SimplifyCFG/2002-09-24-PHIAssertion.llChris Lattner2002-09-241-3/+4
* Minor cleanupsChris Lattner2002-09-241-7/+5
* Allow folding of basic blocks that have PHI nodes in them, fixing "bug":Chris Lattner2002-07-291-1/+11
* *** empty log message ***Chris Lattner2002-06-251-29/+26
* Add implementation of SimplifyCFGChris Lattner2002-05-211-0/+198