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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix std::string::data() symbol during library build.
Eric Fiselier
2017-11-20
1
-1
/
+1
*
Attempt to fix template depth test failures on older Clang versions
Eric Fiselier
2017-11-19
1
-0
/
+3
*
Fix min/max usage in variant
Eric Fiselier
2017-11-19
1
-0
/
+5
*
[libc++] Shrink variant's index type when possible
Eric Fiselier
2017-11-19
3
-8
/
+103
*
Fix nodiscard test when modules are enabled
Eric Fiselier
2017-11-19
1
-0
/
+1
*
Mark free functions size/empty/data conditionally noexcept.
Marshall Clow
2017-11-16
1
-4
/
+31
*
More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in f...
Marshall Clow
2017-11-16
3
-2
/
+32
*
More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in m...
Marshall Clow
2017-11-16
2
-4
/
+31
*
More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in s...
Marshall Clow
2017-11-15
10
-420
/
+576
*
[test] Alignment must be > __STDCPP_DEFAULT_NEW_ALIGNMENT__ to call aligned new
Casey Carter
2017-11-15
10
-10
/
+10
*
Clean up the tests for free data(), size() and empty()
Marshall Clow
2017-11-15
3
-24
/
+28
*
Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...
Billy Robert O'Neal III
2017-11-15
35
-100
/
+104
*
Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...
Billy Robert O'Neal III
2017-11-15
58
-74
/
+98
*
First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...
Marshall Clow
2017-11-15
28
-17
/
+493
*
Still more missing tests - this time for the unordered containers
Marshall Clow
2017-11-15
8
-0
/
+432
*
Named the macro wrong in the test.
Marshall Clow
2017-11-15
1
-1
/
+1
*
More missing tests - array<>::size() and array<>::max_size()
Marshall Clow
2017-11-15
2
-0
/
+72
*
Update Appveyor LLVM install link to be current and non-broken
Eric Fiselier
2017-11-15
1
-1
/
+1
*
Added tests for xxx.size() and xxx.empty() for all the sequence containers
Marshall Clow
2017-11-15
9
-0
/
+478
*
Add two new macros: _LIBCPP_NODISCARD_AFTER_CXX17 and _LIBCPP_CONSTEXPR_AFTER...
Marshall Clow
2017-11-14
3
-0
/
+63
*
Rename identifiers named `__output`
Alexander Richardson
2017-11-14
5
-51
/
+54
*
Another test for LWG2952
Marshall Clow
2017-11-14
1
-0
/
+28
*
Implement LWG2950: std::byte operations are misspecified
Marshall Clow
2017-11-14
3
-16
/
+39
*
Implement LWG2952: iterator_traits should work for pointers to cv T
Marshall Clow
2017-11-14
3
-12
/
+30
*
Put the status in the wrong column
Marshall Clow
2017-11-13
1
-1
/
+1
*
Implement P0550R2: Transformation Trait remove_cvref
Marshall Clow
2017-11-13
3
-1
/
+67
*
Two more papers from Albuquerque
Marshall Clow
2017-11-12
1
-0
/
+2
*
Updated C++2a status page with new features/defects approved in Albuquerque.
Marshall Clow
2017-11-12
1
-0
/
+42
*
Add _LIBCPP_INLINE_VISIBILITY to __compressed_pair_elem members
Alex Lorenz
2017-11-09
1
-6
/
+12
*
[libcxx] Mark test cxa_deleted_virtual.pass.cpp as failing for previous libcx...
Volodymyr Sapsai
2017-11-08
1
-0
/
+9
*
Added include for <cassert>
Marshall Clow
2017-11-08
1
-0
/
+1
*
Teach test suite about C++2a dialect flag.
Eric Fiselier
2017-11-07
2
-3
/
+4
*
Change test suite to support c++17 dialect flag instead of c++1z.
Eric Fiselier
2017-11-07
5
-7
/
+9
*
Change a bunch of comments from C++1z to C++17. NFC
Marshall Clow
2017-11-02
17
-17
/
+17
*
Mark tests as unsupported in C++98 as well
Roger Ferrer Ibanez
2017-11-02
2
-2
/
+2
*
Mark Endian as 'in progress'
Marshall Clow
2017-11-02
1
-1
/
+1
*
Revert "[libc++] Don't alias quick_exit if __ANDROID_API__ < 21"
Dan Albert
2017-11-01
1
-5
/
+1
*
[libc++] Don't alias quick_exit if __ANDROID_API__ < 21
Dan Albert
2017-11-01
1
-1
/
+5
*
More statuses, a new patch, too
Marshall Clow
2017-11-01
1
-11
/
+11
*
Update the synopsis to match the P/R of 2945. No code changes.
Marshall Clow
2017-11-01
1
-6
/
+6
*
Fix broken links; update more issues.
Marshall Clow
2017-10-31
1
-35
/
+35
*
Add a fail test for aligned_union of an incomplete type. See LWG#2979. NFC
Marshall Clow
2017-10-31
1
-0
/
+23
*
Add more fuzzing bits: partial_sort_copy, partition_copy, unique, unique_copy...
Marshall Clow
2017-10-30
7
-18
/
+360
*
Implement LWG 3013 - some filesystem members should not be noexcept.
Eric Fiselier
2017-10-30
7
-32
/
+43
*
Fix PR35078 - recursive directory iterator's increment method throws incorrec...
Eric Fiselier
2017-10-30
2
-9
/
+274
*
Mark test as unsupported on C++98/03, since it uses move_iterator
Marshall Clow
2017-10-30
1
-0
/
+2
*
Fix PR#35119 : set_union misbehaves with move_iterators. Thanks to Denis Yaro...
Marshall Clow
2017-10-30
2
-1
/
+45
*
Initial triage
Marshall Clow
2017-10-29
1
-16
/
+16
*
Update status of 2950
Marshall Clow
2017-10-29
1
-4
/
+4
*
Issues to be voted on in ABQ
Marshall Clow
2017-10-29
1
-31
/
+50
[next]