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
/
Trie.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
1
-4
/
+2
*
Remove forgotten ShortNames in Trie and CompilationGraph
Tobias Grosser
2009-11-30
1
-2
/
+1
*
Make a few more LLVM headers parsable as standalone headers.
Douglas Gregor
2009-11-05
1
-0
/
+1
*
Fix some comments referring to std::cerr.
Daniel Dunbar
2009-08-03
1
-2
/
+2
*
Update for DOTGraphTraits changes.
Owen Anderson
2009-06-24
1
-1
/
+2
*
Fixed lint errors:
Misha Brukman
2009-02-20
1
-2
/
+6
*
No need for typedefs with enums in C++.
Dan Gohman
2008-03-13
1
-2
/
+2
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
More eye-candy stuff :)
Anton Korobeynikov
2007-12-20
1
-14
/
+9
*
Add iterators for child traversal.
Anton Korobeynikov
2007-12-20
1
-13
/
+29
*
Define addString() and lookup() out-of-line to dissuade the C++ compiler from...
Anton Korobeynikov
2007-12-16
1
-65
/
+71
*
Provide GraphTraits and DOTGraphTraits interface for Trie.
Anton Korobeynikov
2007-12-16
1
-54
/
+109
*
Use vector for child storage instead of map. This will also make
Anton Korobeynikov
2007-12-12
1
-19
/
+61
*
Remove Trie::Edge class. Now edge labels are stored into nodes itself.
Anton Korobeynikov
2007-12-11
1
-91
/
+85
*
Add first and really dirty version of generic Trie structure
Anton Korobeynikov
2007-12-11
1
-0
/
+223