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
/
libcxx
/
test
/
std
/
numerics
/
numeric.ops
/
transform.exclusive.scan
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
1
-0
/
+1
*
Support tests in freestanding
JF Bastien
2019-02-04
1
-1
/
+3
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[libcxx] [test] Fix MSVC warnings and errors.
Stephan T. Lavavej
2018-02-26
1
-15
/
+15
*
Change add_ten to add_one to avoid triggering ubsan integer overflow.
Billy Robert O'Neal III
2018-01-08
1
-24
/
+24
*
Add casts to prevent narrowing warnings.
Billy Robert O'Neal III
2018-01-06
1
-2
/
+2
*
[libcxx] [test] Remove nonstandard things and resolve warnings in Xxx_scan tests
Billy Robert O'Neal III
2018-01-06
1
-34
/
+28
*
[libcxx] [test] Rename __x to x. NFCI.
Stephan T. Lavavej
2017-08-11
1
-5
/
+5
*
[libcxx] [test] Rename _Tp to T. NFCI.
Stephan T. Lavavej
2017-08-11
1
-8
/
+8
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2017-06-20
1
-4
/
+4
*
Renamed some of the newly added tests. No functional change
Marshall Clow
2017-06-15
1
-0
/
+0
*
Add a test with an empty input range - should do nothing
Marshall Clow
2017-06-13
1
-0
/
+6
*
Implement the non-parallel versions of exclusive_scan and transform_exclusive...
Marshall Clow
2017-06-10
1
-0
/
+154