aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/PostDominators.h
Commit message (Expand)AuthorAgeFilesLines
* Factor the dominator tree calculation details out into DominatorCalculation.h...Owen Anderson2007-09-231-6/+0
* Switch the internal "Info" map from an std::map to a DenseMap. ThisChris Lattner2007-08-051-1/+1
* switch the DomTreeNodes and IDoms maps in idom/postidom to a Chris Lattner2007-08-041-1/+1
* Break DominatorTree from ETNode.Devang Patel2007-06-121-24/+0
* s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/gDevang Patel2007-06-041-2/+2
* s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/gDevang Patel2007-06-031-3/+3
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-3/+3
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-3/+3
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-3/+9
* Tabs -> SpacesOwen Anderson2007-04-151-6/+6
* Remove ImmediateDominator analysis. The same information can be obtained fro...Owen Anderson2007-04-151-30/+16
* Completely purge DomSet. This is the (hopefully) final patch for PR1171.Owen Anderson2007-04-071-23/+0
* For PR780:Reid Spencer2006-06-071-7/+3
* Change from using a stub function to a stub variable for passing to theReid Spencer2006-06-011-2/+2
* Move some common data structures between dom and pdom into the base classNate Begeman2006-03-201-16/+0
* Fix PR681 by using the standard Lengauer and Tarjan algorithm for dominatorNate Begeman2006-03-111-32/+49
* Initial implementation of the ET-Forest data structure for dominators andChris Lattner2006-01-081-0/+23
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Doxygenify comments.Misha Brukman2004-02-291-16/+11
* Move this method out of the generic dominators calculation codeChris Lattner2003-12-071-0/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Do not segfault when the post-dominator tree is empty (ie, there are no returnChris Lattner2003-09-151-1/+2
* Rework dominator and post dominator information so that we do not have toChris Lattner2003-09-101-11/+15
* - Split Dominators.h into Dominators.h & PostDominators.hChris Lattner2002-08-211-0/+108