| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ADT] Move drop_begin from iterator_range.h into STLExtras. | Lang Hames | 2019-11-14 | 1 | -13/+0 |
| * | [ADT] Remove llvm::make_unique utility. | Jonas Devlieghere | 2019-08-16 | 1 | -1/+1 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -8/+8 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [ADT] Add zip_longest iterators. | Michael Kruse | 2018-12-05 | 1 | -0/+34 |
| * | Revert "[ADT] Add zip_longest iterators" | Michael Kruse | 2018-12-04 | 1 | -30/+0 |
| * | [ADT] Add zip_longest iterators | Michael Kruse | 2018-12-04 | 1 | -0/+30 |
| * | Correctly instantiate `iterator_adaptor_base` when defining `pointer_iterator` | David Blaikie | 2018-11-14 | 1 | -0/+29 |
| * | [ADT] drop_begin: use adl_begin/adl_end. NFC. | Michael Kruse | 2018-06-27 | 1 | -0/+13 |
| * | [ADT] Pass DerivedT from pointe{e,r}_iterator to iterator_adaptor_base | Justin Bogner | 2018-06-27 | 1 | -0/+14 |
| * | [STLExtras] Add size() for ranges, and remove distance() | Vedant Kumar | 2018-05-16 | 1 | -2/+2 |
| * | [STLExtras] Add distance() for ranges, pred_size(), and succ_size() | Vedant Kumar | 2018-05-10 | 1 | -0/+8 |
| * | [ADT] Make filter_iterator support bidirectional iteration | Vedant Kumar | 2018-04-25 | 1 | -0/+28 |
| * | Re-sort #include lines for unittests. This uses a slightly modified | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | ADT: Add range helpers for pointer_ and pointee_iterator | Justin Bogner | 2017-03-27 | 1 | -0/+16 |
| * | [ADT] Fix zip iterator interface. | Bryant Wong | 2017-02-23 | 1 | -4/+53 |
| * | [ADT] Zip range adapter | Mehdi Amini | 2016-10-19 | 1 | -0/+63 |
| * | Revert "[ADT] Zip range adapter" | Mehdi Amini | 2016-10-12 | 1 | -63/+0 |
| * | [ADT] Zip range adapter | Mehdi Amini | 2016-10-12 | 1 | -0/+63 |
| * | [ADT] Don't use make_pointee_iterator in IteratorTest. | Justin Lebar | 2016-10-10 | 1 | -25/+20 |
| * | [ADT] Add make_pointe{e,r}_iterator. | Justin Lebar | 2016-10-10 | 1 | -20/+25 |
| * | Move unittests/Support/IteratorTest.cpp to unittests/ADT/ | Duncan P. N. Exon Smith | 2016-08-20 | 1 | -0/+212 |