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