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