Reimplement the temporary non-const getSubtargetImpl routine so
[oota-llvm.git] / unittests / ADT / TinyPtrVectorTest.cpp
2014-03-07 Benjamin Kramer[C++11] Replace LLVM-style type traits with C++11 stand...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-01 Chandler Carruth[C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from...
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-11-30 Chandler CarruthSwitch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE...
2012-08-01 Chandler CarruthAdd range erase, element insert, and range insert metho...
2012-07-31 Chandler CarruthImplement copy and move assignment for TinyPtrVector...
2012-07-31 Chandler CarruthBring TinyPtrVector under test. Somehow we never picked...