summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/SetVector.h
Commit message (Expand)AuthorAge
* Make sure that pop_back_val() result is used.Jakub Staszak2013-08-19
* Third try at fixing this. ;] Go back to using std::remove_if, which hasChandler Carruth2012-10-03
* Switch the SetVector::remove_if implementation to use partition whichChandler Carruth2012-10-03
* Teach the new SROA to handle cases where an alloca that has already beenChandler Carruth2012-10-02
* Clean up these doxygen comments to follow the proposed new style. ThisChandler Carruth2012-10-02
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* add a method to improve compatibility with SmallVector.Chris Lattner2011-12-20
* Make SetVector's remove indicate whether it actually removed something.Dan Gohman2010-09-22
* Implement operator== and operator!= for SetVector.Dan Gohman2010-06-05
* Fixed lint errors:Misha Brukman2009-02-20
* Removed trailing whitespace.Misha Brukman2009-01-09
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Make SmallSetVector usefulChris Lattner2007-02-04
* Convert SetVector to be a true adapter class and add SmallSetVector.Chris Lattner2007-02-03
* For PR1094:Reid Spencer2007-01-17
* Remove trailing whitespaceMisha Brukman2005-04-21
* Use explicit std:: qualification to avoid relying on Koenig lookup, whichChris Lattner2004-10-13
* Fix the replace method to assert if an item was erased from the set but notReid Spencer2004-09-11
* Implement the remove method for deleting entries from the SetVector.Reid Spencer2004-09-11
* Changes For Bug 352Reid Spencer2004-09-01
* Fix typo in comment.Brian Gaeke2004-07-29
* Add back() and pop_back() methods to SetVectorChris Lattner2004-07-25
* Give SetVector range supportChris Lattner2004-07-15
* Get rid of some cruft in the insert method.Reid Spencer2004-07-08
* First version of a vector with uniqueness constraints (or a set withReid Spencer2004-07-08