summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/SmallPtrSetTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make the moved-from SmallPtrSet be a valid, empty, small-state object.Chandler Carruth2013-11-201-7/+21
* Add a test for assignment operator behavior which was changed inChandler Carruth2013-11-201-1/+25
* Give SmallPtrSet move semantics when we have R-value references.Chandler Carruth2013-11-201-0/+49
* SmallVector and SmallPtrSet allocations now power-of-two aligned.Jean-Luc Duprat2013-03-291-0/+55
* Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...Rafael Espindola2013-03-291-55/+0
* Fix allocations of SmallVector and SmallPtrSet so they are more prone toJean-Luc Duprat2013-03-291-0/+55
* SmallPtrSet: Provide a more efficient implementation of swap than the default...Benjamin Kramer2012-03-061-0/+72
OpenPOWER on IntegriCloud