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 typo in align_const_pair_U_V.pass.cpp
Eric Fiselier
2018-03-29
1
-1
/
+1
*
Move libc++ pair/tuple assign test to libcxx/ test directory.
Eric Fiselier
2018-03-29
3
-140
/
+38
*
avoid new/delete ellision in construct.pass.cpp
Eric Fiselier
2018-03-25
1
-0
/
+4
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2018-03-22
1
-1
/
+1
*
Workaround GCC bug PR78489 - SFINAE order is not respected.
Eric Fiselier
2018-03-22
1
-0
/
+6
*
Use DoNotOptimize to prevent new/delete elision.
Eric Fiselier
2018-03-22
1
-1
/
+5
*
Un-XFAIL a test under new GCC version; the GCC bug has been fixed
Eric Fiselier
2018-03-22
1
-1
/
+1
*
Fix improperly failing test - and the code it was testing. Thanks to Stephan ...
Marshall Clow
2018-03-22
1
-3
/
+4
*
Fix PR22634 - std::allocator doesn't respect over-aligned types.
Eric Fiselier
2018-03-22
1
-22
/
+76
*
Implement LWG3034: P0767R1 breaks previously-standard-layout types
Marshall Clow
2018-03-21
2
-0
/
+66
*
Implement LWG3035: std::allocator's constructors should be constexpr.
Marshall Clow
2018-03-20
1
-0
/
+50
*
Implement P0767R1 - Deprecate POD
Marshall Clow
2018-03-06
1
-0
/
+102
*
[libcxx] [test] Fix MSVC warnings and errors.
Stephan T. Lavavej
2018-02-26
1
-0
/
+1
*
[libcxx] [test] Strip trailing whitespace, NFC.
Stephan T. Lavavej
2018-02-12
2
-4
/
+4
*
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
[next]