summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/DOTGraphTraitsPass.h
Commit message (Expand)AuthorAge
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Don't make F_None the default.Rafael Espindola2014-02-24
* [PM] Add a really simple trait to the DOTGraphTraitsPass class templatesChandler Carruth2013-11-26
* [PM] Re-format this code with clang-format before making substantialChandler Carruth2013-11-26
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-13
* Added -view-callgraph module pass.Andrew Trick2013-01-11
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-15
* Remove WriteGraph's Name argument, which it didn't use, andDan Gohman2010-09-27
* 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
* Create Generic DOTGraphTraits Printer/ViewerTobias Grosser2010-01-16