aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/SmallSet.h
Commit message (Expand)AuthorAgeFilesLines
* allow clients of SmallSet to specify their own comparison function for the set.Chris Lattner2012-01-051-2/+2
* Fix apostrophos.Dan Gohman2009-09-151-1/+1
* Restore minor deletion.Mike Stump2009-05-041-0/+6
* Removed trailing whitespace.Misha Brukman2009-01-091-6/+6
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Various bugfixesChris Lattner2007-02-041-1/+1
* Make SmallSet<whatever*, N> faster by transparently implementing it withChris Lattner2007-01-271-0/+5
* Give SmallSet a reasonable fallback if it gets large: use an std::set.Chris Lattner2007-01-271-27/+51
* simplify insert interfaceChris Lattner2007-01-271-3/+3
* fix typoChris Lattner2007-01-231-1/+1
* make the SmallSet interface more std::set-likeChris Lattner2007-01-231-6/+13
* add a trivial SmallSet class, which operates on a similar principle toChris Lattner2007-01-231-0/+76