1. af4f2eb [clang-tidy] remove duplicate fixes of alias checkers by Daniel · 5 years ago
  2. d3bc86c2 [Allocator] Make Deallocate() pass alignment and make it use (de)allocate_buffer by Benjamin Kramer · 5 years ago
  3. 4d9f5f1 clang format one more line. by Chris Lattner · 5 years ago
  4. 89c8ffd NFC: Clean up the implementation of StringPool a bit, and remove dependence on some "implicitly MallocAllocator" based methods on StringMapEntry. This allows reducing the #includes in StringMapEntry.h. by Chris Lattner · 5 years ago
  5. 2bc4788 [ADT] Add StringMap::insert_or_assign by Fangrui Song · 6 years ago
  6. 31650ea [ADT] Enable set_difference() to be used on StringSet by Michael Pozulp · 6 years ago
  7. d8e3d0d Revert "[ADT] Enable set_difference() to be used on StringSet" by Vlad Tsyrklevich · 6 years ago
  8. 0bddef7 [ADT] Enable set_difference() to be used on StringSet by Michael Pozulp · 6 years ago
  9. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  10. 0cac726 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  11. 13e70cb [unittests] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  12. aac638e Use size_t to represent the size of a StringMapEntry length and alignment rather than unsigned. by Aaron Ballman · 8 years ago
  13. 6bdc755 Spelling mistakes in comments. NFCI. by Simon Pilgrim · 8 years ago
  14. aece995 Resubmit "Improve StringMap iterator support." by Zachary Turner · 9 years ago
  15. 61bb232 Revert "Improve StringMap iterator support." by Zachary Turner · 9 years ago
  16. e0c2fec Improve StringMap iterator support. by Zachary Turner · 9 years ago
  17. eab3d36 Rename StringMap::emplace_second to try_emplace. by Benjamin Kramer · 9 years ago
  18. 47b292d Remove some unneeded headers and replace some headers with forward class declarations (NFC) by Mehdi Amini · 9 years ago
  19. 38bf13d Add a copy constructor to StringMap by Hal Finkel · 9 years ago
  20. 4129897 StringMap/DenseMap unittests: use piecewise_construct and ensure no copy occurs. by Mehdi Amini · 10 years ago
  21. 169eda6 Improve StringMap unittests: reintroduce move count, but shield against std::pair internals by Mehdi Amini · 10 years ago
  22. 4b86a19 Ensure that the StringMap does not grow during the test for pre-allocation/reserve by Mehdi Amini · 10 years ago
  23. 9706dcf Disable counting the number of move in the unittest, it seems to rely on move-construction elision by Mehdi Amini · 10 years ago
  24. cb708b2 Query the StringMap only once when creating MDString (NFC) by Mehdi Amini · 10 years ago
  25. be8a57f Adjust initial size in StringMap constructor to guarantee no grow() by Mehdi Amini · 10 years ago
  26. f9a1897 Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition. by Aaron Ballman · 11 years ago
  27. 5106ce7 Remove StringMap::GetOrCreateValue in favor of StringMap::insert by David Blaikie · 11 years ago
  28. 259b1a4 StringMap: Test and finish off supporting perfectly forwarded values in StringMap operations. by David Blaikie · 11 years ago
  29. 16a9eab Recommit 211309 (StringMap::insert), reverted in 211328 due to issues with private, but non-deleted, move members. by David Blaikie · 11 years ago
  30. 393b2b5 Revert "Add StringMap::insert(pair) consistent with the standard associative container concept." by Rafael Espindola · 11 years ago
  31. 37700dc Add StringMap::insert(pair) consistent with the standard associative container concept. by David Blaikie · 11 years ago
  32. 213d2f7 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
  33. 194c7d9 Remove use of = default/= delete as they're unsupported on MSVC2012 by David Blaikie · 11 years ago
  34. e08c540 Missed formatting by David Blaikie · 11 years ago
  35. 8ae8fd0 StringMap: Move assignment and move construction. by David Blaikie · 11 years ago
  36. 9cb331f StringMap support for move-only values. by David Blaikie · 11 years ago
  37. f6921f8 Fix break introduced in r198377 due to using a local type as a template parameter. by David Blaikie · 12 years ago
  38. e9c66ed Test coverage for non-default-constructible elements in a StringMap by David Blaikie · 12 years ago
  39. eba457c Remove StringMapEntryInitializer support. by David Blaikie · 12 years ago
  40. 198422a Fix PR13148, an inf-loop in StringMap. by Chandler Carruth · 13 years ago
  41. fc3856d Remove some superfluous SCOPED_TRACEs from this unit test. by Chandler Carruth · 13 years ago
  42. 7c37b1c The key of a StringMap can contain nul's in it, so having first() return by Chris Lattner · 14 years ago
  43. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago
  44. 00ea4a3 Fix (harmless) memory leak found by memcheck. by Jeffrey Yasskin · 16 years ago
  45. 56869f2 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 16 years ago
  46. 5bf72e2 Convert StringMap to using StringRef for its APIs. by Daniel Dunbar · 16 years ago
  47. e32cd94 unbreak unit-tests on gcc-4.4. by Torok Edwin · 16 years ago
  48. 2a6dad5 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
  49. 691c20d * Don't explicitly cast "0" to "void*". This doesn't work well with specialized by Bill Wendling · 17 years ago
  50. 453b4d5 80-column violation fix. by Bill Wendling · 17 years ago
  51. 017e498 * Added unittests for StringMap by Misha Brukman · 17 years ago