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.inclusive.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
2
-0
/
+2
*
Support tests in freestanding
JF Bastien
2019-02-04
2
-2
/
+6
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
*
[libcxx] [test] Fix MSVC warnings and errors.
Stephan T. Lavavej
2018-02-26
2
-24
/
+24
*
Change add_ten to add_one to avoid triggering ubsan integer overflow.
Billy Robert O'Neal III
2018-01-08
2
-43
/
+43
*
Add casts to prevent narrowing warnings.
Billy Robert O'Neal III
2018-01-06
2
-4
/
+4
*
[libcxx] [test] Remove nonstandard things and resolve warnings in Xxx_scan tests
Billy Robert O'Neal III
2018-01-06
2
-60
/
+48
*
[libcxx] [test] Rename __x to x. NFCI.
Stephan T. Lavavej
2017-08-11
2
-10
/
+11
*
[libcxx] [test] Rename _Tp to T. NFCI.
Stephan T. Lavavej
2017-08-11
2
-16
/
+16
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
1
-2
/
+2
*
[libcxx] [test] Strip trailing whitespace, NFC.
Stephan T. Lavavej
2017-07-29
2
-8
/
+8
*
Implement inclusive_scan/transform_inclusive_scan for C++17.
Marshall Clow
2017-06-23
2
-0
/
+293