Changes For Bug 352
[oota-llvm.git] / lib / Transforms / Utils / LoopSimplify.cpp
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-15 Chris LattnerFix PR404 try #2
2004-07-15 Chris LattnerRevert previous patch until I get a bug fixed
2004-07-15 Chris LattnerFix PR404: Loop simplify is really slow on 252.eon
2004-04-18 Chris LattnerCorrect rewriting of exit blocks after my last patch
2004-04-18 Chris LattnerChange the ExitBlocks list from being explicitly contai...
2004-04-13 Chris LattnerFix LoopSimplify/2004-04-13-LoopSimplifyUpdateDomFronti...
2004-04-13 Chris LattnerRefactor code a bit to make it simpler and eliminate...
2004-04-13 Chris LattnerThis patch addresses PR35: Loop simplify should reconst...
2004-04-01 Chris LattnerRemove some assertions that are now bogus with the...
2004-04-01 Chris LattnerFix PR306: Loop simplify incorrectly updates dominator...
2004-03-16 Chris LattnerFix a regression from this patch:
2004-03-14 Chris LattnerIf a block is dead, dominators will not be calculated...
2004-03-13 Chris LattnerThis little patch speeds up the loop used to update...
2004-02-05 Chris LattnerFix another dominator update bug. These bugs keep...
2004-02-05 Chris LattnerFix bug updating dominators
2004-02-05 Chris LattnerFix PR223: Loopsimplify incorrectly updates dominator...
2004-02-04 Chris LattnerAdjust to the new BasicBlock ctor, which requires a...
2004-01-08 Chris LattnerImprove encapsulation in the Loop and LoopInfo classes...
2003-12-19 Chris LattnerGeneralize a special case to fix PR187
2003-12-10 Chris LattnerFinegrainify namespacification
2003-12-09 Chris LattnerDo not insert one entry PHI nodes in split exit blocks!
2003-11-21 Chris LattnerMinor cleanups and simplifications
2003-11-20 Chris LattnerStart using the nicer terminator auto-insertion API
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-13 Chris LattnerAdd support to the loop canonicalization pass to make...
2003-10-12 Chris LattnerRename loop preheaders pass to loop simplify
2003-10-12 Chris LattnerFile is renamed to LoopSimplify.cpp
2003-10-12 Chris LattnerFirst step in renaming the preheaders pass to loopsimplify
2003-10-12 Chris LattnerThe preheader insertion pass only depends on the CFG...
2003-10-10 Misha BrukmanFix spelling.
2003-09-11 Chris LattnerRenamed DominatorTree::Node::getNode() -> getBlock()
2003-09-09 Misha BrukmanSpell `occurrence' correctly.
2003-08-18 Chris LattnerFix grammar, add comment
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-05-12 Chris LattnerFix bug: LoopPreheaders/2003-05-12-PreheaderExitOfChild.ll
2003-04-23 Chris LattnerRemove unnecesary &*'s
2003-02-28 Chris LattnerFix bug I introduced yesterday :(
2003-02-28 Chris LattnerFix bug: LICM/2003-02-27-PreheaderExitNodeUpdate.ll
2003-02-27 Chris LattnerFix bug: 2003-02-27-PreheaderExitNodeUpdate.ll by updat...
2003-02-27 Chris LattnerAdd a new assertion to check that stuff is happening...
2003-02-27 Chris Lattner * Don't forget to update Loop information!
2003-02-27 Chris Lattner * Significant changes to the preheader insertion pass:
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-09-29 Chris LattnerFix major bugs in dominator set & tree information...
2002-09-26 Chris LattnerChange pass name to something sane
2002-09-26 Chris LattnerCheckin new loop-preheader insertion pass.