summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/StringMap.h
Commit message (Expand)AuthorAge
...
* Add a helper useful when mapping from a map element to its hash node.Chris Lattner2007-09-30
* Disable the string map copy ctor and assignment operators,Chris Lattner2007-07-22
* use calloc instead of new/memset, it is more efficientChris Lattner2007-04-04
* Extend StringMap to support being initialized as completely empty. WhenChris Lattner2007-04-04
* add new ShouldRehash method to factor out common code. Fix the dtor to notChris Lattner2007-02-11
* do not allow hash table to be filled with tombstones.Chris Lattner2007-02-11
* Add support for removing elements out of StringMap.Chris Lattner2007-02-11
* Replace the ugly FindValue method with STL-like find methods.Chris Lattner2007-02-11
* remove support for stringmap visitors now that iterators exist.Chris Lattner2007-02-11
* add iterator support, plus support for size() and empty().Chris Lattner2007-02-11
* Split StringMapEntry construction out of StringMap, into StringMapEntry.Chris Lattner2007-02-11
* Rename CStringMap -> StringMap, since it now supports nul characters in theChris Lattner2007-02-08
* Allow cstringmap to contain strings with nul characters in them.Chris Lattner2007-02-08
* add a methodChris Lattner2006-10-30
* add newline at end of fileChris Lattner2006-10-29
* add a highly efficient hash table that is specialized for mapping C stringsChris Lattner2006-10-29