#
2376346a |
| 04-Apr-2007 |
Chris Lattner <sabre@nondot.org> |
Extend StringMap to support being initialized as completely empty. When initialized this way, they do not do a malloc to allocate their buckets.
llvm-svn: 35642
|
#
64df4ba4 |
| 03-Apr-2007 |
Chris Lattner <sabre@nondot.org> |
greatly reduce hte default size of stringmap.
llvm-svn: 35632
|
#
77baa56a |
| 11-Feb-2007 |
Chris Lattner <sabre@nondot.org> |
Add support for removing elements out of StringMap.
llvm-svn: 34185
|
#
db08c1bc |
| 11-Feb-2007 |
Chris Lattner <sabre@nondot.org> |
Replace the ugly FindValue method with STL-like find methods.
llvm-svn: 34183
|
#
9521fec8 |
| 11-Feb-2007 |
Chris Lattner <sabre@nondot.org> |
remove support for stringmap visitors now that iterators exist.
llvm-svn: 34180
|
#
e15605cc |
| 11-Feb-2007 |
Chris Lattner <sabre@nondot.org> |
add support for iterators.
llvm-svn: 34179
|
#
751a4201 |
| 08-Feb-2007 |
Chris Lattner <sabre@nondot.org> |
Rename CStringMap -> StringMap, since it now supports nul characters in the strings.
llvm-svn: 34064
|