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
/
include
/
llvm
/
ADT
/
SCCIterator.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
reenable r101565, removing a problematic assertion.
Chris Lattner
2010-04-17
1
-3
/
+2
*
building on the new CallGraphSCC abstraction, teach CallGraphSCCPassManager
Chris Lattner
2010-04-16
1
-0
/
+9
*
move ReplaceNode out of line, rename scc_iterator::fini -> isAtEnd().
Chris Lattner
2010-04-16
1
-4
/
+4
*
tidy up
Chris Lattner
2010-04-16
1
-23
/
+25
*
Convert debug messages to use dbgs(). Generally this means
David Greene
2009-12-23
1
-2
/
+2
*
1. Allow SCCIterator to work with GraphT types that are constant.
Duncan Sands
2009-11-17
1
-4
/
+14
*
switch scciterator to use DenseMap instead of std::map
Chris Lattner
2009-09-15
1
-2
/
+2
*
eliminate all 80-col violations that I have introduced in my recent checkins ...
Gabor Greif
2009-08-27
1
-2
/
+4
*
Clean up the minor mess I caused with removing iterator.h. I shall take care ...
Gabor Greif
2009-08-27
1
-3
/
+2
*
remove a few DOUTs here and there.
Chris Lattner
2009-08-23
1
-2
/
+2
*
Fixed lint errors:
Misha Brukman
2009-02-20
1
-1
/
+1
*
For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"
Anton Korobeynikov
2008-05-29
1
-1
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Support for llvm_ostreams.
Bill Wendling
2006-11-28
1
-4
/
+4
*
Silence a warning on x86-64, reported by chandlerc.
Chris Lattner
2006-08-06
1
-1
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-9
/
+9
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-6
/
+6
*
Add namespace qualifier
Chris Lattner
2003-11-13
1
-1
/
+1
*
Minor cleanups
Chris Lattner
2003-11-13
1
-43
/
+38
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM notice.
John Criswell
2003-10-20
1
-0
/
+7
*
Rename TarjanSCCIterator -> scc_iterator
Chris Lattner
2003-08-31
1
-19
/
+18
*
ELIMINATE the SCC class completely. One less thing deriving from std::vector
Chris Lattner
2003-08-31
1
-25
/
+9
*
Move the HasLoop method from the SCC class to the iterator class
Chris Lattner
2003-08-31
1
-12
/
+13
*
* Cleanups
Chris Lattner
2003-08-31
1
-21
/
+14
*
Remove usage of unsigned long: unsigned should be enough!
Chris Lattner
2003-08-31
1
-23
/
+23
*
This file uses cerr without including <iostream>. Since it's just for debugg...
Chris Lattner
2003-08-31
1
-5
/
+5
*
Including statistics into an anonymous namespace that gets #included into
Chris Lattner
2003-08-01
1
-10
/
+1
*
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-30
1
-1
/
+0
*
Remove a ton of extraneous #includes
Chris Lattner
2003-06-22
1
-4
/
+4
*
Regularize the names of #include-guards.
Brian Gaeke
2003-06-17
1
-2
/
+2
*
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-06-11
1
-0
/
+1
*
Bug fix in operator==() and in method fini().
Vikram S. Adve
2002-12-06
1
-4
/
+5
*
Fix warning
Chris Lattner
2002-11-15
1
-3
/
+1
*
Add tarj_end() method
Chris Lattner
2002-11-10
1
-0
/
+5
*
Generic graph iterator to enumerate the SCCs of a graph
Vikram S. Adve
2002-11-04
1
-0
/
+221