summaryrefslogtreecommitdiff
path: root/lib/Support/StringMap.cpp
Commit message (Expand)AuthorAge
* Add some __builtin_expect magic to StringMap.Benjamin Kramer2012-08-29
* Fix PR13148, an inf-loop in StringMap.Chandler Carruth2012-06-19
* Switch StringMap from an array of structures to a structure of arrays.Benjamin Kramer2011-12-27
* Reset StringMap's NumTombstones on clears and rehashes.Jakob Stoklund Olesen2011-03-30
* Prevent infinite growth of SmallMap instances.Jakob Stoklund Olesen2011-03-30
* Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin2010-12-23
* Pass StringRef by value.Daniel Dunbar2009-11-06
* Move StringMap's string has function into StringExtras.hDaniel Dunbar2009-10-17
* Convert StringMap to using StringRef for its APIs.Daniel Dunbar2009-07-23
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* stringmap memory managed with malloc nowChris Lattner2007-04-04
* use calloc instead of new/memset, it is more efficientChris Lattner2007-04-04
* Extend StringMap to support being initialized as completely empty. WhenChris Lattner2007-04-04
* greatly reduce hte default size of stringmap.Chris Lattner2007-04-03
* Add support for removing elements out of StringMap.Chris Lattner2007-02-11
* Replace the ugly FindValue method with STL-like find methods.Chris Lattner2007-02-11
* remove support for stringmap visitors now that iterators exist.Chris Lattner2007-02-11
* add support for iterators.Chris Lattner2007-02-11
* Rename CStringMap -> StringMap, since it now supports nul characters in theChris Lattner2007-02-08
* Allow cstringmap to contain strings with nul characters in them.Chris Lattner2007-02-08
* wow, the link was already broken :)Chris Lattner2007-01-06
* add a noteChris Lattner2007-01-06
* add a highly efficient hash table that is specialized for mapping C stringsChris Lattner2006-10-29