aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/StringMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* stringmap memory managed with malloc nowChris Lattner2007-04-041-1/+1
* use calloc instead of new/memset, it is more efficientChris Lattner2007-04-041-4/+2
* Extend StringMap to support being initialized as completely empty. WhenChris Lattner2007-04-041-2/+22
* greatly reduce hte default size of stringmap.Chris Lattner2007-04-031-1/+1
* Add support for removing elements out of StringMap.Chris Lattner2007-02-111-11/+52
* Replace the ugly FindValue method with STL-like find methods.Chris Lattner2007-02-111-0/+43
* remove support for stringmap visitors now that iterators exist.Chris Lattner2007-02-111-13/+0
* add support for iterators.Chris Lattner2007-02-111-2/+9
* Rename CStringMap -> StringMap, since it now supports nul characters in theChris Lattner2007-02-081-8/+8
* Allow cstringmap to contain strings with nul characters in them.Chris Lattner2007-02-081-4/+5
* wow, the link was already broken :)Chris Lattner2007-01-061-1/+1
* add a noteChris Lattner2007-01-061-1/+4
* add a highly efficient hash table that is specialized for mapping C stringsChris Lattner2006-10-291-0/+134