aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/StringMap.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-10-17Move StringMap's string has function into StringExtras.hDaniel Dunbar1-16/+3
2009-07-23Convert StringMap to using StringRef for its APIs.Daniel Dunbar1-16/+10
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-04-04stringmap memory managed with malloc nowChris Lattner1-1/+1
2007-04-04use calloc instead of new/memset, it is more efficientChris Lattner1-4/+2
2007-04-04Extend StringMap to support being initialized as completely empty. WhenChris Lattner1-2/+22
2007-04-03greatly reduce hte default size of stringmap.Chris Lattner1-1/+1
2007-02-11Add support for removing elements out of StringMap.Chris Lattner1-11/+52
2007-02-11Replace the ugly FindValue method with STL-like find methods.Chris Lattner1-0/+43
2007-02-11remove support for stringmap visitors now that iterators exist.Chris Lattner1-13/+0
2007-02-11add support for iterators.Chris Lattner1-2/+9
2007-02-08Rename CStringMap -> StringMap, since it now supports nul characters in theChris Lattner1-0/+138