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
/
utilities
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix has_unique_object_representation after Clang commit r324134.
Eric Fiselier
2018-02-02
1
-2
/
+4
*
Disable test in C++<11 mode due to use of alignas.
Richard Smith
2018-02-01
1
-0
/
+2
*
Make std::get_temporary_buffer respect overaligned types when possible
Richard Smith
2018-02-01
1
-0
/
+33
*
[libc++] Fix PR20855 -- libc++ incorrectly diagnoses illegal reference bindin...
Eric Fiselier
2018-01-24
1
-0
/
+136
*
include <cstdint> to get uint32_t
Marshall Clow
2018-01-24
1
-0
/
+1
*
Implement P0463R1: 'Endian just Endian'. Reviewed as https://reviews.llvm.org...
Marshall Clow
2018-01-24
1
-0
/
+47
*
Last batch of P0202 constexpr additions: includes/set_intersection/exchange
Marshall Clow
2018-01-22
1
-1
/
+29
*
Fix most GCC test failures.
Eric Fiselier
2018-01-18
1
-0
/
+48
*
[libcxx] [test] Improve MSVC portability.
Stephan T. Lavavej
2018-01-10
1
-4
/
+8
*
Apparently 'C++14' is different than 'c++14'
Marshall Clow
2018-01-08
1
-1
/
+1
*
Add the C++17 extensions to std::search. Include the default searcher, but no...
Marshall Clow
2018-01-08
11
-0
/
+1264
*
Add pre-C++11 is_constructible wrappers for 3 arguments
Dimitry Andric
2018-01-07
1
-0
/
+12
*
Implement p0258r2: has_unique_object_representations
Marshall Clow
2018-01-03
1
-0
/
+104
*
[libcxx] [test] Fix line endings, avoid unnecessary non-ASCII.
Stephan T. Lavavej
2017-12-13
1
-1
/
+1
*
[libcxx] [test] Fix MSVC warnings, null pointer deref.
Stephan T. Lavavej
2017-12-13
3
-7
/
+4
*
[libcxx] P0604, invoke_result and is_invocable
Zhihao Yuan
2017-12-12
8
-291
/
+349
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2017-12-07
1
-1
/
+1
*
Land D28253 which fixes PR28929 (which we mistakenly marked as fixed before)
Marshall Clow
2017-12-05
2
-0
/
+58
*
Fix problems with r'890 when building on machines where sizeof(size_t) != siz...
Marshall Clow
2017-11-27
2
-6
/
+3
*
Fix PR#35438 - bitset constructor does not zero unused bits
Marshall Clow
2017-11-27
2
-1
/
+20
*
Fix failure on C++03 bots
Marshall Clow
2017-11-27
2
-0
/
+6
*
Implement LWG#2948: unique_ptr does not define operator<< for stream output
Marshall Clow
2017-11-27
2
-0
/
+60
*
More of P0600; marking allocation routines as [[nodiscard]]
Marshall Clow
2017-11-26
4
-0
/
+137
*
[libcxx] Implement std::to_address for C++20
Eric Fiselier
2017-11-22
1
-0
/
+120
*
Add another test_macros.h include I missed to tuple.by.type.pass.cpp
Billy Robert O'Neal III
2017-11-22
1
-0
/
+1
*
Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...
Billy Robert O'Neal III
2017-11-21
8
-17
/
+17
*
Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...
Billy Robert O'Neal III
2017-11-15
4
-10
/
+10
*
Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...
Billy Robert O'Neal III
2017-11-15
8
-9
/
+9
*
Implement P0550R2: Transformation Trait remove_cvref
Marshall Clow
2017-11-13
1
-0
/
+52
*
Add a fail test for aligned_union of an incomplete type. See LWG#2979. NFC
Marshall Clow
2017-10-31
1
-0
/
+23
*
Placate unused variable warnings uncovered by improvements to clang's -Wunuse...
Benjamin Kramer
2017-10-14
5
-0
/
+7
*
Remove unneeded typename from test
Roger Ferrer Ibanez
2017-10-10
2
-2
/
+2
*
Fix accidental assignment inside test asserts
Eric Fiselier
2017-10-04
2
-2
/
+2
*
Add C++17 explicit deduction guides to std::pair.
Eric Fiselier
2017-10-04
2
-3
/
+84
*
Fix two failing -verify tests to tolerate old and new clang versions
Eric Fiselier
2017-09-17
2
-5
/
+5
*
Fix failing -verify tests due to change in Clangs static_assert message.
Eric Fiselier
2017-09-17
6
-28
/
+28
*
Fix accidental ADL in std::allocator_traits meta-programming.
Eric Fiselier
2017-09-15
8
-0
/
+84
*
Fix PR34298 - Allow std::function with an incomplete return type.
Eric Fiselier
2017-09-10
1
-1
/
+36
*
Revert "Fix PR34298 - Allow std::function with an incomplete return type."
Eric Fiselier
2017-09-10
1
-36
/
+1
*
Fix PR34298 - Allow std::function with an incomplete return type.
Eric Fiselier
2017-09-10
1
-1
/
+36
*
[test] Cleanup nullopt_t tests
Casey Carter
2017-08-31
3
-44
/
+14
*
[libcxx] [test] Update for C++17 feature removals.
Stephan T. Lavavej
2017-08-24
8
-11
/
+27
*
[libcxx] [test] Rename _Up to U, etc. NFCI.
Stephan T. Lavavej
2017-08-11
4
-16
/
+16
*
[libcxx] [test] Rename _Tp to T. NFCI.
Stephan T. Lavavej
2017-08-11
7
-14
/
+14
*
[libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.
Stephan T. Lavavej
2017-08-05
5
-5
/
+5
*
Mark LWG 2942 as complete
Eric Fiselier
2017-07-30
2
-4
/
+2
*
[libcxx] [test] Change comments to say C++ instead of c++. NFC.
Stephan T. Lavavej
2017-07-29
5
-5
/
+5
*
[libcxx] [test] In func.wrap.func.con/alloc_F.pass.cpp, fix REQUIRES whitespa...
Stephan T. Lavavej
2017-07-29
1
-1
/
+1
*
[libcxx] [test] Make files consistently end with newlines, NFC.
Stephan T. Lavavej
2017-07-29
4
-4
/
+4
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
18
-57
/
+57
[next]