Make the moved-from SmallPtrSet be a valid, empty, small-state object.
[oota-llvm.git] / unittests / ADT / SmallPtrSetTest.cpp
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...