summaryrefslogtreecommitdiff
path: root/tools/opt/GraphPrinters.cpp
Commit message (Expand)AuthorAge
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Need iostream to be included for the time being.Bill Wendling2006-11-17
* For PR387:Reid Spencer2006-08-28
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-27
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-24
* Remove trailing whitespaceMisha Brukman2005-04-22
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Changes For Bug 352Reid Spencer2004-09-01
* finegrainify namespacificationChris Lattner2004-04-12
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Delete the -print-cfg pass from this fileChris Lattner2003-10-22
* fix file headersChris Lattner2003-10-20
* Added copyright header to all C++ source files.John Criswell2003-10-20
* Implement a new -print-callgraph analysis that turns a callgraph into a dotChris Lattner2002-11-04
* - Implement a new -print-cfg option for analyze, that causes it to print theChris Lattner2002-10-07