Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
6dd29e08f7d4e0c0f10086ca8b315d9b51a77a45
/
lib
/
Support
/
StringMap.cpp
12ba806
stringmap memory managed with malloc now
by Chris Lattner
· 18 years ago
d2f197d
use calloc instead of new/memset, it is more efficient
by Chris Lattner
· 18 years ago
794a014
Extend StringMap to support being initialized as completely empty. When
by Chris Lattner
· 18 years ago
ef4c916
greatly reduce hte default size of stringmap.
by Chris Lattner
· 18 years ago
44dcd01
Add support for removing elements out of StringMap.
by Chris Lattner
· 19 years ago
b5bb9f5
Replace the ugly FindValue method with STL-like find methods.
by Chris Lattner
· 19 years ago
360cac8
remove support for stringmap visitors now that iterators exist.
by Chris Lattner
· 19 years ago
a86559e
add support for iterators.
by Chris Lattner
· 19 years ago
bb28a81
Rename CStringMap -> StringMap, since it now supports nul characters in the
by Chris Lattner
· 19 years ago
ee18242
Allow cstringmap to contain strings with nul characters in them.
by Chris Lattner
· 19 years ago
41a4429
wow, the link was already broken :)
by Chris Lattner
· 19 years ago
38742b9
add a note
by Chris Lattner
· 19 years ago
23d7b36
add a highly efficient hash table that is specialized for mapping C strings
by Chris Lattner
· 19 years ago