| Commit message (Expand) | Author | Age | Files | Lines |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -4/+4 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [ADT] Fix MapVector when 'Map::mapped_type != unsigned'. | Eric Fiselier | 2018-04-08 | 1 | -0/+39 |
| * | Re-sort #include lines for unittests. This uses a slightly modified | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [ADT] Let MapVector handle non-copyable values. | Justin Lebar | 2016-10-10 | 1 | -0/+18 |
| * | [ADT] Teach MapVector to support a swap member. Will be used in | Chandler Carruth | 2015-03-25 | 1 | -0/+25 |
| * | Add a SmallMapVector class that is a MapVector with a Map of SmallDenseMap an... | Michael Gottesman | 2014-12-31 | 1 | -0/+218 |
| * | Add MapVector::rbegin(), MapVector::rend() to completment MapVector::begin(),... | Michael Gottesman | 2014-10-27 | 1 | -0/+25 |
| * | Add return value and negative checks to MapVector::erase from r219240. | Kaelyn Takata | 2014-10-07 | 1 | -1/+4 |
| * | Add size_t MapVector::erase(KeyT) similar to the one in std::map. | Kaelyn Takata | 2014-10-07 | 1 | -0/+5 |
| * | ADT: Add MapVector::remove_if | Duncan P. N. Exon Smith | 2014-07-15 | 1 | -0/+21 |
| * | ADT: Fix MapVector::erase() | Duncan P. N. Exon Smith | 2014-07-15 | 1 | -0/+15 |
| * | Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a un... | Douglas Gregor | 2013-02-19 | 1 | -1/+15 |
| * | Add an insert() method to MapVector. Adds the first MapVector unit test. | Nick Lewycky | 2013-01-25 | 1 | -0/+41 |