index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
opt
/
GraphPrinters.cpp
Age
Commit message (
Expand
)
Author
2009-02-18
Eliminate several more unnecessary intptr_t casts.
Dan Gohman
2008-09-23
Rationalize the names of passes that print information:
Duncan Sands
2008-06-30
Move dominator info printer into tool/opt/GraphPrinters.cpp
Devang Patel
2007-12-29
remove attributions from tools.
Chris Lattner
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2006-11-17
Need iostream to be included for the time being.
Bill Wendling
2006-08-28
For PR387:
Reid Spencer
2006-08-27
Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.
Chris Lattner
2006-05-24
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2005-04-22
Remove trailing whitespace
Misha Brukman
2004-09-20
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-04-12
finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-22
Delete the -print-cfg pass from this file
Chris Lattner
2003-10-20
fix file headers
Chris Lattner
2003-10-20
Added copyright header to all C++ source files.
John Criswell
2002-11-04
Implement a new -print-callgraph analysis that turns a callgraph into a dot
Chris Lattner
2002-10-07
- Implement a new -print-cfg option for analyze, that causes it to print the
Chris Lattner