1. 3b35e17 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  2. 77a1dcd [unittests] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  3. 03af6d4 Use size_t to represent the size of a StringMapEntry length and alignment rather than unsigned. by Aaron Ballman · 8 years ago
  4. 8d28e34 Spelling mistakes in comments. NFCI. by Simon Pilgrim · 8 years ago
  5. d10b8de Resubmit "Improve StringMap iterator support." by Zachary Turner · 8 years ago
  6. 123d0b8 Revert "Improve StringMap iterator support." by Zachary Turner · 8 years ago
  7. 26bdd1d Improve StringMap iterator support. by Zachary Turner · 8 years ago
  8. b11b352 Rename StringMap::emplace_second to try_emplace. by Benjamin Kramer · 9 years ago
  9. 492acdd Remove some unneeded headers and replace some headers with forward class declarations (NFC) by Mehdi Amini · 9 years ago
  10. f5526fc Add a copy constructor to StringMap by Hal Finkel · 9 years ago
  11. 64f9238 StringMap/DenseMap unittests: use piecewise_construct and ensure no copy occurs. by Mehdi Amini · 9 years ago
  12. ff9b231 Improve StringMap unittests: reintroduce move count, but shield against std::pair internals by Mehdi Amini · 9 years ago
  13. df98afd Ensure that the StringMap does not grow during the test for pre-allocation/reserve by Mehdi Amini · 9 years ago
  14. 4f6a396 Disable counting the number of move in the unittest, it seems to rely on move-construction elision by Mehdi Amini · 9 years ago
  15. 2565675 Query the StringMap only once when creating MDString (NFC) by Mehdi Amini · 9 years ago
  16. bf941ea Adjust initial size in StringMap constructor to guarantee no grow() by Mehdi Amini · 9 years ago
  17. 66981fe Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition. by Aaron Ballman · 11 years ago
  18. 1d4f28c Remove StringMap::GetOrCreateValue in favor of StringMap::insert by David Blaikie · 11 years ago
  19. 7987683 StringMap: Test and finish off supporting perfectly forwarded values in StringMap operations. by David Blaikie · 11 years ago
  20. 9dd6fee Recommit 211309 (StringMap::insert), reverted in 211328 due to issues with private, but non-deleted, move members. by David Blaikie · 11 years ago
  21. 6fda71e Revert "Add StringMap::insert(pair) consistent with the standard associative container concept." by Rafael Espindola · 11 years ago
  22. 4110a7a Add StringMap::insert(pair) consistent with the standard associative container concept. by David Blaikie · 11 years ago
  23. 27be15c Convert StringMapEntry::Create to use StringRef instead of start/end pointers. Simpliies all in tree call sites. No functional change. by Craig Topper · 11 years ago
  24. 3fb66ae Remove use of = default/= delete as they're unsupported on MSVC2012 by David Blaikie · 11 years ago
  25. 50f8a53 Missed formatting by David Blaikie · 11 years ago
  26. 2b94fa7 StringMap: Move assignment and move construction. by David Blaikie · 11 years ago
  27. b0439e6 StringMap support for move-only values. by David Blaikie · 11 years ago
  28. 3034218 Fix break introduced in r198377 due to using a local type as a template parameter. by David Blaikie · 12 years ago
  29. 4c9b681 Test coverage for non-default-constructible elements in a StringMap by David Blaikie · 12 years ago
  30. a11df46 Remove StringMapEntryInitializer support. by David Blaikie · 12 years ago
  31. 2a79116 Fix PR13148, an inf-loop in StringMap. by Chandler Carruth · 13 years ago
  32. 0fb9b9a Remove some superfluous SCOPED_TRACEs from this unit test. by Chandler Carruth · 13 years ago
  33. d7c0273 The key of a StringMap can contain nul's in it, so having first() return by Chris Lattner · 14 years ago
  34. 1f6efa3 Merge System into Support. by Michael J. Spencer · 15 years ago
  35. d873535 Fix (harmless) memory leak found by memcheck. by Jeffrey Yasskin · 16 years ago
  36. 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 16 years ago
  37. 6316fbc Convert StringMap to using StringRef for its APIs. by Daniel Dunbar · 16 years ago
  38. 05717f9 unbreak unit-tests on gcc-4.4. by Torok Edwin · 16 years ago
  39. 6b223d7 Some generic clean-ups. Also make the StringMapEntryInitializer specialization apply only to the tests that are actually testing it. by Bill Wendling · 17 years ago
  40. 3859366 * Don't explicitly cast "0" to "void*". This doesn't work well with specialized by Bill Wendling · 17 years ago
  41. 1ed3663 80-column violation fix. by Bill Wendling · 17 years ago
  42. 8bb5e99 * Added unittests for StringMap by Misha Brukman · 17 years ago