add a highly efficient hash table that is specialized for mapping C strings
authorChris Lattner <sabre@nondot.org>
Sun, 29 Oct 2006 23:42:03 +0000 (23:42 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 29 Oct 2006 23:42:03 +0000 (23:42 +0000)
commit23d7b3611759c7fb3a853dfce3ee3d43ef5ca67d
tree8b2e968319a0671d89275467517447696cc311b9
parent9f617d64c5f3f2a0949f359f63b1cb3bff4b3a9b
add a highly efficient hash table that is specialized for mapping C strings
to some other type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31286 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/CStringMap.h [new file with mode: 0644]
include/llvm/ADT/StringMap.h [new file with mode: 0644]
lib/Support/CStringMap.cpp [new file with mode: 0644]
lib/Support/StringMap.cpp [new file with mode: 0644]