aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/MapVector.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+5
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+9
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-20/+67
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-3/+12
* Update to LLVM 3.5a.Stephen Hines2014-04-241-4/+2
* Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a un...Douglas Gregor2013-02-191-7/+4
* Add front/back/erase to MapVector.Douglas Gregor2013-02-181-0/+15
* Add an insert() method to MapVector. Adds the first MapVector unit test.Nick Lewycky2013-01-251-0/+13
* MapVector: Add lookup().Benjamin Kramer2012-12-191-0/+5
* Fix indeterminism in MI scheduler DAG construction.Sergei Larin2012-11-151-0/+12
* Add count() method to MapVectorDouglas Gregor2012-10-091-0/+5
* Not everyone uses C++11, apparentlyDouglas Gregor2012-10-091-1/+1
* Allow MapVector clients to specify the map and vector types, and add aDouglas Gregor2012-10-091-3/+8
* Make MapVector a bit more expensive but harder to misuse. We now onlyRafael Espindola2012-09-191-87/+14
* Add a MapVector class. It provides a regular set iteration, butRafael Espindola2012-09-181-0/+153