1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. 15681ad Use uniform mechanism for OOM errors handling by Serge Pavlov · 7 years ago
  3. c4b6d0e Revert commit 333506 by Serge Pavlov · 7 years ago
  4. 5096d06 Use uniform mechanism for OOM errors handling by Serge Pavlov · 7 years ago
  5. 1a09552 Reverted commits 333390, 333391 and 333394 by Serge Pavlov · 7 years ago
  6. 0e31285 Use uniform mechanism for OOM errors handling by Serge Pavlov · 7 years ago
  7. 560ce2c Re-land: "[Support] Replace HashString with djbHash." by Jonas Devlieghere · 8 years ago
  8. 370bf3e Revert "[Support] Replace HashString with djbHash." by Jonas Devlieghere · 8 years ago
  9. b9ad175 [Support] Replace HashString with djbHash. by Jonas Devlieghere · 8 years ago
  10. 76d8cce Report fatal error in the case of out of memory by Serge Pavlov · 8 years ago
  11. 4500001 Revert r325224 "Report fatal error in the case of out of memory" by Serge Pavlov · 8 years ago
  12. 431502a Report fatal error in the case of out of memory by Serge Pavlov · 8 years ago
  13. c20b338 Support, IR, ADT: Check nullptr after allocation with malloc/realloc or calloc by Matthias Braun · 8 years ago
  14. 33d7b76 Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes. by Eugene Zelenko · 9 years ago
  15. be8a57f Adjust initial size in StringMap constructor to guarantee no grow() by Mehdi Amini · 10 years ago
  16. 654a85e Sync the __builtin_expects for our 3 quadratically probed hash table implementations. by Benjamin Kramer · 11 years ago
  17. 16a9eab Recommit 211309 (StringMap::insert), reverted in 211328 due to issues with private, but non-deleted, move members. by David Blaikie · 11 years ago
  18. 393b2b5 Revert "Add StringMap::insert(pair) consistent with the standard associative container concept." by Rafael Espindola · 11 years ago
  19. 37700dc Add StringMap::insert(pair) consistent with the standard associative container concept. by David Blaikie · 11 years ago
  20. 8d399f8 [C++11] Replace some comparisons with 'nullptr' with simple boolean checks to reduce verbosity. by Craig Topper · 11 years ago
  21. c10719f [C++11] Make use of 'nullptr' in the Support library. by Craig Topper · 11 years ago
  22. ffa24e0 Add some __builtin_expect magic to StringMap. by Benjamin Kramer · 13 years ago
  23. 198422a Fix PR13148, an inf-loop in StringMap. by Chandler Carruth · 13 years ago
  24. 46236ee Switch StringMap from an array of structures to a structure of arrays. by Benjamin Kramer · 14 years ago
  25. 846f950 Reset StringMap's NumTombstones on clears and rehashes. by Jakob Stoklund Olesen · 15 years ago
  26. f587f44 Prevent infinite growth of SmallMap instances. by Jakob Stoklund Olesen · 15 years ago
  27. 9b43f33 Change all self assignments X=X to (void)X, so that we can turn on a by Jeffrey Yasskin · 15 years ago
  28. ad36e8a Pass StringRef by value. by Daniel Dunbar · 16 years ago
  29. 7766800 Move StringMap's string has function into StringExtras.h by Daniel Dunbar · 16 years ago
  30. 5bf72e2 Convert StringMap to using StringRef for its APIs. by Daniel Dunbar · 16 years ago
  31. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  32. c770a02 stringmap memory managed with malloc now by Chris Lattner · 18 years ago
  33. adf83a3 use calloc instead of new/memset, it is more efficient by Chris Lattner · 18 years ago
  34. 2376346 Extend StringMap to support being initialized as completely empty. When by Chris Lattner · 18 years ago
  35. 64df4ba greatly reduce hte default size of stringmap. by Chris Lattner · 18 years ago
  36. 77baa56 Add support for removing elements out of StringMap. by Chris Lattner · 19 years ago
  37. db08c1b Replace the ugly FindValue method with STL-like find methods. by Chris Lattner · 19 years ago
  38. 9521fec remove support for stringmap visitors now that iterators exist. by Chris Lattner · 19 years ago
  39. e15605c add support for iterators. by Chris Lattner · 19 years ago
  40. 751a420 Rename CStringMap -> StringMap, since it now supports nul characters in the by Chris Lattner · 19 years ago[Renamed (91%) from llvm/lib/Support/CStringMap.cpp]
  41. 259ba20b Allow cstringmap to contain strings with nul characters in them. by Chris Lattner · 19 years ago
  42. dff39e5 wow, the link was already broken :) by Chris Lattner · 19 years ago
  43. 8a7183b add a note by Chris Lattner · 19 years ago
  44. 149e666 add a highly efficient hash table that is specialized for mapping C strings by Chris Lattner · 19 years ago