index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
/
StringMap.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass StringRef by value.
Daniel Dunbar
2009-11-06
1
-3
/
+3
*
Move StringMap's string has function into StringExtras.h
Daniel Dunbar
2009-10-17
1
-16
/
+3
*
Convert StringMap to using StringRef for its APIs.
Daniel Dunbar
2009-07-23
1
-16
/
+10
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
stringmap memory managed with malloc now
Chris Lattner
2007-04-04
1
-1
/
+1
*
use calloc instead of new/memset, it is more efficient
Chris Lattner
2007-04-04
1
-4
/
+2
*
Extend StringMap to support being initialized as completely empty. When
Chris Lattner
2007-04-04
1
-2
/
+22
*
greatly reduce hte default size of stringmap.
Chris Lattner
2007-04-03
1
-1
/
+1
*
Add support for removing elements out of StringMap.
Chris Lattner
2007-02-11
1
-11
/
+52
*
Replace the ugly FindValue method with STL-like find methods.
Chris Lattner
2007-02-11
1
-0
/
+43
*
remove support for stringmap visitors now that iterators exist.
Chris Lattner
2007-02-11
1
-13
/
+0
*
add support for iterators.
Chris Lattner
2007-02-11
1
-2
/
+9
*
Rename CStringMap -> StringMap, since it now supports nul characters in the
Chris Lattner
2007-02-08
1
-8
/
+8
*
Allow cstringmap to contain strings with nul characters in them.
Chris Lattner
2007-02-08
1
-4
/
+5
*
wow, the link was already broken :)
Chris Lattner
2007-01-06
1
-1
/
+1
*
add a note
Chris Lattner
2007-01-06
1
-1
/
+4
*
add a highly efficient hash table that is specialized for mapping C strings
Chris Lattner
2006-10-29
1
-0
/
+134