aboutsummaryrefslogtreecommitdiffstats
path: root/tools/opt/GraphPrinters.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+4
* Need iostream to be included for the time being.Bill Wendling2006-11-171-0/+1
* For PR387:Reid Spencer2006-08-281-0/+1
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-271-2/+2
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-241-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-221-5/+5
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-2/+2
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* finegrainify namespacificationChris Lattner2004-04-121-17/+16
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Delete the -print-cfg pass from this fileChris Lattner2003-10-221-67/+2
* fix file headersChris Lattner2003-10-201-1/+0
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8
* Implement a new -print-callgraph analysis that turns a callgraph into a dotChris Lattner2002-11-041-1/+45
* - Implement a new -print-cfg option for analyze, that causes it to print theChris Lattner2002-10-071-0/+88