aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/SetVector.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+2
* Make sure that pop_back_val() result is used.Jakub Staszak2013-08-191-1/+1
* Third try at fixing this. ;] Go back to using std::remove_if, which hasChandler Carruth2012-10-031-8/+28
* Switch the SetVector::remove_if implementation to use partition whichChandler Carruth2012-10-031-2/+3
* Teach the new SROA to handle cases where an alloca that has already beenChandler Carruth2012-10-021-0/+26
* Clean up these doxygen comments to follow the proposed new style. ThisChandler Carruth2012-10-021-21/+22
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-1/+1
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-1/+1
* add a method to improve compatibility with SmallVector.Chris Lattner2011-12-201-0/+6
* Make SetVector's remove indicate whether it actually removed something.Dan Gohman2010-09-221-1/+3
* 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