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
*
Update test to better check for the non-constexpr-ness of a move constructor....
Marshall Clow
2019-04-25
1
-5
/
+20
*
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
*
Make the test object callable. libstdc++'s bind checks that (libc++ currently...
Marshall Clow
2019-04-24
1
-1
/
+1
*
Add an any_cast test for array types. Thanks to Jonathan Wakely for the sugge...
Marshall Clow
2019-04-24
2
-8
/
+25
*
[libc++] Fix error flags and exceptions propagated from input stream operations
Louis Dionne
2019-04-05
2
-9
/
+50
*
[libc++] Use std::is_nothrow_callable for std::invoke according to LWG 2807
Louis Dionne
2019-04-03
1
-2
/
+3
*
[libc++][NFC] Rename test file according to the libc++ convention
Louis Dionne
2019-04-03
1
-0
/
+58
*
Revert "[libc++] Fix error flags and exceptions propagated from input stream ...
Louis Dionne
2019-04-02
2
-50
/
+9
*
[libc++] Fix error flags and exceptions propagated from input stream operations
Louis Dionne
2019-04-02
2
-9
/
+50
*
[libcxx] Make sure reference_wrapper works with incomplete types
Louis Dionne
2019-04-01
4
-0
/
+162
*
[libc++] Declare std::tuple_element as struct instead of class
Louis Dionne
2019-04-01
4
-8
/
+4
*
Fix PR41130 - 'operator/ of std::chrono::duration and custom type'. Thanks to...
Marshall Clow
2019-04-01
8
-2
/
+127
*
Make common_type's implementation common
Eric Fiselier
2019-03-31
1
-77
/
+98
*
[libc++] Remove unnecessary <iostream> #includes in tests
Louis Dionne
2019-03-28
7
-16
/
+4
*
Reworked all the utilities/meta tests to use ASSERT_SAME_TYPE instead of 'sta...
Marshall Clow
2019-03-28
27
-153
/
+120
*
Cleaup of requirements for optional. While researching LWG3196, I realized th...
Marshall Clow
2019-03-25
1
-0
/
+47
*
[libc++] Remove too-stringent XFAILs for file_clock tests
Louis Dionne
2019-03-21
3
-4
/
+0
*
[libc++] Mark bad_any_cast tests as unsupported when the dylib doesn't suppor...
Louis Dionne
2019-03-21
3
-12
/
+3
*
[libc++] Mark <filesystem> as unavailable on Apple platforms using pragmas
Louis Dionne
2019-03-20
3
-0
/
+4
*
Mark <charconv> tests as unsupported for C++11 and C++14 if you're not testin...
Marshall Clow
2019-03-20
4
-0
/
+8
*
Make to_chars/from_chars work back to C++11. This means that we can use them ...
Marshall Clow
2019-03-20
4
-4
/
+4
*
[libc++] Mark <filesystem> tests as failing when the dylib doesn't support fi...
Louis Dionne
2019-03-20
1
-0
/
+1
*
[libc++] Flag file_clock test as expected to fail with ASAN
Louis Dionne
2019-03-19
1
-0
/
+4
*
[libc++] Build <filesystem> support as part of the dylib
Louis Dionne
2019-03-19
3
-9
/
+0
*
Revert "[libc++] Build <filesystem> support as part of the dylib"
Louis Dionne
2019-03-19
3
-0
/
+9
*
[libc++] Build <filesystem> support as part of the dylib
Louis Dionne
2019-03-19
3
-9
/
+0
*
[libc++] Enable deprecation warnings by default
Louis Dionne
2019-03-12
12
-12
/
+15
*
Allow optional to tolerate being used with a nested class.
Eric Fiselier
2019-03-11
1
-0
/
+41
*
[libc++] Mark several tests as XFAIL on macosx10.7
Louis Dionne
2019-02-27
1
-0
/
+5
*
Implement P1357: Traits for [Un]bounded Arrays; adopted in Kona
Marshall Clow
2019-02-26
2
-0
/
+142
*
[NFC] Fix incorrect comment in std::function test
Louis Dionne
2019-02-21
1
-1
/
+1
*
[libc++] Fix XFAILs when exceptions are disabled
Louis Dionne
2019-02-05
3
-3
/
+3
*
[libc++] Fix XFAILs on macOS when exceptions are disabled
Louis Dionne
2019-02-05
45
-45
/
+45
*
[libc++] Use UNSUPPORTED instead of TEST_STD_VER #ifdef
Louis Dionne
2019-02-05
4
-26
/
+8
*
[libcxx] Start defining lit features for tests depending on availability
Louis Dionne
2019-02-05
45
-321
/
+47
*
Support tests in freestanding
JF Bastien
2019-02-04
1186
-1190
/
+3547
*
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
1190
-4760
/
+3570
*
Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier
2019-01-16
2
-7
/
+10
*
Change from a to a . Fixes PR#39871.
Marshall Clow
2019-01-11
3
-8
/
+8
*
Don't use the form '2017y' in tests, since some gcc versions don't allow it
Marshall Clow
2019-01-11
2
-6
/
+6
*
Implement the 'sys_time' portions of the C++20 calendaring stuff. Reviewed as...
Marshall Clow
2019-01-11
20
-113
/
+1052
*
[libcxx] Reorganize tests since the application of P0602R4
Louis Dionne
2019-01-10
10
-189
/
+273
*
[NFC] Normalize some test 'main' signatures
JF Bastien
2019-01-09
4
-8
/
+4
*
Mark two UDL tests as being unsupported with Clang 7
Eric Fiselier
2019-01-09
2
-2
/
+2
*
De-tab a couple tests. NFC
Marshall Clow
2019-01-03
3
-6
/
+6
*
Fix copy paste error in file_clock tests
Eric Fiselier
2018-12-21
1
-3
/
+3
*
Implement LWG 3145: file_clock breaks ABI for C++17 implementations.
Eric Fiselier
2018-12-21
4
-0
/
+128
*
[libcxx] Use custom allocator's `construct` in C++03 when available.
Volodymyr Sapsai
2018-12-19
1
-1
/
+1
[next]