Implement SimplifyCFG/branch-cond-merge.ll
[oota-llvm.git] / lib / Transforms / Utils / SimplifyCFG.cpp
2004-05-01 Chris LattnerImplement SimplifyCFG/branch-cond-merge.ll
2004-05-01 Chris LattnerFix my missing parens
2004-05-01 Chris LattnerImplement SimplifyCFG/branch-cond-prop.ll
2004-04-09 Chris LattnerFold code like:
2004-04-02 Chris LattnerFix the obvious bug in my previous checkin
2004-04-02 Chris LattnerImplement Transforms/SimplifyCFG/return-merge.ll
2004-03-30 Chris LattnerNow that all the code generators support the select...
2004-03-17 Chris LattnerFix compilation of mesa, which I broke earlier today
2004-03-16 Chris LattnerDo not copy gigantic switch instructions
2004-02-28 Chris LattnerImplement switch->br and br->switch folding by ripping...
2004-02-26 Chris Lattnerturn things like:
2004-02-24 Chris LattnerIf a block is made dead, make sure to promptly remove it.
2004-02-24 Chris LattnerImplement SimplifyCFG/switch_switch_fold.ll
2004-02-24 Chris LattnerRearrange code a bit
2004-02-24 Chris LattnerImplement: test/Regression/Transforms/SimplifyCFG/switc...
2004-02-16 Chris LattnerImplement test/Regression/Transforms/SimplifyCFG/Uncond...
2004-02-11 Chris LattnerImplement SimplifyCFG/PhiEliminate.ll
2004-02-11 Chris LattnerThe hasConstantReferences predicate always returns...
2004-02-08 Chris Lattnerrename the "exceptional" destination of an invoke instr...
2004-01-09 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
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