Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e407736a065bd59d87c30da91e609583cb1cf552
/
llvm
/
lib
/
Support
/
StringMap.cpp
ffa24e0
Add some __builtin_expect magic to StringMap.
by Benjamin Kramer
· 13 years ago
198422a
Fix PR13148, an inf-loop in StringMap.
by Chandler Carruth
· 13 years ago
46236ee
Switch StringMap from an array of structures to a structure of arrays.
by Benjamin Kramer
· 14 years ago
846f950
Reset StringMap's NumTombstones on clears and rehashes.
by Jakob Stoklund Olesen
· 15 years ago
f587f44
Prevent infinite growth of SmallMap instances.
by Jakob Stoklund Olesen
· 15 years ago
9b43f33
Change all self assignments X=X to (void)X, so that we can turn on a
by Jeffrey Yasskin
· 15 years ago
ad36e8a
Pass StringRef by value.
by Daniel Dunbar
· 16 years ago
7766800
Move StringMap's string has function into StringExtras.h
by Daniel Dunbar
· 16 years ago
5bf72e2
Convert StringMap to using StringRef for its APIs.
by Daniel Dunbar
· 16 years ago
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
c770a02
stringmap memory managed with malloc now
by Chris Lattner
· 18 years ago
adf83a3
use calloc instead of new/memset, it is more efficient
by Chris Lattner
· 18 years ago
2376346
Extend StringMap to support being initialized as completely empty. When
by Chris Lattner
· 18 years ago
64df4ba
greatly reduce hte default size of stringmap.
by Chris Lattner
· 18 years ago
77baa56
Add support for removing elements out of StringMap.
by Chris Lattner
· 19 years ago
db08c1b
Replace the ugly FindValue method with STL-like find methods.
by Chris Lattner
· 19 years ago
9521fec
remove support for stringmap visitors now that iterators exist.
by Chris Lattner
· 19 years ago
e15605c
add support for iterators.
by Chris Lattner
· 19 years ago
751a420
Rename CStringMap -> StringMap, since it now supports nul characters in the
by Chris Lattner
· 19 years ago
[Renamed (91%) from llvm/lib/Support/CStringMap.cpp]
259ba20b
Allow cstringmap to contain strings with nul characters in them.
by Chris Lattner
· 19 years ago
dff39e5
wow, the link was already broken :)
by Chris Lattner
· 19 years ago
8a7183b
add a note
by Chris Lattner
· 19 years ago
149e666
add a highly efficient hash table that is specialized for mapping C strings
by Chris Lattner
· 19 years ago