1. b93d3db [tinyptrvector] Add in a MutableArrayRef implicit conversion operator to complement the ArrayRef implicit conversion operator. by Michael Gottesman · 11 years ago
  2. 4c63899 Add 2x constructors for TinyPtrVector, one that takes in one elemenet and the other that takes in an ArrayRef<EltTy> by Michael Gottesman · 11 years ago
  3. f04ddd0 [C++11] Replace LLVM-style type traits with C++11 standard ones. by Benjamin Kramer · 12 years ago
  4. b6d0bd4 [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. by Benjamin Kramer · 12 years ago
  5. 667363b [C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests. by Chandler Carruth · 12 years ago
  6. 130cec2 Sort the #include lines for unittest/... by Chandler Carruth · 13 years ago
  7. f12e3a6 Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES. by Chandler Carruth · 13 years ago
  8. f2113f3 Add range erase, element insert, and range insert methods to by Chandler Carruth · 13 years ago
  9. 94ed210 Implement copy and move assignment for TinyPtrVector. These try to by Chandler Carruth · 13 years ago
  10. a565375 Bring TinyPtrVector under test. Somehow we never picked up unit tests by Chandler Carruth · 13 years ago