summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/PostDominators.h
Commit message (Expand)AuthorAge
...
* Initial implementation of the ET-Forest data structure for dominators andChris Lattner2006-01-08
* Remove trailing whitespaceMisha Brukman2005-04-21
* Doxygenify comments.Misha Brukman2004-02-29
* Move this method out of the generic dominators calculation codeChris Lattner2003-12-07
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* Do not segfault when the post-dominator tree is empty (ie, there are no returnChris Lattner2003-09-15
* Rework dominator and post dominator information so that we do not have toChris Lattner2003-09-10
* - Split Dominators.h into Dominators.h & PostDominators.hChris Lattner2002-08-21