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
/
containers
/
views
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libcxx][test] Fix span tests.
Stephan T. Lavavej
2020-01-08
6
-38
/
+19
*
[libc++][P1872] span should have size_type, not index_type.
Louis Dionne
2019-11-14
11
-16
/
+16
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
1
-1
/
+1
*
Fix test failures when using a custom ABI namespace.
Richard Smith
2019-06-24
1
-2
/
+2
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
1
-0
/
+2
*
[libc++] Rename span's as_writeable_bytes to as_writable_bytes
Louis Dionne
2019-03-28
3
-52
/
+52
*
Fix occurrences of _LIBCPP_ASSERT in span tests
Casey Carter
2019-03-27
3
-8
/
+8
*
Eradicate all the ptrdiff_ts in span left over from applying P1227. A couple ...
Marshall Clow
2019-03-06
11
-26
/
+26
*
Implment the last part of P1024: tuple-like interface to span. Reviewed as ht...
Marshall Clow
2019-02-27
6
-0
/
+248
*
Fix an ambiguity in the tests that gcc-tot complained about.
Marshall Clow
2019-02-27
11
-22
/
+22
*
First part of P1227R2 - change span over to use 'size_t' instead of 'ptrdiff_...
Marshall Clow
2019-02-27
5
-18
/
+18
*
LWG3101 - span's Container constructors need another constraint. Reviewed as ...
Marshall Clow
2019-02-25
2
-50
/
+10
*
Commit LWG3144 - span does not have a const_pointer typedef. Reviewed as D57039.
Marshall Clow
2019-02-25
1
-0
/
+4
*
First part of P1024: Usability Enhancements for std::span. Remove operator() ...
Marshall Clow
2019-02-25
3
-8
/
+154
*
Support tests in freestanding
JF Bastien
2019-02-04
32
-32
/
+96
*
While reviewing D57058, Louis had some questions about the existing span cons...
Marshall Clow
2019-01-22
2
-36
/
+69
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
32
-128
/
+96
*
Fix static assert diagnostic checks in i386
Eric Fiselier
2018-12-15
1
-1
/
+1
*
Tolerate Clangs new static_assert messages
Eric Fiselier
2018-12-14
1
-1
/
+1
*
Implement P1085R2 - Should Span be Regular?. This consists entirely of deletions
Marshall Clow
2018-11-27
6
-950
/
+0
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2018-11-14
38
-154
/
+154
*
Mark LWG#3102 as complete. No code changes, but I updated a test or two
Marshall Clow
2018-09-13
1
-0
/
+6
*
Disable 'suggest braces' warnings for std::array in tests
Marshall Clow
2018-07-24
2
-0
/
+7
*
Implement <span>. Reviewed as https://reviews.llvm.org/D49338
Marshall Clow
2018-07-24
38
-0
/
+4408