summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/MapVector.h
Commit message (Expand)AuthorAge
* Fix c++ mode commentsMatt Arsenault2014-01-06
* Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a un...Douglas Gregor2013-02-19
* Add front/back/erase to MapVector.Douglas Gregor2013-02-18
* Add an insert() method to MapVector. Adds the first MapVector unit test.Nick Lewycky2013-01-25
* MapVector: Add lookup().Benjamin Kramer2012-12-19
* Fix indeterminism in MI scheduler DAG construction.Sergei Larin2012-11-15
* Add count() method to MapVectorDouglas Gregor2012-10-09
* Not everyone uses C++11, apparentlyDouglas Gregor2012-10-09
* Allow MapVector clients to specify the map and vector types, and add aDouglas Gregor2012-10-09
* Make MapVector a bit more expensive but harder to misuse. We now onlyRafael Espindola2012-09-19
* Add a MapVector class. It provides a regular set iteration, butRafael Espindola2012-09-18