index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
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
-0
/
+138