[ADT] Teach MapVector to support a swap member. Will be used in
[oota-llvm.git] / unittests / ADT / MapVectorTest.cpp
2015-03-25 Chandler Carruth[ADT] Teach MapVector to support a swap member. Will...
2014-12-31 Michael GottesmanAdd a SmallMapVector class that is a MapVector with...
2014-10-27 Michael GottesmanAdd MapVector::rbegin(), MapVector::rend() to completme...
2014-10-07 Kaelyn TakataAdd return value and negative checks to MapVector:...
2014-10-07 Kaelyn TakataAdd size_t MapVector::erase(KeyT) similar to the one...
2014-07-15 Duncan P. N. Exon... ADT: Add MapVector::remove_if
2014-07-15 Duncan P. N. Exon... ADT: Fix MapVector::erase()
2013-02-19 Douglas GregorRemove my bogus MapVector::erase() with a narrower...
2013-01-25 Nick LewyckyAdd an insert() method to MapVector. Adds the first...