index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
include
/
llvm
/
ADT
/
SmallSet.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ADT] add equality operator for SmallSet
Fedor Sergeev
2019-10-29
1
-0
/
+25
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Recommit r334887: [SmallSet] Add SmallSetIterator.
Florian Hahn
2018-07-24
1
-3
/
+115
*
Revert rL337292 due to another MSVC STL problem.
Florian Hahn
2018-07-17
1
-101
/
+0
*
Recommit r334887: [SmallSet] Add SmallSetIterator.
Florian Hahn
2018-07-17
1
-0
/
+101
*
Reverted r336805 as it broke llvm-clang-x86_64-expensive-checks-win build bot
Galina Kistanova
2018-07-12
1
-67
/
+0
*
Recommit r334887: [SmallSet] Add SmallSetIterator.
Florian Hahn
2018-07-11
1
-0
/
+67
*
Revert r334887, as GCC 4.8 does not have is_trivially_copy_constructible & co
Florian Hahn
2018-06-16
1
-69
/
+0
*
[SmallSet] Avoid using is_trivially_XXX<>::value which is C++17
Florian Hahn
2018-06-16
1
-5
/
+5
*
[SmallSet] Add SmallSetIterator.
Florian Hahn
2018-06-16
1
-0
/
+69
*
[ADT] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...
Eugene Zelenko
2017-06-13
1
-3
/
+4
*
Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...
Eugene Zelenko
2016-11-30
1
-3
/
+8
*
ADT: Prefer the LLVM_NODISCARD spelling
Justin Bogner
2016-10-16
1
-1
/
+1
*
SmallSet/SmallPtrSet: Refuse huge Small numbers
Matthias Braun
2016-02-01
1
-0
/
+5
*
Whitespace.
NAKAMURA Takumi
2015-08-10
1
-1
/
+1
*
Reformat linebreaks.
NAKAMURA Takumi
2015-08-10
1
-0
/
+2
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-5
/
+11
*
The count() function for STL datatypes returns unsigned, even where it's
Yaron Keren
2014-06-20
1
-2
/
+3
*
The count() function for STL datatypes returns unsigned, even
Yaron Keren
2013-12-22
1
-3
/
+3
*
Put an unused result attribute on SmallSet::empty()
Alp Toker
2013-11-23
1
-1
/
+4
*
Document the return value of SmallSet insert.
Nadav Rotem
2013-04-04
1
-0
/
+1
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
allow clients of SmallSet to specify their own comparison function for the set.
Chris Lattner
2012-01-05
1
-2
/
+2
*
Fix apostrophos.
Dan Gohman
2009-09-15
1
-1
/
+1
*
add a range insertion method to SmallSet.
Chris Lattner
2009-05-04
1
-0
/
+6
*
Removed trailing whitespace.
Misha Brukman
2009-01-09
1
-6
/
+6
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Various bugfixes
Chris Lattner
2007-02-04
1
-1
/
+1
*
Make SmallSet<whatever*, N> faster by transparently implementing it with
Chris Lattner
2007-01-27
1
-0
/
+5
*
Give SmallSet a reasonable fallback if it gets large: use an std::set.
Chris Lattner
2007-01-27
1
-27
/
+51
*
simplify insert interface
Chris Lattner
2007-01-27
1
-3
/
+3
*
fix typo
Chris Lattner
2007-01-23
1
-1
/
+1
*
make the SmallSet interface more std::set-like
Chris Lattner
2007-01-23
1
-6
/
+13
*
add a trivial SmallSet class, which operates on a similar principle to
Chris Lattner
2007-01-23
1
-0
/
+76