dwarfdump: Added macro support to llvm-dwarfdump tool.
[oota-llvm.git] / lib / Support / StringMap.cpp
2015-02-23 Benjamin KramerSync the __builtin_expects for our 3 quadratically...
2014-06-23 David BlaikieRecommit 211309 (StringMap::insert), reverted in 211328...
2014-06-20 Rafael EspindolaRevert "Add StringMap::insert(pair) consistent with...
2014-06-19 David BlaikieAdd StringMap::insert(pair) consistent with the standar...
2014-04-09 Craig Topper[C++11] Replace some comparisons with 'nullptr' with...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
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...