summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/CFGPrinter.h
Commit message (Expand)AuthorAge
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-04
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* GraphViz CFGPrinter: wrap long lines.Andrew Trick2013-11-12
* whitespaceAndrew Trick2013-11-12
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy2012-03-08
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-01
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-15
* Delete names for unused parameters in inline function definitions in headers,...Eli Friedman2011-11-04
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-11
* Remove tab characters and 80-col.Eric Christopher2010-07-12
* Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser2009-11-30
* Instantiate DefaultDOTGraphTraitsTobias Grosser2009-11-30
* Remove ":" after BB name in -view-cfg-onlyTobias Grosser2009-11-30
* Fix a copy+pasto in a comment.Dan Gohman2009-11-11
* in -dot-cfg and -dot-cfg-only, when rendering switch instructions,Chris Lattner2009-11-10
* make DOTGraphTraits public, patch by Tobias Grosser!Chris Lattner2009-10-18
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Remove trailing whitespaceMisha Brukman2005-04-21
* Because I like being able to instantiate the cfgprinter from external projects,Brian Gaeke2004-04-26