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
/
depr
/
depr.c.headers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix _LIBCPP_HAS_ definitions for Android.
Dan Albert
2019-11-18
1
-2
/
+1
*
AIX system headers need stdint.h and inttypes.h to be re-enterable
Xing Xue
2019-06-20
1
-0
/
+268
*
[libc++] Add missing #include in <cwchar> tests
Louis Dionne
2019-06-13
1
-0
/
+1
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
20
-0
/
+39
*
Fix implementation of ::abs and std::abs LWG 2192.
Eric Fiselier
2019-04-23
2
-6
/
+87
*
Add fenv.h header
Eric Fiselier
2019-02-11
1
-11
/
+11
*
Support tests in freestanding
JF Bastien
2019-02-04
26
-26
/
+78
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
26
-104
/
+78
*
Fix FP comparisons when SSE isn't available
Eric Fiselier
2018-12-17
1
-15
/
+24
*
[test] [depr.c.headers] XFAIL uchar.h on NetBSD
Michal Gorny
2018-12-12
1
-0
/
+1
*
[libcxx] [test] Don't detect Windows' UCRT with TEST_COMPILER_C1XX
Billy Robert O'Neal III
2018-10-20
1
-3
/
+1
*
[libc++] Disable failing C11 feature tests for <cfloat> and <float.h>
Louis Dionne
2018-08-15
1
-3
/
+3
*
[libc++] Add missing #include in C11 features tests
Louis Dionne
2018-08-14
1
-0
/
+2
*
Final bit of P0063 - make sure that aligned_alloc is available when the under...
Marshall Clow
2018-07-31
1
-0
/
+10
*
Test for the presence of a bunch of new macros for c++17. These macros come f...
Marshall Clow
2018-07-31
1
-0
/
+42
*
Implement LWG3034: P0767R1 breaks previously-standard-layout types
Marshall Clow
2018-03-21
1
-0
/
+2
*
One more test for P0767:
Marshall Clow
2018-03-06
1
-0
/
+8
*
Placate unused variable warnings uncovered by improvements to clang's -Wunuse...
Benjamin Kramer
2017-10-14
2
-0
/
+2
*
XFAIL tests on SLES11
Brian Cain
2017-09-08
1
-0
/
+1
*
Fix libc++ test to pass in C++03 mode
Mehdi Amini
2017-03-03
1
-1
/
+1
*
test: silence warnings on clang under clang-cl
Saleem Abdulrasool
2017-02-18
1
-1
/
+1
*
Remove mblen(), mbtowc() and wctomb() from the thread-unsafe functions.
Ed Schouten
2016-12-30
1
-2
/
+0
*
[libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...
Stephan T. Lavavej
2016-11-14
1
-42
/
+44
*
Remove all _LIBCPP_VERSION tests from under test/std
Eric Fiselier
2016-10-08
3
-12
/
+0
*
Avoid applying unary minus to unsigned integers. Patch from STL@microsoft.com
Eric Fiselier
2016-06-30
1
-4
/
+4
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
1
-1
/
+3
*
Silence more unused variable warnings. Patch from STL@microsoft.com
Eric Fiselier
2016-06-14
1
-0
/
+8
*
Tolerate incorrect return type for 'isinf' and 'isnan' in tests.
Eric Fiselier
2016-05-27
3
-63
/
+48
*
Cleanup warnings and remove use of __builtin_va_list in depr.c.headers
Eric Fiselier
2016-05-02
5
-20
/
+9
*
Void cast runtime-unused variables. Patch from STL@microsoft.com
Eric Fiselier
2016-05-02
2
-1
/
+8
*
Move extern C include test into test/libcxx
Eric Fiselier
2016-04-29
1
-43
/
+0
*
Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com
Eric Fiselier
2016-04-28
2
-0
/
+6
*
Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr from
Richard Smith
2016-02-10
2
-10
/
+15
*
Silence a -Wmissing-braces warning in the tests; mbstate_t is defined differe...
Marshall Clow
2015-11-25
1
-0
/
+8
*
[libcxx] Fixup a few fumbles in the initial no-exceptions XFAILs list.
Asiri Rathnayake
2015-11-12
1
-1
/
+0
*
std:: qualify ptrdiff_t in the test. Thanks to Walter for the catch
Marshall Clow
2015-11-10
1
-2
/
+2
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
1
-0
/
+1
*
Fix use of libc++ <foo.h> headers from within an 'extern "C"' context in C++98.
Richard Smith
2015-10-13
1
-0
/
+43
*
Revert r249931 - Remove same_decls.pass.cpp because it fails on OS X and in C...
Eric Fiselier
2015-10-10
1
-517
/
+0
*
Get some of wchar_h.pass.cpp working on apple.
Eric Fiselier
2015-10-10
1
-10
/
+16
*
Unrevert r249889, and XFAIL the test for Darwin, where the libc apparently do...
Richard Smith
2015-10-10
1
-11
/
+24
*
Add a test that we declare the right set of C library function signatures in ::
Richard Smith
2015-10-10
1
-0
/
+517
*
Revert r249889 due to bot failure.
Manman Ren
2015-10-10
1
-18
/
+11
*
Split <wchar.h> out of <cwchar>.
Richard Smith
2015-10-09
1
-11
/
+18
*
Split <stdlib.h> out of <cstdlib>.
Richard Smith
2015-10-09
1
-0
/
+24
*
Split <stdio.h> out of <cstdio>.
Richard Smith
2015-10-09
1
-0
/
+20
*
Fix test failure in C++98 mode due to imperfect static_assert emulation.
Richard Smith
2015-10-08
1
-1
/
+1
*
Split <stddef.h> out of <cstddef>.
Richard Smith
2015-10-08
1
-0
/
+22
*
Split <setjmp.h> out of <csetjmp>.
Richard Smith
2015-10-08
1
-0
/
+4
*
Split <math.h> out of <cmath>.
Richard Smith
2015-10-08
3
-22
/
+884
[next]