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
/
meta
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement P0340R3: Make 'underlying_type' SFINAE-friendly. Reviewed as https:...
Marshall Clow
2019-06-21
2
-20
/
+106
*
Use rvalue references throughout the is_constructible traits.
Eric Fiselier
2019-06-21
3
-6
/
+3
*
Enable aligned_union in C++03
Eric Fiselier
2019-06-21
1
-2
/
+0
*
Get is_convertible tests passing in C++03 (except the fallback).
Eric Fiselier
2019-06-21
2
-8
/
+3
*
Make rvalue metaprogramming traits work in C++03.
Eric Fiselier
2019-06-21
8
-19
/
+0
*
[libc++] Re-apply XFAIL to is_base_of test that was inadvertently reverted
Louis Dionne
2019-06-18
1
-4
/
+5
*
[libc++] Revert the addition of map/multimap CTAD
Louis Dionne
2019-06-18
1
-2
/
+1
*
XFAIL a couple of tests on apple-clang-9.1, which is a compiler that I didn't...
Marshall Clow
2019-06-11
1
-1
/
+2
*
Add a test for is_base_of and incomplete types. Because this trait uses a com...
Marshall Clow
2019-06-11
1
-0
/
+92
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
21
-0
/
+42
*
Improve the test coverage for std::is_base_of
Marshall Clow
2019-05-16
1
-0
/
+15
*
Mark is_trivially_destructible as unsupported with apple-clang-9
Nico Weber
2019-05-03
1
-0
/
+1
*
Support overaligned types in `aligned_storage`.
Eric Fiselier
2019-04-30
1
-0
/
+8
*
Use modern type trait implementations when available.
Richard Smith
2019-04-25
1
-0
/
+6
*
Add std::is_constant_evaluated.
Eric Fiselier
2019-04-24
2
-0
/
+79
*
[libc++][NFC] Rename test file according to the libc++ convention
Louis Dionne
2019-04-03
1
-0
/
+58
*
Make common_type's implementation common
Eric Fiselier
2019-03-31
1
-77
/
+98
*
Reworked all the utilities/meta tests to use ASSERT_SAME_TYPE instead of 'sta...
Marshall Clow
2019-03-28
27
-153
/
+120
*
Implement P1357: Traits for [Un]bounded Arrays; adopted in Kona
Marshall Clow
2019-02-26
2
-0
/
+142
*
[libc++] Use UNSUPPORTED instead of TEST_STD_VER #ifdef
Louis Dionne
2019-02-05
1
-7
/
+2
*
Support tests in freestanding
JF Bastien
2019-02-04
143
-144
/
+430
*
Fix PR40495 - is_invokable_v<void> does not compile
Eric Fiselier
2019-01-29
2
-182
/
+356
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
144
-576
/
+432
*
Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier
2019-01-16
2
-7
/
+10
*
Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
Marshall Clow
2018-12-11
1
-1
/
+1
*
First part of P0482 - Establish that char8_t is an integral type, and that nu...
Marshall Clow
2018-11-29
1
-0
/
+3
*
Revert commit r347904 because it broke older compilers
Marshall Clow
2018-11-29
1
-3
/
+0
*
First part of P0482 - Establish that char8_t is an integral type, and that nu...
Marshall Clow
2018-11-29
1
-0
/
+3
*
Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF...
Eric Fiselier
2018-11-28
1
-3
/
+6
*
Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier
2018-11-28
1
-6
/
+3
*
Get tests compiling with -Wunused-local-typedef
Eric Fiselier
2018-11-15
1
-1
/
+0
*
Add a test that shows what happens with throwing destructors. NFC.
Marshall Clow
2018-10-11
1
-0
/
+11
*
Implement P0887: The identity metafunction
Marshall Clow
2018-08-02
1
-0
/
+40
*
[test] two small cleanups:
Casey Carter
2018-07-09
2
-5
/
+2
*
Update XFAIL so apple-clang-9.0 is the last version not implementing Core 2094.
Volodymyr Sapsai
2018-05-14
1
-1
/
+1
*
Fix failing test due to incorrect use of noexcept
Eric Fiselier
2018-05-11
1
-14
/
+0
*
Fix PR37407 - callable traits don't correctly check complete types.
Eric Fiselier
2018-05-10
2
-1
/
+37
*
[libcxx] [test] Fix whitespace, NFC.
Stephan T. Lavavej
2018-04-12
1
-1
/
+1
*
[test] [NFC] cleanup aligned_storage test
Casey Carter
2018-04-09
1
-106
/
+55
*
Implement LWG3034: P0767R1 breaks previously-standard-layout types
Marshall Clow
2018-03-21
2
-0
/
+66
*
Implement P0767R1 - Deprecate POD
Marshall Clow
2018-03-06
1
-0
/
+102
*
[libcxx] [test] Strip trailing whitespace, NFC.
Stephan T. Lavavej
2018-02-12
1
-2
/
+2
*
Fix has_unique_object_representation after Clang commit r324134.
Eric Fiselier
2018-02-02
1
-2
/
+4
*
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
*
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] P0604, invoke_result and is_invocable
Zhihao Yuan
2017-12-12
6
-281
/
+339
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2017-12-07
1
-1
/
+1
*
Implement P0550R2: Transformation Trait remove_cvref
Marshall Clow
2017-11-13
1
-0
/
+52
[next]