1. 2a79116 Fix PR13148, an inf-loop in StringMap. by Chandler Carruth · 13 years ago
  2. c894b02 Switch StringMap from an array of structures to a structure of arrays. by Benjamin Kramer · 14 years ago
  3. 03ef449 Reset StringMap's NumTombstones on clears and rehashes. by Jakob Stoklund Olesen · 14 years ago
  4. aea4fe2 Prevent infinite growth of SmallMap instances. by Jakob Stoklund Olesen · 14 years ago
  5. 8e68c38 Change all self assignments X=X to (void)X, so that we can turn on a by Jeffrey Yasskin · 15 years ago
  6. 2928c83 Pass StringRef by value. by Daniel Dunbar · 16 years ago
  7. 4dee7fd Move StringMap's string has function into StringExtras.h by Daniel Dunbar · 16 years ago
  8. 6316fbc Convert StringMap to using StringRef for its APIs. by Daniel Dunbar · 16 years ago
  9. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  10. 12ba806 stringmap memory managed with malloc now by Chris Lattner · 18 years ago
  11. d2f197d use calloc instead of new/memset, it is more efficient by Chris Lattner · 18 years ago
  12. 794a014 Extend StringMap to support being initialized as completely empty. When by Chris Lattner · 18 years ago
  13. ef4c916 greatly reduce hte default size of stringmap. by Chris Lattner · 18 years ago
  14. 44dcd01 Add support for removing elements out of StringMap. by Chris Lattner · 19 years ago
  15. b5bb9f5 Replace the ugly FindValue method with STL-like find methods. by Chris Lattner · 19 years ago
  16. 360cac8 remove support for stringmap visitors now that iterators exist. by Chris Lattner · 19 years ago
  17. a86559e add support for iterators. by Chris Lattner · 19 years ago
  18. bb28a81 Rename CStringMap -> StringMap, since it now supports nul characters in the by Chris Lattner · 19 years ago
  19. ee18242 Allow cstringmap to contain strings with nul characters in them. by Chris Lattner · 19 years ago
  20. 41a4429 wow, the link was already broken :) by Chris Lattner · 19 years ago
  21. 38742b9 add a note by Chris Lattner · 19 years ago
  22. 23d7b36 add a highly efficient hash table that is specialized for mapping C strings by Chris Lattner · 19 years ago