Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Transforms / Utils / SimplifyCFG.cpp
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-10 Misha BrukmanFix spelling.
2003-09-08 Chris LattnerEliminate support for the llvm.unwind intrinisic, using...
2003-08-24 Chris LattnerImplement SimplifyCFG/InvokeEliminate.ll
2003-08-17 Chris LattnerFix bug: SimplifyCFG/2003-08-17-BranchFoldOrdering.ll
2003-08-05 Chris LattnerFix bug: SimplifyCFG/2003-08-05-InvokeCrash.ll
2003-04-23 Chris LattnerRemove unnecesary &*'s
2003-03-07 Chris LattnerFix bug: SimplifyCFG/2003-03-07-DominateProblem.ll
2003-03-05 Chris LattnerImplement CFGSimplify/PhiBlockMerge*.ll
2003-03-05 Chris LattnerImplement testcase CFGSimplify/EqualPHIEdgeBlockMerge.ll
2002-10-29 Misha BrukmanFix spelling of `propagate'.
2002-10-08 Chris LattnerChanges to support PHINode::removeIncoming changes
2002-09-24 Chris LattnerFix bug: SimplifyCFG/2002-09-24-PHIAssertion.ll
2002-09-24 Chris LattnerMinor cleanups
2002-07-29 Chris LattnerAllow folding of basic blocks that have PHI nodes in...
2002-06-25 Chris Lattner*** empty log message ***
2002-05-21 Chris LattnerAdd implementation of SimplifyCFG