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
/
include
/
llvm
/
ADT
/
StringMap.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable the string map copy ctor and assignment operators,
Chris Lattner
2007-07-22
1
-1
/
+16
*
use calloc instead of new/memset, it is more efficient
Chris Lattner
2007-04-04
1
-1
/
+1
*
Extend StringMap to support being initialized as completely empty. When
Chris Lattner
2007-04-04
1
-11
/
+24
*
add new ShouldRehash method to factor out common code. Fix the dtor to not
Chris Lattner
2007-02-11
1
-12
/
+14
*
do not allow hash table to be filled with tombstones.
Chris Lattner
2007-02-11
1
-4
/
+10
*
Add support for removing elements out of StringMap.
Chris Lattner
2007-02-11
1
-1
/
+42
*
Replace the ugly FindValue method with STL-like find methods.
Chris Lattner
2007-02-11
1
-5
/
+16
*
remove support for stringmap visitors now that iterators exist.
Chris Lattner
2007-02-11
1
-10
/
+0
*
add iterator support, plus support for size() and empty().
Chris Lattner
2007-02-11
1
-1
/
+75
*
Split StringMapEntry construction out of StringMap, into StringMapEntry.
Chris Lattner
2007-02-11
1
-28
/
+55
*
Rename CStringMap -> StringMap, since it now supports nul characters in the
Chris Lattner
2007-02-08
1
-17
/
+17
*
Allow cstringmap to contain strings with nul characters in them.
Chris Lattner
2007-02-08
1
-28
/
+57
*
add a method
Chris Lattner
2006-10-30
1
-0
/
+8
*
add newline at end of file
Chris Lattner
2006-10-29
1
-1
/
+2
*
add a highly efficient hash table that is specialized for mapping C strings
Chris Lattner
2006-10-29
1
-0
/
+144