index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
opt
/
PrintSCC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Output "external node" rather than "Indirect CallGraph node" when printing
Duncan Sands
2010-06-09
1
-1
/
+1
*
Change Pass::print to take a raw ostream instead of std::ostream,
Chris Lattner
2009-08-23
1
-2
/
+2
*
Switch some clients to Value::getName(), and other getName() user
Daniel Dunbar
2009-07-22
1
-1
/
+1
*
Convert more tools code from cerr and cout to errs() and outs().
Dan Gohman
2009-07-16
1
-12
/
+12
*
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
-6
/
+6
*
remove attributions from tools.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Drop 'const'
Devang Patel
2007-05-03
1
-4
/
+4
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-4
/
+4
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+7
*
Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.
Chris Lattner
2006-08-27
1
-2
/
+2
*
For PR872:
Reid Spencer
2006-08-18
1
-0
/
+105