summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/SmallSet.h
Commit message (Expand)AuthorAge
* Document the return value of SmallSet insert.Nadav Rotem2013-04-04
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* allow clients of SmallSet to specify their own comparison function for the set.Chris Lattner2012-01-05
* Fix apostrophos.Dan Gohman2009-09-15
* Restore minor deletion.Mike Stump2009-05-04
* Removed trailing whitespace.Misha Brukman2009-01-09
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Various bugfixesChris Lattner2007-02-04
* Make SmallSet<whatever*, N> faster by transparently implementing it withChris Lattner2007-01-27
* Give SmallSet a reasonable fallback if it gets large: use an std::set.Chris Lattner2007-01-27
* simplify insert interfaceChris Lattner2007-01-27
* fix typoChris Lattner2007-01-23
* make the SmallSet interface more std::set-likeChris Lattner2007-01-23
* add a trivial SmallSet class, which operates on a similar principle toChris Lattner2007-01-23