summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/Dominators.h
Commit message (Expand)AuthorAge
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Fix dominator descendants for unreachable blocks.Diego Novillo2013-12-02
* Add PostDominatorTree::getDescendants.Diego Novillo2013-11-26
* Add function DominatorTree::getDescendants(). Shuxin Yang2013-09-19
* Add some constantness.Jakub Staszak2013-03-05
* std::distance() == 0 means that iterators are equal. No functionality change.Jakub Staszak2013-03-05
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Fix doxygen comment to match parameters' names.Jakub Staszak2012-10-04
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Teach GVN to reason about edges dominating uses. This allows it to handle casesRafael Espindola2012-08-16
* Move BasicBlockEdge to the cpp file. No functionality change.Rafael Espindola2012-08-10
* The dominance computation already has logic for computing if an edge dominatesRafael Espindola2012-08-07
* Remove 'static' from inline functions defined in header files.Chandler Carruth2012-06-20
* Add forms of dominates and isReachableFromEntry that accept a UseDan Gohman2012-04-12
* Make dominatedBySlowTreeWalk private and assert cases handled by the caller.Rafael Espindola2012-04-02
* Add missing 'd'.Rafael Espindola2012-04-02
* Add a workaround for building with old versions of clang.Rafael Espindola2012-03-31
* Handle unreachable code in the dominates functions. This changes users whenRafael Espindola2012-03-30
* Avoid using dominatedBySlowTreeWalk.Rafael Espindola2012-03-24
* Change the implementation of dominates(inst, inst) to one based on what theRafael Espindola2012-02-26
* Don't call dominates on unreachable instructions.Rafael Espindola2012-02-26
* SCEVExpander fixes. Affects LSR and indvars.Andrew Trick2012-01-20
* Simplify code. No functionality change.Benjamin Kramer2012-01-04
* Change the Dominators recalculate() function to only rely on GraphTraitsAnna Zaks2011-12-05
* In the simpler version of the link-eval data structure that we use in dominatorCameron Zwarich2011-01-23
* Remove useless struct fields.Cameron Zwarich2011-01-23
* Remove friend declaration for removed function.Cameron Zwarich2011-01-23
* Put the Dominator improvements back in. They were not the cause of bootstrap ...Jakob Stoklund Olesen2011-01-11
* Speculatively revert the recent improvements to Dominators.h in an attempt to...Jakob Stoklund Olesen2011-01-11
* DominatorTree->print() now prints the status of the DFSNumbers correctlyTobias Grosser2011-01-09
* split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner2011-01-02
* Remove an unused member function.Cameron Zwarich2011-01-02
* Speed up dominator computation some more by optimizing bucket processing. WhenCameron Zwarich2011-01-02
* Constify.Dan Gohman2010-12-22
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Constify isReachableFromEntry.Dan Gohman2010-10-06
* Constify properlyDominates in the same manner as dominates.Dan Gohman2010-09-27
* typoesGabor Greif2010-09-10
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Add dump() to DominanceFrontierTobias Grosser2010-07-16
* fix clang selfhost issue (shadowing)Gabor Greif2010-07-09
* refactor type expressions and cache operator*'s resultGabor Greif2010-07-09
* Don't bother calling releaseMemory before destroying the DominatorTreeBase.Dan Gohman2010-06-18
* Fix coding style.Dan Gohman2010-03-24
* Generalize findNearestCommonDominator to work on post-dominators,Dan Gohman2010-03-24