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
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
104
-0
/
+190
*
Fix implementation of ::abs and std::abs LWG 2192.
Eric Fiselier
2019-04-23
2
-6
/
+87
*
[libc++] Enable deprecation warnings by default
Louis Dionne
2019-03-12
65
-12
/
+126
*
Add fenv.h header
Eric Fiselier
2019-02-11
1
-11
/
+11
*
Support tests in freestanding
JF Bastien
2019-02-04
150
-150
/
+448
*
[libcxx] Include <cstring> in tests that use strcmp
Louis Dionne
2019-01-22
1
-1
/
+2
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
153
-612
/
+459
*
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] Reintroduce UNSUPPORTED annotation for strstreambuf overflow test
Louis Dionne
2018-11-22
1
-0
/
+4
*
[libcxx] Mark strstreams tests as being supported on all OS X versions
Louis Dionne
2018-11-21
1
-4
/
+0
*
[libcxx] [test] Don't detect Windows' UCRT with TEST_COMPILER_C1XX
Billy Robert O'Neal III
2018-10-20
1
-3
/
+1
*
[libcxx] Fix the binder deprecation tests on Clang 5.
Louis Dionne
2018-09-23
4
-24
/
+8
*
[libcxx] Fix buildbots on Debian
Louis Dionne
2018-09-23
4
-0
/
+4
*
[libc++] Add deprecated attributes to many deprecated components
Louis Dionne
2018-09-23
4
-0
/
+136
*
[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
*
[libcxx] [test] Use the correct type from strlen. Include correct header.
Billy Robert O'Neal III
2018-04-10
3
-6
/
+9
*
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
*
Change a bunch of comments from C++1z to C++17. NFC
Marshall Clow
2017-11-02
16
-16
/
+16
*
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
*
[libcxx] [test] Update for C++17 feature removals.
Stephan T. Lavavej
2017-08-24
2
-0
/
+4
*
Add markup for libc++ dylib availability
Mehdi Amini
2017-05-04
1
-0
/
+4
*
Remove the binders from C++17. Reviewed as https://reviews.llvm.org/D31769
Marshall Clow
2017-04-13
44
-0
/
+674
*
Fix libc++ test to pass in C++03 mode
Mehdi Amini
2017-03-03
1
-1
/
+1
*
Remove more usages of REQUIRES-ANY in the test-suite
Eric Fiselier
2017-03-02
14
-14
/
+14
*
test: silence warnings on clang under clang-cl
Saleem Abdulrasool
2017-02-18
1
-1
/
+1
*
[libcxx] Remove unexpected handlers in C++17
Eric Fiselier
2017-02-17
4
-0
/
+8
*
Remove auto_ptr in C++17. Get it back by defining _LIBCPP_ENABLE_CXX17_REMOVE...
Marshall Clow
2017-01-24
14
-0
/
+28
*
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
*
Fix unreferenced parameter warning. Patch from STL@microsoft.com
Eric Fiselier
2016-06-30
1
-1
/
+1
*
Avoid applying unary minus to unsigned integers. Patch from STL@microsoft.com
Eric Fiselier
2016-06-30
1
-4
/
+4
*
[libcxx] Fix a bug in strstreambuf::overflow.
Akira Hatanaka
2016-06-29
1
-0
/
+32
*
Move remaining _LIBCPP_VERSION tests into test/libcxx
Eric Fiselier
2016-06-22
1
-20
/
+0
*
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
*
Remove trailing whitespace in test suite. Approved by Marshall Clow.
Eric Fiselier
2016-06-01
1
-1
/
+1
*
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
[next]