aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ADT/SmallSet.h
AgeCommit message (Expand)Author
2009-01-09Removed trailing whitespace.Misha Brukman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-02-04Various bugfixesChris Lattner
2007-01-27Make SmallSet<whatever*, N> faster by transparently implementing it withChris Lattner
2007-01-27Give SmallSet a reasonable fallback if it gets large: use an std::set.Chris Lattner
2007-01-27simplify insert interfaceChris Lattner
2007-01-23fix typoChris Lattner
2007-01-23make the SmallSet interface more std::set-likeChris Lattner
2007-01-23add a trivial SmallSet class, which operates on a similar principle toChris Lattner