summaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/DomPrinter.cpp
AgeCommit message (Expand)Author
2025-04-21[LLVM] Cleanup pass initialization for Analysis passes (#135858)Rahul Joshi
2022-05-16[DomPrinter] Migrate -dot-dom to the new pass manager.Yang Keao
2022-05-09[PassManager] Implement DOTGraphTraitsViewer under NPMMichael Kruse
2022-01-05Introduce NewPM .dot printers for DomTreeDaniil Suchkov
2021-11-02Revert "[NFC] Remove LinkAll*.h"Arthur Eubanks
2021-11-02[NFC] Remove LinkAll*.hArthur Eubanks
2020-04-06[CFGPrinter][CallPrinter][polly] Adding distinct structure for CFGDOTInfoKirill Naumov
2019-11-13Sink all InitializePasses.h includesReid Kleckner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-29Revert "Extend CFGPrinter and CallPrinter with Heat Colors"Sean Fertile
2018-06-29Extend CFGPrinter and CallPrinter with Heat ColorsSean Fertile
2017-04-24[DomPrinter] Add a way to programmatically dump a dot representation.Davide Italiano
2016-02-25Introduce analysis pass to compute PostDominators in the new pass manager. NFCHongbin Zheng
2016-02-25Revert "Introduce analysis pass to compute PostDominators in the new pass man...Hongbin Zheng
2016-02-25Introduce analysis pass to compute PostDominators in the new pass manager. NFCHongbin Zheng
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2014-01-13[PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth
2012-02-04remove the blank line from previous ci.Qirun Zhang
2012-02-04test commit.Qirun Zhang
2011-01-02split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson
2010-10-07Now with fewer extraneous semicolons!Owen Anderson
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson
2010-07-12Convert some tab stops into spaces.Duncan Sands
2010-04-12Remove dead code in the dotty dominance tree printer.Tobias Grosser
2010-01-16Create Generic DOTGraphTraits Printer/ViewerTobias Grosser
2009-11-30Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser
2009-11-30Instantiate DefaultDOTGraphTraitsTobias Grosser
2009-11-30Small PostDominatorTree improvementsTobias Grosser
2009-10-18fix the other issue with ID's, hopefully really fixing the linux build.Chris Lattner
2009-10-18fix some problems with ID definitions, which will hopefully fix the build bots.Chris Lattner
2009-10-18add function passes for printing various dominator datastructuresChris Lattner