Don't attribute in file headers anymore. See llvmdev for the
[oota-llvm.git] / include / llvm / Analysis / PostDominators.h
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