1. 429b003 [unittests] ADT: silence -Wself-assign diagnostics by Roman Lebedev · 7 years ago
  2. 13e70cb [unittests] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  3. 9a67b07 Re-sort #include lines for unittests. This uses a slightly modified by Chandler Carruth · 8 years ago
  4. 14ab3e6 ADT: Fix SmallPtrSet iterators in reverse mode by Duncan P. N. Exon Smith · 9 years ago
  5. 44296ea Add unit tests for changes to SmallPtrSet and PointerLikeTypeTraits by Daniel Berlin · 9 years ago
  6. 3448ae5 [ADT] Add initializer list support to SmallPtrSet so that sets can be by Chandler Carruth · 9 years ago
  7. e61f8e3 SmallPtrSetTest: More checks for the swap() testing by Matthias Braun · 10 years ago
  8. 810be15 SmallPtrSetTest: Check that iterators are still valid after erase() by Matthias Braun · 10 years ago
  9. 002da5d [C++11] Switch all uses of the llvm_move macro to use std::move by Chandler Carruth · 12 years ago
  10. 667363b [C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests. by Chandler Carruth · 12 years ago
  11. c74010d Make the moved-from SmallPtrSet be a valid, empty, small-state object. by Chandler Carruth · 12 years ago
  12. 6d888bc Add a test for assignment operator behavior which was changed in by Chandler Carruth · 12 years ago
  13. 55758e9 Give SmallPtrSet move semantics when we have R-value references. by Chandler Carruth · 12 years ago
  14. 89fe247 SmallVector and SmallPtrSet allocations now power-of-two aligned. by Jean-Luc Duprat · 13 years ago
  15. de65751 Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone to" by Rafael Espindola · 13 years ago
  16. 67ce147 Fix allocations of SmallVector and SmallPtrSet so they are more prone to by Jean-Luc Duprat · 13 years ago
  17. e1c34e9 SmallPtrSet: Provide a more efficient implementation of swap than the default triple-copy std::swap. by Benjamin Kramer · 14 years ago