Age | Commit message (Expand) | Author |
---|---|---|
2007-02-11 | Add support for removing elements out of StringMap. | Chris Lattner |
2007-02-11 | Replace the ugly FindValue method with STL-like find methods. | Chris Lattner |
2007-02-11 | remove support for stringmap visitors now that iterators exist. | Chris Lattner |
2007-02-11 | add support for iterators. | Chris Lattner |
2007-02-08 | Rename CStringMap -> StringMap, since it now supports nul characters in the | Chris Lattner |
2007-02-08 | Allow cstringmap to contain strings with nul characters in them. | Chris Lattner |
2007-01-06 | wow, the link was already broken :) | Chris Lattner |
2007-01-06 | add a note | Chris Lattner |
2006-10-29 | add a highly efficient hash table that is specialized for mapping C strings | Chris Lattner |