Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / Analysis / PostDominators.h
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2011-04-05 Chris Lattnerremove postdom frontiers, because it is dead. Forward...
2011-01-02 Chris Lattnersplit dom frontier handling stuff out to its own Domina...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-03-07 Tobias GrosserAdd findNearestCommonDominator() for PostDominators.
2010-01-11 Tobias GrosserRemove trailing white spaces in post dominators header...
2010-01-11 Tobias GrosserAdd getNode() to post dominators.
2009-11-30 Tobias GrosserSmall PostDominatorTree improvements
2009-10-18 Chris Lattneradd nodes_begin/end/iterator for dominfo, patch by...
2009-09-27 Dan GohmanAdd dominates and releaseMemory member functions to...
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-23 Chris Lattnereliminate the std::ostream form of WriteAsOperand and...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-05-29 Owen AndersonForce postdom to be linked into opt and bugpoint, even...
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2008-05-03 Torok EdwinImplement destructor for PostDominatorTree to eliminate...
2008-03-19 Devang PatelPassInfo keep tracks whether a pass is an analysis...
2008-03-19 Devang PatelDo not use virtual function to identify an analysis...
2008-03-18 Devang PatelIdentify Analysis pass.
2008-02-27 Dan GohmanAdd -analyze support to postdomtree.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-23 Owen AndersonMake DomTreeBase not a FunctionPass.
2007-10-23 Owen AndersonMake DomTree and PostDomTree thin wrappers around DomTr...
2007-10-16 Owen AndersonTemplate DominatorTreeBase by node type. This is the...
2007-10-03 Owen AndersonCompletely merge the implementation details of DomTree...
2007-10-03 Owen AndersonFactor some code from the DomTree and PostDomTree calcu...
2007-09-28 Owen AndersonHave PostDomTree use the newly templated DFSPass.
2007-09-24 Owen AndersonMerge significant portions of the DomTree and PostDomTr...
2007-09-23 Owen AndersonFactor the calculation details for PostDomTree out...
2007-09-23 Owen AndersonFactor the dominator tree calculation details out into...
2007-08-05 Chris LattnerSwitch the internal "Info" map from an std::map to...
2007-08-04 Chris Lattnerswitch the DomTreeNodes and IDoms maps in idom/postidom...
2007-06-12 Devang PatelBreak DominatorTree from ETNode.
2007-06-04 Devang Patels/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g
2007-06-03 Devang Patels/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g
2007-05-06 Nick LewyckyFix typo in comment.
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-15 Owen AndersonTabs -> Spaces
2007-04-15 Owen AndersonRemove ImmediateDominator analysis. The same informati...
2007-04-07 Owen AndersonCompletely purge DomSet. This is the (hopefully) final...
2006-06-07 Reid SpencerFor PR780:
2006-06-01 Reid SpencerChange from using a stub function to a stub variable...
2006-03-20 Nate BegemanMove some common data structures between dom and pdom...
2006-03-11 Nate BegemanFix PR681 by using the standard Lengauer and Tarjan...
2006-01-08 Chris LattnerInitial implementation of the ET-Forest data structure...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-02-29 Misha BrukmanDoxygenify comments.
2003-12-07 Chris LattnerMove this method out of the generic dominators calculat...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerStandardize header file comments
2003-09-15 Chris LattnerDo not segfault when the post-dominator tree is empty...
2003-09-10 Chris LattnerRework dominator and post dominator information so...
2002-08-21 Chris Lattner - Split Dominators.h into Dominators.h & PostDominators.h