1. 6bc5d61 [unittests] ADT: silence -Wself-assign diagnostics by Roman Lebedev · 7 years ago
  2. 77a1dcd [unittests] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
  3. 3c0d607 Re-sort #include lines for unittests. This uses a slightly modified by Chandler Carruth · 8 years ago
  4. cb8ffd2 ADT: Fix SmallPtrSet iterators in reverse mode by Duncan P. N. Exon Smith · 8 years ago
  5. 05382af Add unit tests for changes to SmallPtrSet and PointerLikeTypeTraits by Daniel Berlin · 8 years ago
  6. 76884e5 [ADT] Add initializer list support to SmallPtrSet so that sets can be by Chandler Carruth · 9 years ago
  7. 13a0516 SmallPtrSetTest: More checks for the swap() testing by Matthias Braun · 10 years ago
  8. 2f0c787 SmallPtrSetTest: Check that iterators are still valid after erase() by Matthias Braun · 10 years ago
  9. 0a3eef5 [C++11] Switch all uses of the llvm_move macro to use std::move by Chandler Carruth · 11 years ago
  10. bad2104 [C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests. by Chandler Carruth · 11 years ago
  11. fd03357 Make the moved-from SmallPtrSet be a valid, empty, small-state object. by Chandler Carruth · 12 years ago
  12. aa8e535 Add a test for assignment operator behavior which was changed in by Chandler Carruth · 12 years ago
  13. 4619816 Give SmallPtrSet move semantics when we have R-value references. by Chandler Carruth · 12 years ago
  14. e1e9366 SmallVector and SmallPtrSet allocations now power-of-two aligned. by Jean-Luc Duprat · 12 years ago
  15. ef484a3 Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone to" by Rafael Espindola · 12 years ago
  16. 6173309 Fix allocations of SmallVector and SmallPtrSet so they are more prone to by Jean-Luc Duprat · 12 years ago
  17. 2945a32 SmallPtrSet: Provide a more efficient implementation of swap than the default triple-copy std::swap. by Benjamin Kramer · 13 years ago