summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/SparseMultiSet.h
Commit message (Expand)AuthorAge
* Reverting size_type for the containers from size_type to unsigned. Yaron Keren2014-06-20
* The count() function for STL datatypes returns unsigned, even where it'sYaron Keren2014-06-20
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Make some assertions on constant expressions static.Benjamin Kramer2014-03-15
* Remove copy ctors that did the same thing as the default one.Benjamin Kramer2014-03-11
* SparseMultiSet.h: Add suggested parentheses.NAKAMURA Takumi2013-01-22
* Introduce a new data structure, the SparseMultiSet, and changes to the MI sch...Michael Ilseman2013-01-21