[ADT] Apply a large hammer to StringRef functions: attribute always_inline.
[oota-llvm.git] / include / llvm / ADT / MapVector.h
2015-03-25 Chandler Carruth[ADT] Teach MapVector to support a swap member. Will...
2015-01-05 Michael GottesmanConvert SmallMapVector from a class to a struct.
2015-01-01 Michael GottesmanRevert "Just use a using directive in SmallMapVector...
2015-01-01 Michael GottesmanJust use a using directive in SmallMapVector instead...
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 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()
2014-07-15 Duncan P. N. Exon... ADT: Add "end namespace" comment
2014-06-20 Yaron KerenThe count() function for STL datatypes returns unsigned...
2014-06-19 Oliver StannardEmit DWARF info for all code section in an assembly...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-01-06 Matt ArsenaultFix c++ mode comments
2013-02-19 Douglas GregorRemove my bogus MapVector::erase() with a narrower...
2013-02-18 Douglas GregorAdd front/back/erase to MapVector.
2013-01-25 Nick LewyckyAdd an insert() method to MapVector. Adds the first...
2012-12-19 Benjamin KramerMapVector: Add lookup().
2012-11-15 Sergei LarinFix indeterminism in MI scheduler DAG construction.
2012-10-09 Douglas GregorAdd count() method to MapVector
2012-10-09 Douglas GregorNot everyone uses C++11, apparently
2012-10-09 Douglas GregorAllow MapVector clients to specify the map and vector...
2012-09-19 Rafael EspindolaMake MapVector a bit more expensive but harder to misus...
2012-09-18 Rafael EspindolaAdd a MapVector class. It provides a regular set iterat...