More templatization.
[oota-llvm.git] / lib / Support / StringMap.cpp
2007-04-04 Chris Lattnerstringmap memory managed with malloc now
2007-04-04 Chris Lattneruse calloc instead of new/memset, it is more efficient
2007-04-04 Chris LattnerExtend StringMap to support being initialized as comple...
2007-04-03 Chris Lattnergreatly reduce hte default size of stringmap.
2007-02-11 Chris LattnerAdd support for removing elements out of StringMap.
2007-02-11 Chris LattnerReplace the ugly FindValue method with STL-like find...
2007-02-11 Chris Lattnerremove support for stringmap visitors now that iterator...
2007-02-11 Chris Lattneradd support for iterators.
2007-02-08 Chris LattnerRename CStringMap -> StringMap, since it now supports...
2007-02-08 Chris LattnerAllow cstringmap to contain strings with nul characters...
2007-01-06 Chris Lattnerwow, the link was already broken :)
2007-01-06 Chris Lattneradd a note
2006-10-29 Chris Lattneradd a highly efficient hash table that is specialized...