Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Analysis / CFGPrinter.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-08-20 Andrew TrickTweak CFGPrinter to wrap very long names.
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2013-11-12 Andrew TrickGraphViz CFGPrinter: wrap long lines.
2013-11-12 Andrew Trickwhitespace
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-03-08 Stepan DyatkovskiyTaken into account Duncan's comments for r149481 dated...
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2011-11-04 Eli FriedmanDelete names for unused parameters in inline function...
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2010-07-12 Eric ChristopherRemove tab characters and 80-col.
2009-11-30 Tobias GrosserRemove ShortNames from getNodeLabel in DOTGraphTraits
2009-11-30 Tobias GrosserInstantiate DefaultDOTGraphTraits
2009-11-30 Tobias GrosserRemove ":" after BB name in -view-cfg-only
2009-11-11 Dan GohmanFix a copy+pasto in a comment.
2009-11-10 Chris Lattnerin -dot-cfg and -dot-cfg-only, when rendering switch...
2009-10-18 Chris Lattnermake DOTGraphTraits public, patch by Tobias Grosser!
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-04-26 Brian GaekeBecause I like being able to instantiate the cfgprinter...