aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/CStringMap.cpp
Commit message (Collapse)AuthorAgeFilesLines
* wow, the link was already broken :)Chris Lattner2007-01-061-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32963 91177308-0d34-0410-b5e6-96231b3b80d8
* add a noteChris Lattner2007-01-061-1/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32962 91177308-0d34-0410-b5e6-96231b3b80d8
* add a highly efficient hash table that is specialized for mapping C stringsChris Lattner2006-10-291-0/+134
to some other type. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31286 91177308-0d34-0410-b5e6-96231b3b80d8