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
/
PrintSCC.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
-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
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-4
/
+4
*
For PR387:\
Reid Spencer
2004-12-07
1
-2
/
+2
*
Finegrainify namespacification
Chris Lattner
2004-09-20
1
-7
/
+4
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-07-04
1
-0
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Rename TarjanSCCIterator -> scc_iterator
Chris Lattner
2003-08-31
1
-9
/
+10
*
Don't explicitly use the SCC class
Chris Lattner
2003-08-31
1
-2
/
+2
*
The SCC::HasLoop method is now in the main iterator
Chris Lattner
2003-08-31
1
-7
/
+7
*
The tarjan iterator now returns a reference to the current SCC, not a possibl...
Chris Lattner
2003-08-31
1
-2
/
+2
*
Indent classes correctly in the namespace
Chris Lattner
2003-08-31
1
-46
/
+56
*
* Cleanups
Chris Lattner
2003-08-31
1
-38
/
+30
*
Simple passes that print out SCCs in the CFGs or in the CallGraph of a module.
Vikram S. Adve
2002-11-04
1
-0
/
+93