aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DomPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-12/+34
* split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner2011-01-021-2/+0
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-8/+24
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-8/+8
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-8/+8
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-8/+8
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-8/+8
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-24/+25
* Convert some tab stops into spaces.Duncan Sands2010-07-121-2/+2
* Remove dead code in the dotty dominance tree printer.Tobias Grosser2010-04-121-25/+0
* Create Generic DOTGraphTraits Printer/ViewerTobias Grosser2010-01-161-56/+18
* Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser2009-11-301-16/+15
* Instantiate DefaultDOTGraphTraitsTobias Grosser2009-11-301-0/+10
* Small PostDominatorTree improvementsTobias Grosser2009-11-301-3/+9
* fix the other issue with ID's, hopefully really fixing the linux build.Chris Lattner2009-10-181-7/+6
* fix some problems with ID definitions, which will hopefully fix the build bots.Chris Lattner2009-10-181-7/+5
* add function passes for printing various dominator datastructuresChris Lattner2009-10-181-0/+268