aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ADT/Trie.h
AgeCommit message (Expand)Author
2012-09-05Removed Trie.h; unused in a long timeMarshall Clow
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper
2009-11-30Remove forgotten ShortNames in Trie and CompilationGraphTobias Grosser
2009-11-05Make a few more LLVM headers parsable as standalone headers.Douglas Gregor
2009-08-03Fix some comments referring to std::cerr.Daniel Dunbar
2009-06-24Update for DOTGraphTraits changes.Owen Anderson
2009-02-20Fixed lint errors:Misha Brukman
2008-03-13No need for typedefs with enums in C++.Dan Gohman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-20More eye-candy stuff :)Anton Korobeynikov
2007-12-20Add iterators for child traversal.Anton Korobeynikov
2007-12-16Define addString() and lookup() out-of-line to dissuade the C++ compiler from...Anton Korobeynikov
2007-12-16Provide GraphTraits and DOTGraphTraits interface for Trie.Anton Korobeynikov
2007-12-12Use vector for child storage instead of map. This will also makeAnton Korobeynikov
2007-12-11Remove Trie::Edge class. Now edge labels are stored into nodes itself.Anton Korobeynikov
2007-12-11Add first and really dirty version of generic Trie structureAnton Korobeynikov