summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DomPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert "Extend CFGPrinter and CallPrinter with Heat Colors"Sean Fertile2018-06-291-4/+5
* Extend CFGPrinter and CallPrinter with Heat ColorsSean Fertile2018-06-291-5/+4
* [DomPrinter] Add a way to programmatically dump a dot representation.Davide Italiano2017-04-241-0/+16
* Introduce analysis pass to compute PostDominators in the new pass manager. NFCHongbin Zheng2016-02-251-10/+38
* Revert "Introduce analysis pass to compute PostDominators in the new pass man...Hongbin Zheng2016-02-251-38/+10
* Introduce analysis pass to compute PostDominators in the new pass manager. NFCHongbin Zheng2016-02-251-10/+38
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-131-12/+34
* remove the blank line from previous ci.Qirun Zhang2012-02-041-1/+0
* test commit.Qirun Zhang2012-02-041-0/+1
* 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
OpenPOWER on IntegriCloud