Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-12-31 | Add 2x constructors for TinyPtrVector, one that takes in one elemenet and the... | Michael Gottesman | 1 | -0/+26 |
2014-03-07 | [C++11] Replace LLVM-style type traits with C++11 standard ones. | Benjamin Kramer | 1 | -1/+1 |
2014-03-02 | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer | 1 | -41/+41 |
2014-03-01 | [C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests. | Chandler Carruth | 1 | -34/+0 |
2012-12-04 | Sort the #include lines for unittest/... | Chandler Carruth | 1 | -3/+3 |
2012-11-30 | Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES. | Chandler Carruth | 1 | -17/+17 |
2012-08-01 | Add range erase, element insert, and range insert methods to | Chandler Carruth | 1 | -0/+91 |
2012-07-31 | Implement copy and move assignment for TinyPtrVector. These try to | Chandler Carruth | 1 | -0/+166 |
2012-07-31 | Bring TinyPtrVector under test. Somehow we never picked up unit tests | Chandler Carruth | 1 | -0/+191 |