summaryrefslogtreecommitdiff
path: root/lib/Analysis/DomPrinter.cpp
Commit message (Expand)AuthorAge
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-13
* remove the blank line from previous ci.Qirun Zhang2012-02-04
* test commit.Qirun Zhang2012-02-04
* split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner2011-01-02
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* 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
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* Convert some tab stops into spaces.Duncan Sands2010-07-12
* Remove dead code in the dotty dominance tree printer.Tobias Grosser2010-04-12
* Create Generic DOTGraphTraits Printer/ViewerTobias Grosser2010-01-16
* Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser2009-11-30
* Instantiate DefaultDOTGraphTraitsTobias Grosser2009-11-30
* Small PostDominatorTree improvementsTobias Grosser2009-11-30
* fix the other issue with ID's, hopefully really fixing the linux build.Chris Lattner2009-10-18
* fix some problems with ID definitions, which will hopefully fix the build bots.Chris Lattner2009-10-18
* add function passes for printing various dominator datastructuresChris Lattner2009-10-18