Use SmallPtrSet instaed of std::set
[oota-llvm.git] / lib / VMCore / Dominators.cpp
2007-06-12 Devang PatelUse SmallPtrSet instaed of std::set
2007-06-12 Devang PatelCheck immediate dominators first while searching for...
2007-06-12 Devang PatelMaintain DFS number in DomTreeNode itself.
2007-06-11 Devang PatelAdd and use DominatorTreeBase::findNearestCommonDominat...
2007-06-08 Devang PatelUpdate LoopSimplify to require and preserve DominatorTr...
2007-06-07 Devang PatelAdd instruction level dominates(A,B) interface.
2007-06-07 Devang PatelMaintain ETNode as part of DomTreeNode.
2007-06-06 Devang PatelAdd new dominator tree node into dominator tree node...
2007-06-04 Devang PatelAdd FIXMEs.
2007-06-04 Devang Patels/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g
2007-06-03 Devang Patels/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g
2007-05-23 Devang PatelAdd dump() routines for debugging assistance.
2007-05-03 Devang PatelUse iterative while loop instead of recursive function...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-21 Devang PatelReset vertex.
2007-04-15 Owen AndersonTabs -> Spaces
2007-04-15 Owen AndersonRemove ImmediateDominator analysis. The same informati...
2007-04-14 Owen AndersonFix some unsafe code. Also, tabs -> spaces.
2007-04-14 Owen AndersonMake ETForest depend on DomTree rather than IDom. ...
2007-04-09 Chris LattnerConvert ImmediateDominators::DFSPass from being recursi...
2007-04-09 Chris Lattnerminor cleanups
2007-04-09 Owen AndersonMove isReachableFromEntry out of line to avoid an unnec...
2007-04-08 Owen AndersonRemove DomSet completely. This concludes work on PR1171.
2007-04-08 Nick LewyckyDon't crash when encountering a BasicBlock that hasn...
2007-04-07 Owen AndersonAdd DomSet back, and revert the changes to LoopSimplify...
2007-04-07 Owen AndersonCompletely purge DomSet. This is the (hopefully) final...
2007-03-28 Devang PatelIt is not possible to determine dominance between two...
2007-03-27 Devang PatelUse SmallPtrSet.
2007-03-27 Devang PatelSpell check.
2007-03-26 Devang PatelIt is not possible to determie dominance between two...
2007-03-26 Devang PatelUse std::vector<DFCalculateWorkObject> instead of
2007-03-20 Devang PatelDominanceFrontier::calculate().
2007-03-20 Devang PatelLoopSimplify::FindPHIToPartitionLoops()
2006-11-17 Bill WendlingRemoved iostream #includes. Replaced std::cerr with...
2006-09-22 Devang Patelremove extra white spaces.
2006-09-22 Devang PatelUse iterative algorith to assign DFS number. This reduces
2006-09-14 Devang PatelUndo previous check-in.
2006-09-14 Devang PatelAvoid recursion in assignDFSNumber(). Move def from...
2006-08-27 Chris LattnerEliminate RegisterAnalysis. RegisterPass now does...
2006-08-01 Chris LattnerAdd dominates/properlyDominates queries to IDom.
2006-06-07 Reid SpencerFor PR780:
2006-06-01 Reid SpencerChange from using a stub function to a stub variable...
2006-03-14 Chris LattnerFix an et-forest memory leak. Patch by Daniel Berlin.
2006-01-14 Chris LattnerChange ET-Forest to automatically recalculate its DFSnu...
2006-01-09 Chris LattnerBugfix for etforest updating. Contributed by Daniel...
2006-01-08 Chris LattnerInitial implementation of the ET-Forest data structure...
2005-12-26 Duraid Madinamore HP-UX cleanliness
2005-11-18 Chris LattnerThis requires proper dominance
2005-04-25 Chris LattnerMake dominates(A,B) work with post dominators. Patch...
2005-04-23 Jeff CohenEliminate tabs and trailing spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-12-07 Reid SpencerFor PR387:\
2004-10-14 Chris LattnerMake sure any client of Dominators.h links in Dominator...
2004-09-01 Reid SpencerChanges For Bug 352
2004-06-19 Chris Lattnercompute dominator tree children in a deterministic...
2004-06-19 Chris LattnerPrint out immediate dominators in program order, not...
2004-06-05 Chris LattnerAdd missing #include
2003-12-07 Chris LattnerThe recalclulate method was a nasty hack that was once...
2003-12-07 Chris LattnerCompletely rewrite domset, idom, and domtree implementa...
2003-11-21 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-09-20 Chris LattnerRename Function::getEntryNode -> getEntryBlock
2003-09-11 Chris LattnerRenamed DominatorTree::Node::getNode() -> getBlock()
2003-09-10 Chris LattnerRework dominator interfaces to handle changes in the...
2003-08-18 Chris LattnerDo not even attempt to compute dominator information...
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-05-22 Chris LattnerRemove using declarations and extraneous #includes
2003-05-12 Chris LattnerFix bug: Dominators/2003-05-12-UnreachableCode.ll
2002-10-08 Chris LattnerExpose new "recalculate" method from dominatorset
2002-10-04 Chris LattnerFix a nasty problem with dominance calculation for...
2002-09-29 Chris LattnerImprove printing of dominator sets
2002-09-26 Chris Lattner - Add methods to ImmediateDominators & DominatorTree...
2002-08-22 Chris LattnerFix bug: test/Regression/Assembler/2002-08-22-Dominance...
2002-08-21 Chris Lattner - Do not expose ::ID from any of the analyses anymore.
2002-08-02 Chris LattnerImplement dominator checking in the verifier, so that...
2002-08-02 Chris LattnerFix bug: test/Regression/Other/2002-08-02-DomSetProblem.ll
2002-08-02 Chris LattnerSplit dominance calculation and post dominance calculat...
2002-07-31 Chris Lattner*** empty log message ***
2002-07-30 Chris LattnerDeclare that these passes only depend on the CFG of...
2002-07-29 Chris Lattner* Eliminate the Provided set. All Passes now finally...
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-26 Chris Lattner*** empty log message ***
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-13 Chris LattnerAdd method to check to see if two _Instructions_ domina...
2002-05-07 Chris LattnerMove UnifyFunctionExitNodes to Utils library: final...
2002-05-07 Chris LattnerUpdates to move some header files out of include/llvm...
2002-05-06 Chris LattnerMark analyses that only depend on the CFG of a function
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-28 Chris LattnerEliminate the cfg namespace, moving LoopInfo, Dominator...
2002-04-28 Chris LattnerChange the Dominator info and LoopInfo classes to keep...
2002-04-27 Chris Lattners/Method/Function
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-05 Chris LattnerRemove generic routines to Support/SetOperations.h
next