add a note
[oota-llvm.git] / lib / Support / StringMap.cpp
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...