index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
/
Trie.h
Age
Commit message (
Expand
)
Author
2012-09-05
Removed Trie.h; unused in a long time
Marshall Clow
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2009-11-30
Remove forgotten ShortNames in Trie and CompilationGraph
Tobias Grosser
2009-11-05
Make a few more LLVM headers parsable as standalone headers.
Douglas Gregor
2009-08-03
Fix some comments referring to std::cerr.
Daniel Dunbar
2009-06-24
Update for DOTGraphTraits changes.
Owen Anderson
2009-02-20
Fixed lint errors:
Misha Brukman
2008-03-13
No need for typedefs with enums in C++.
Dan Gohman
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-20
More eye-candy stuff :)
Anton Korobeynikov
2007-12-20
Add iterators for child traversal.
Anton Korobeynikov
2007-12-16
Define addString() and lookup() out-of-line to dissuade the C++ compiler from...
Anton Korobeynikov
2007-12-16
Provide GraphTraits and DOTGraphTraits interface for Trie.
Anton Korobeynikov
2007-12-12
Use vector for child storage instead of map. This will also make
Anton Korobeynikov
2007-12-11
Remove Trie::Edge class. Now edge labels are stored into nodes itself.
Anton Korobeynikov
2007-12-11
Add first and really dirty version of generic Trie structure
Anton Korobeynikov