aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/Dominators.h
Commit message (Expand)AuthorAgeFilesLines
* In the simpler version of the link-eval data structure that we use in dominatorCameron Zwarich2011-01-231-7/+4
* Remove useless struct fields.Cameron Zwarich2011-01-231-4/+2
* Remove friend declaration for removed function.Cameron Zwarich2011-01-231-5/+0
* Put the Dominator improvements back in. They were not the cause of bootstrap ...Jakob Stoklund Olesen2011-01-111-5/+0
* Speculatively revert the recent improvements to Dominators.h in an attempt to...Jakob Stoklund Olesen2011-01-111-0/+5
* DominatorTree->print() now prints the status of the DFSNumbers correctlyTobias Grosser2011-01-091-1/+1
* split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner2011-01-021-202/+2
* Remove an unused member function.Cameron Zwarich2011-01-021-3/+0
* Speed up dominator computation some more by optimizing bucket processing. WhenCameron Zwarich2011-01-021-2/+0
* Constify.Dan Gohman2010-12-221-1/+1
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+4
* Constify isReachableFromEntry.Dan Gohman2010-10-061-2/+2
* Constify properlyDominates in the same manner as dominates.Dan Gohman2010-09-271-3/+22
* typoesGabor Greif2010-09-101-2/+2
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-3/+3
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-3/+3
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-3/+3
* Add dump() to DominanceFrontierTobias Grosser2010-07-161-0/+3
* fix clang selfhost issue (shadowing)Gabor Greif2010-07-091-3/+3
* refactor type expressions and cache operator*'s resultGabor Greif2010-07-091-9/+12
* Don't bother calling releaseMemory before destroying the DominatorTreeBase.Dan Gohman2010-06-181-1/+0
* Fix coding style.Dan Gohman2010-03-241-16/+17
* Generalize findNearestCommonDominator to work on post-dominators,Dan Gohman2010-03-241-6/+7
* Whitespace cleanups.Dan Gohman2010-03-011-24/+24
* Add assert to check dominance dfs numbers.Tobias Grosser2010-01-071-0/+7
* Remove workaround in PostDominatorsTobias Grosser2010-01-071-10/+4
* Fix DFS number calculation for postdominatorsTobias Grosser2010-01-071-23/+29
* Remove dead variable found by clang++.Benjamin Kramer2009-11-141-1/+0
* Make DominanceFrontier::addBasicBlock return the iterator for the newlyDan Gohman2009-10-241-2/+2
* add nodes_begin/end/iterator for dominfo, patch by Tobias Grosser!Chris Lattner2009-10-181-4/+23
* Move the dominator verification code out of special code embedded withinDan Gohman2009-09-281-0/+4
* move DominatorTree::dominates for instructions out of line,Chris Lattner2009-09-211-24/+3
* fix PR4915, a crash in -debug mode.Chris Lattner2009-09-081-1/+3
* Add const qualifiers to dominates' arguments.Dan Gohman2009-09-021-7/+11
* Be somewhat more consistent about const qualifiers.Dan Gohman2009-08-271-3/+4
* Strip trailing whitespace from blank lines.Dan Gohman2009-08-271-56/+56
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-3/+2
* eliminate the std::ostream form of WriteAsOperand and update clients.Chris Lattner2009-08-231-20/+7
* Fix a bunch of other places that used operator[] to test whetherDan Gohman2009-07-021-2/+3
* PR4317: Handle splits where the new block is unreachable correctly in Eli Friedman2009-06-031-2/+7
* Fix broken logic in DominatorTreeBase::Split. Part of PR4238.Eli Friedman2009-05-211-40/+7
* Fix indentation.Eli Friedman2009-05-211-20/+20
* When comparing DominanceFrontier's, advance iteratorsDuncan Sands2009-05-201-3/+4
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+0
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-3/+3
* Fix dom tree compare. Don't forget to compare children!Devang Patel2008-07-011-24/+36
* Fix typos in comments. Devang Patel2008-07-011-3/+3
* Add dom info verifier.Devang Patel2008-07-011-5/+108
* Add an isReachableFromEntry method.Owen Anderson2008-06-301-0/+4
* Check empty dominance frontier.Devang Patel2008-06-181-0/+3