aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/SetVector.h
Commit message (Expand)AuthorAgeFilesLines
* Implement operator== and operator!= for SetVector.Dan Gohman2010-06-051-0/+8
* Fixed lint errors:Misha Brukman2009-02-201-2/+2
* Removed trailing whitespace.Misha Brukman2009-01-091-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Make SmallSetVector usefulChris Lattner2007-02-041-4/+5
* Convert SetVector to be a true adapter class and add SmallSetVector.Chris Lattner2007-02-031-5/+22
* For PR1094:Reid Spencer2007-01-171-2/+3
* Remove trailing whitespaceMisha Brukman2005-04-211-4/+4
* Use explicit std:: qualification to avoid relying on Koenig lookup, whichChris Lattner2004-10-131-1/+1
* Fix the replace method to assert if an item was erased from the set but notReid Spencer2004-09-111-2/+2
* Implement the remove method for deleting entries from the SetVector.Reid Spencer2004-09-111-0/+11
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* Fix typo in comment.Brian Gaeke2004-07-291-1/+1
* Add back() and pop_back() methods to SetVectorChris Lattner2004-07-251-14/+28
* Give SetVector range supportChris Lattner2004-07-151-1/+17
* Get rid of some cruft in the insert method.Reid Spencer2004-07-081-3/+3
* First version of a vector with uniqueness constraints (or a set withReid Spencer2004-07-081-0/+108