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