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
*
[ADT] Move drop_begin from iterator_range.h into STLExtras.
Lang Hames
2019-11-14
1
-0
/
+13
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Cleanup: llvm::bsearch -> llvm::partition_point after r364719
Fangrui Song
2019-06-30
1
-4
/
+5
*
[ADT] Implement llvm::bsearch() with std::partition_point()
Fangrui Song
2019-06-30
1
-12
/
+0
*
[ADT] Avoid warning in bsearch testcase
Sam McCall
2019-04-20
1
-3
/
+3
*
[ADT] llvm::bsearch, binary search for mere mortals
Sam McCall
2019-04-16
1
-0
/
+21
*
Add partial implementation of std::to_address() as llvm::to_address()
Daniel Sanders
2019-02-20
1
-0
/
+23
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
2nd attempt to fix ambiguities because of ADL
Matthias Braun
2018-10-31
1
-9
/
+6
*
Try to fix ambiguities with C++17 headers in unittest
Matthias Braun
2018-10-31
1
-0
/
+3
*
ADT/STLExtras: Introduce llvm::empty; NFC
Matthias Braun
2018-10-31
1
-0
/
+17
*
[MISC]Fix wrong usage of std::equal()
Chen Zheng
2018-08-17
1
-0
/
+15
*
[ADT] Add an early-increment iterator-like type and range adaptor.
Chandler Carruth
2018-08-04
1
-0
/
+51
*
[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