aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/SmallSet.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-5/+11
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-2/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-4/+7
* Document the return value of SmallSet insert.Nadav Rotem2013-04-041-0/+1
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* 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