Add MapVector::rbegin(), MapVector::rend() to completment MapVector::begin(), MapVect...
[oota-llvm.git] / unittests / ADT / SmallPtrSetTest.cpp
2014-03-02 Chandler Carruth[C++11] Switch all uses of the llvm_move macro to use...
2014-03-01 Chandler Carruth[C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from...
2013-11-20 Chandler CarruthMake the moved-from SmallPtrSet be a valid, empty,...
2013-11-20 Chandler CarruthAdd a test for assignment operator behavior which was...
2013-11-20 Chandler CarruthGive SmallPtrSet move semantics when we have R-value...
2013-03-29 Jean-Luc DupratSmallVector and SmallPtrSet allocations now power-of...
2013-03-29 Rafael EspindolaRevert "Fix allocations of SmallVector and SmallPtrSet...
2013-03-29 Jean-Luc DupratFix allocations of SmallVector and SmallPtrSet so they...
2012-03-06 Benjamin KramerSmallPtrSet: Provide a more efficient implementation...