index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
opt
/
GraphPrinters.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate several more unnecessary intptr_t casts.
Dan Gohman
2009-02-18
1
-2
/
+2
*
Rationalize the names of passes that print information:
Duncan Sands
2008-09-23
1
-1
/
+1
*
Move dominator info printer into tool/opt/GraphPrinters.cpp
Devang Patel
2008-06-30
1
-0
/
+32
*
remove attributions from tools.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+4
*
Need iostream to be included for the time being.
Bill Wendling
2006-11-17
1
-0
/
+1
*
For PR387:
Reid Spencer
2006-08-28
1
-0
/
+1
*
Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.
Chris Lattner
2006-08-27
1
-2
/
+2
*
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-05-24
1
-1
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-22
1
-5
/
+5
*
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-20
1
-2
/
+2
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
finegrainify namespacification
Chris Lattner
2004-04-12
1
-17
/
+16
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Delete the -print-cfg pass from this file
Chris Lattner
2003-10-22
1
-67
/
+2
*
fix file headers
Chris Lattner
2003-10-20
1
-1
/
+0
*
Added copyright header to all C++ source files.
John Criswell
2003-10-20
1
-0
/
+8
*
Implement a new -print-callgraph analysis that turns a callgraph into a dot
Chris Lattner
2002-11-04
1
-1
/
+45
*
- Implement a new -print-cfg option for analyze, that causes it to print the
Chris Lattner
2002-10-07
1
-0
/
+88