| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ADT] Add equality operator for SmallPtrSet | Yevgeny Rouban | 2019-11-06 | 1 | -0/+38 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [unittests] ADT: silence -Wself-assign diagnostics | Roman Lebedev | 2018-04-07 | 1 | -2/+2 |
| * | [unittests] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang | 2018-04-07 | 1 | -1/+1 |
| * | Re-sort #include lines for unittests. This uses a slightly modified | Chandler Carruth | 2017-06-06 | 1 | -2/+2 |
| * | ADT: Fix SmallPtrSet iterators in reverse mode | Duncan P. N. Exon Smith | 2017-03-07 | 1 | -7/+25 |
| * | Add unit tests for changes to SmallPtrSet and PointerLikeTypeTraits | Daniel Berlin | 2017-03-07 | 1 | -0/+33 |
| * | [ADT] Add initializer list support to SmallPtrSet so that sets can be | Chandler Carruth | 2016-11-22 | 1 | -4/+10 |
| * | SmallPtrSetTest: More checks for the swap() testing | Matthias Braun | 2016-01-29 | 1 | -0/+24 |
| * | SmallPtrSetTest: Check that iterators are still valid after erase() | Matthias Braun | 2016-01-29 | 1 | -0/+39 |
| * | [C++11] Switch all uses of the llvm_move macro to use std::move | Chandler Carruth | 2014-03-02 | 1 | -1/+1 |
| * | [C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests. | Chandler Carruth | 2014-03-01 | 1 | -2/+0 |
| * | Make the moved-from SmallPtrSet be a valid, empty, small-state object. | Chandler Carruth | 2013-11-20 | 1 | -7/+21 |
| * | Add a test for assignment operator behavior which was changed in | Chandler Carruth | 2013-11-20 | 1 | -1/+25 |
| * | Give SmallPtrSet move semantics when we have R-value references. | Chandler Carruth | 2013-11-20 | 1 | -0/+49 |
| * | SmallVector and SmallPtrSet allocations now power-of-two aligned. | Jean-Luc Duprat | 2013-03-29 | 1 | -0/+55 |
| * | Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone... | Rafael Espindola | 2013-03-29 | 1 | -55/+0 |
| * | Fix allocations of SmallVector and SmallPtrSet so they are more prone to | Jean-Luc Duprat | 2013-03-29 | 1 | -0/+55 |
| * | SmallPtrSet: Provide a more efficient implementation of swap than the default... | Benjamin Kramer | 2012-03-06 | 1 | -0/+72 |