Windows: Add support for unicode command lines
[oota-llvm.git] / lib / Support / StringMap.cpp
2012-08-29 Benjamin KramerAdd some __builtin_expect magic to StringMap.
2012-06-19 Chandler CarruthFix PR13148, an inf-loop in StringMap.
2011-12-27 Benjamin KramerSwitch StringMap from an array of structures to a struc...
2011-03-30 Jakob Stoklund OlesenReset StringMap's NumTombstones on clears and rehashes.
2011-03-30 Jakob Stoklund OlesenPrevent infinite growth of SmallMap instances.
2010-12-23 Jeffrey YasskinChange all self assignments X=X to (void)X, so that...
2009-11-06 Daniel DunbarPass StringRef by value.
2009-10-17 Daniel DunbarMove StringMap's string has function into StringExtras.h
2009-07-23 Daniel DunbarConvert StringMap to using StringRef for its APIs.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
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...