summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/ADT/SmallSet.h
Commit message (Expand)AuthorAgeFilesLines
* [ADT] add equality operator for SmallSetFedor Sergeev2019-10-291-0/+25
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Recommit r334887: [SmallSet] Add SmallSetIterator.Florian Hahn2018-07-241-3/+115
* Revert rL337292 due to another MSVC STL problem.Florian Hahn2018-07-171-101/+0
* Recommit r334887: [SmallSet] Add SmallSetIterator.Florian Hahn2018-07-171-0/+101
* Reverted r336805 as it broke llvm-clang-x86_64-expensive-checks-win build botGalina Kistanova2018-07-121-67/+0
* Recommit r334887: [SmallSet] Add SmallSetIterator.Florian Hahn2018-07-111-0/+67
* Revert r334887, as GCC 4.8 does not have is_trivially_copy_constructible & coFlorian Hahn2018-06-161-69/+0
* [SmallSet] Avoid using is_trivially_XXX<>::value which is C++17Florian Hahn2018-06-161-5/+5
* [SmallSet] Add SmallSetIterator.Florian Hahn2018-06-161-0/+69
* [ADT] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...Eugene Zelenko2017-06-131-3/+4
* Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...Eugene Zelenko2016-11-301-3/+8
* ADT: Prefer the LLVM_NODISCARD spellingJustin Bogner2016-10-161-1/+1
* SmallSet/SmallPtrSet: Refuse huge Small numbersMatthias Braun2016-02-011-0/+5
* Whitespace.NAKAMURA Takumi2015-08-101-1/+1
* Reformat linebreaks.NAKAMURA Takumi2015-08-101-0/+2
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-5/+11
* The count() function for STL datatypes returns unsigned, even where it'sYaron Keren2014-06-201-2/+3
* The count() function for STL datatypes returns unsigned, evenYaron Keren2013-12-221-3/+3
* Put an unused result attribute on SmallSet::empty()Alp Toker2013-11-231-1/+4
* 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
* add a range insertion method to SmallSet.Chris Lattner2009-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
OpenPOWER on IntegriCloud