1. 002da5d [C++11] Switch all uses of the llvm_move macro to use std::move by Chandler Carruth · 12 years ago
  2. 667363b [C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests. by Chandler Carruth · 12 years ago
  3. c74010d Make the moved-from SmallPtrSet be a valid, empty, small-state object. by Chandler Carruth · 12 years ago
  4. 6d888bc Add a test for assignment operator behavior which was changed in by Chandler Carruth · 12 years ago
  5. 55758e9 Give SmallPtrSet move semantics when we have R-value references. by Chandler Carruth · 12 years ago
  6. 89fe247 SmallVector and SmallPtrSet allocations now power-of-two aligned. by Jean-Luc Duprat · 13 years ago
  7. de65751 Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone to" by Rafael Espindola · 13 years ago
  8. 67ce147 Fix allocations of SmallVector and SmallPtrSet so they are more prone to by Jean-Luc Duprat · 13 years ago
  9. e1c34e9 SmallPtrSet: Provide a more efficient implementation of swap than the default triple-copy std::swap. by Benjamin Kramer · 14 years ago