summaryrefslogtreecommitdiff
path: root/unittests/ADT/SmallPtrSetTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-02[C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth1-1/+1
2014-03-01[C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests.Chandler Carruth1-2/+0
2013-11-20Make the moved-from SmallPtrSet be a valid, empty, small-state object.Chandler Carruth1-7/+21
2013-11-20Add a test for assignment operator behavior which was changed inChandler Carruth1-1/+25
2013-11-20Give SmallPtrSet move semantics when we have R-value references.Chandler Carruth1-0/+49
2013-03-29SmallVector and SmallPtrSet allocations now power-of-two aligned.Jean-Luc Duprat1-0/+55
2013-03-29Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...Rafael Espindola1-55/+0
2013-03-29Fix allocations of SmallVector and SmallPtrSet so they are more prone toJean-Luc Duprat1-0/+55
2012-03-06SmallPtrSet: Provide a more efficient implementation of swap than the default...Benjamin Kramer1-0/+72