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
/
DepthFirstIterator.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
Simplify this code.
Dan Gohman
2011-03-01
1
-2
/
+1
*
Revert r111394. It was too aggressive.
Jakob Stoklund Olesen
2010-08-18
1
-9
/
+0
*
Aggressively prune the DFS when inserting phi-defs.
Jakob Stoklund Olesen
2010-08-18
1
-0
/
+9
*
Add df_iterator::getPathLength and getPath as a way of getting a path from the
Jakob Stoklund Olesen
2010-08-18
1
-0
/
+10
*
Clean up the minor mess I caused with removing iterator.h. I shall take care ...
Gabor Greif
2009-08-27
1
-3
/
+4
*
enhance DepthFirstIterator to support more robust operations in the face
Chris Lattner
2009-07-23
1
-23
/
+49
*
add some inline methods for infix operators on sparse vectors,
Chris Lattner
2009-03-21
1
-8
/
+4
*
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
*
Use references in DF iterators. This eliminates copy-ctor calls on huge objec...
Anton Korobeynikov
2007-12-15
1
-16
/
+20
*
Have internal df_iterator's use SmallPtrSet instead of std::set. This provid...
Owen Anderson
2007-06-21
1
-3
/
+5
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-11
/
+11
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-6
/
+6
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+3
*
Added LLVM notice.
John Criswell
2003-10-20
1
-0
/
+7
*
Add missing default argument
Chris Lattner
2003-10-13
1
-1
/
+1
*
add support for "external" depth first iterators, which store the 'visited' set
Chris Lattner
2003-10-13
1
-11
/
+99
*
Extricate the "reverse" support from the depth-first iterator. This is really
Chris Lattner
2003-10-13
1
-55
/
+38
*
Standardize header file comments
Chris Lattner
2003-09-30
1
-1
/
+1
*
Fix another accessibility problem illuminated by GCC 3.3
Chris Lattner
2003-07-25
1
-1
/
+1
*
Regularize the names of #include-guards.
Brian Gaeke
2003-06-17
1
-2
/
+2
*
Don't #include <Support/*>, #include "Support/*"
Chris Lattner
2002-10-28
1
-1
/
+1
*
Changes to build with GCC 3.1
Chris Lattner
2002-07-24
1
-3
/
+5
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-7
/
+7
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-0
/
+147