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
/
unittests
/
ADT
/
STLExtrasTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[unittests] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-07
1
-2
/
+2
*
Add ADL support to range based <algorithm> extensions
David Blaikie
2017-11-20
1
-14
/
+52
*
Add llvm::for_each as a range-based extensions to <algorithm> and make use of...
Aaron Ballman
2017-11-03
1
-6
/
+14
*
Fix sign compare warning in unit test by using an explicit unsigned literal s...
David Blaikie
2017-03-13
1
-1
/
+1
*
[ADT] Improve the genericity of llvm::enumerate().
Zachary Turner
2017-03-13
1
-7
/
+17
*
[Unittests] Fix a build failure with clang 3.8. NFCI.
Davide Italiano
2017-03-09
1
-1
/
+1
*
[ADT] Add an llvm::erase_if utility to make the standard erase+remove_if
Chandler Carruth
2016-12-26
1
-0
/
+11
*
[ADT] Add a boring std::partition wrapper similar to our std::remove_if
Chandler Carruth
2016-12-26
1
-0
/
+21
*
[ADT] Add a generic concatenating iterator and range (take 2).
Chandler Carruth
2016-12-25
1
-0
/
+23
*
Revert r290512: [ADT] Add a generic concatenating iterator and range.
Chandler Carruth
2016-12-25
1
-23
/
+0
*
[ADT] Add a generic concatenating iterator and range.
Chandler Carruth
2016-12-25
1
-0
/
+23
*
[stl-extras] Provide an adaptor of std::count for ranges.
Michael Gottesman
2016-12-04
1
-0
/
+17
*
[unittests] STLExtrasTest: Remove an MSVC 2013 workaround, NFCI.
Vedant Kumar
2016-10-25
1
-2
/
+1
*
Rename llvm::apply -> llvm::apply_tuple.
Zachary Turner
2016-10-10
1
-3
/
+3
*
Add llvm::apply to STLExtras.
Zachary Turner
2016-10-10
1
-0
/
+45
*
Remove extra semicolon
Reid Kleckner
2016-10-05
1
-1
/
+1
*
Fix the build with MSVC 2013, still cannot default move ctors yet
Reid Kleckner
2016-10-05
1
-1
/
+2
*
Fix build due to comparison of std::pairs.
Zachary Turner
2016-10-05
1
-16
/
+20
*
Add llvm::enumerate() range adapter.
Zachary Turner
2016-10-05
1
-27
/
+128
*
Resubmit "Add llvm::enumerate() to STLExtras."
Zachary Turner
2016-09-30
1
-0
/
+49
*
Revert "Add llvm::enumerate() to STLExtras."
Zachary Turner
2016-09-29
1
-49
/
+0
*
Add llvm::enumerate() to STLExtras.
Zachary Turner
2016-09-29
1
-0
/
+49
*
[ADT] Add the worlds simplest STL extra. Or at least close to it.
Chandler Carruth
2016-08-19
1
-0
/
+40