| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [ADT] Fix a bug in DenseSet's initializer_list constructor. | Lang Hames | 2018-10-15 | 1 | -0/+8 |
| * | [ADT] Adds equality operators for DenseMap and DenseSet, and an initializer_list | Lang Hames | 2018-10-15 | 1 | -0/+9 |
| * | Fix DenseSet::ConstIterator typedefs | David Blaikie | 2018-09-20 | 1 | -0/+7 |
| * | Fix typos of occurred and occurrence | Malcolm Parsons | 2018-01-24 | 1 | -1/+1 |
| * | Add support for DenseMap/DenseSet count and find using const pointers | Daniel Berlin | 2017-03-10 | 1 | -0/+13 |
| * | Add test for default construction coverage of DenseSet iterators. | Dean Michael Berris | 2017-01-24 | 1 | -1/+8 |
| * | Allow DenseSet::iterators to be conveted to and compared with const_iterator | Dean Michael Berris | 2017-01-24 | 1 | -0/+9 |
| * | [ADT] Add an initializer_list constructor to {Small,}DenseSet. | Justin Lebar | 2016-10-17 | 1 | -0/+15 |
| * | [ADT] Add SmallDenseSet. | Justin Lebar | 2016-10-17 | 1 | -1/+5 |
| * | [ADT] Add missing const_iterator DenseSet::find() const | Vitaly Buka | 2016-10-05 | 1 | -11/+25 |
| * | [ADT] Add a reserve() method to DenseSet as well as an insert() for R-value | Mehdi Amini | 2016-08-13 | 1 | -0/+71 |
| * | Revert "[ADT] Add a reserve method to DenseSet as well as an insert() for R-v... | Mehdi Amini | 2016-08-13 | 1 | -63/+0 |
| * | [ADT] Add a reserve method to DenseSet as well as an insert() for R-value | Mehdi Amini | 2016-08-13 | 1 | -0/+63 |
| * | [ADT] Add a 'find_as' operation to DenseSet. | Lang Hames | 2014-10-19 | 1 | -0/+38 |
| * | Fix some -Wsign-compare fallout from changing container count member function... | David Blaikie | 2014-06-20 | 1 | -1/+1 |
| * | Fix includes of llvm files that used angle brackets. | Craig Topper | 2012-09-15 | 1 | -1/+1 |
| * | Prevent looping when DenseSet is abused. | Stuart Hastings | 2009-05-01 | 1 | -0/+30 |