Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename CStringMap -> StringMap, since it now supports nul characters in the | Chris Lattner | 2007-02-08 | 1 | -138/+0 |
| | | | | | | strings. llvm-svn: 34064 | ||||
* | Allow cstringmap to contain strings with nul characters in them. | Chris Lattner | 2007-02-08 | 1 | -4/+5 |
| | | | | llvm-svn: 34062 | ||||
* | wow, the link was already broken :) | Chris Lattner | 2007-01-06 | 1 | -1/+1 |
| | | | | llvm-svn: 32963 | ||||
* | add a note | Chris Lattner | 2007-01-06 | 1 | -1/+4 |
| | | | | llvm-svn: 32962 | ||||
* | add a highly efficient hash table that is specialized for mapping C strings | Chris Lattner | 2006-10-29 | 1 | -0/+134 |
to some other type. llvm-svn: 31286 |