aboutsummaryrefslogtreecommitdiffstats
path: root/tools/opt/GraphPrinters.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser2009-11-301-2/+1
* Instantiate DefaultDOTGraphTraitsTobias Grosser2009-11-301-0/+3
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-251-1/+1
* use raw_fd_ostream instead of fstream with graphwriter,Chris Lattner2009-08-231-2/+3
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-2/+1
* Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson2009-06-241-1/+2
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-181-2/+2
* Rationalize the names of passes that print information:Duncan Sands2008-09-231-1/+1
* Move dominator info printer into tool/opt/GraphPrinters.cppDevang Patel2008-06-301-0/+32
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+83