1. 861b371 Add TinyPtrVector support for general pointer-like things. by Andrew Trick · 6 years ago
  2. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  3. 8c5886b Ensure moved-from container is cleared on move by George Burgess IV · 8 years ago
  4. e9110d7 Remove uses of deprecated std::random_shuffle in the LLVM code base. Reviewed as https://reviews.llvm.org/D29780. by Marshall Clow · 9 years ago
  5. b550cb1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  6. b93d3db [tinyptrvector] Add in a MutableArrayRef implicit conversion operator to complement the ArrayRef implicit conversion operator. by Michael Gottesman · 11 years ago
  7. 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
  8. f04ddd0 [C++11] Replace LLVM-style type traits with C++11 standard ones. by Benjamin Kramer · 12 years ago
  9. b6d0bd4 [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. by Benjamin Kramer · 12 years ago
  10. 667363b [C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests. by Chandler Carruth · 12 years ago
  11. 130cec2 Sort the #include lines for unittest/... by Chandler Carruth · 13 years ago
  12. f12e3a6 Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES. by Chandler Carruth · 13 years ago
  13. f2113f3 Add range erase, element insert, and range insert methods to by Chandler Carruth · 13 years ago
  14. 94ed210 Implement copy and move assignment for TinyPtrVector. These try to by Chandler Carruth · 13 years ago
  15. a565375 Bring TinyPtrVector under test. Somehow we never picked up unit tests by Chandler Carruth · 13 years ago