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
/
language.support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the feature test macros that were defined in p1353r0 to the headers of th...
Marshall Clow
2019-01-07
3
-1
/
+35
*
Unbreak green dragon bots w/o __builtin_launder
Eric Fiselier
2018-12-17
1
-2
/
+2
*
Expect Clang diagnostics in std::launder test
Eric Fiselier
2018-12-17
1
-0
/
+2
*
Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...
Marshall Clow
2018-12-14
9
-0
/
+100
*
Fix problems with char8_t stuff on compilers that don't support char8_t yet
Marshall Clow
2018-12-11
9
-9
/
+9
*
Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
Marshall Clow
2018-12-11
45
-8
/
+275
*
[libcxx] Remove the availability_markup LIT feature
Louis Dionne
2018-12-07
2
-10
/
+10
*
[libcxx] Add XFAILs for aligned allocation tests on AppleClang 9
Louis Dionne
2018-12-06
8
-96
/
+96
*
First part of P0482 - Establish that char8_t is an integral type, and that nu...
Marshall Clow
2018-11-29
32
-0
/
+165
*
Revert commit r347904 because it broke older compilers
Marshall Clow
2018-11-29
32
-165
/
+0
*
First part of P0482 - Establish that char8_t is an integral type, and that nu...
Marshall Clow
2018-11-29
32
-0
/
+165
*
[libcxx] Fix XFAILs for aligned allocation tests
Louis Dionne
2018-11-26
8
-132
/
+152
*
[NFC] Rename lit feature to '-fsized-deallocation' for consistency
Louis Dionne
2018-11-21
2
-2
/
+2
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2018-11-14
1
-1
/
+1
*
Update commnents to reflect the changes for LWG#3127. NFC
Marshall Clow
2018-10-22
2
-1
/
+31
*
Update commnents to reflect the changes for LWG#3122. NFC
Marshall Clow
2018-10-22
2
-0
/
+2
*
[libcxx] [test] Don't detect Windows' UCRT with TEST_COMPILER_C1XX
Billy Robert O'Neal III
2018-10-20
1
-4
/
+2
*
Fix threaded test under no-threading configuration
Eric Fiselier
2018-10-01
2
-0
/
+4
*
Implement the infrastructure for feature-test macros. Very few actual feature...
Marshall Clow
2018-09-12
40
-0
/
+1486
*
Update the failure annotations for the uncaught_exceptions test. The underlyi...
Marshall Clow
2018-09-12
1
-5
/
+5
*
Selectively import timespec_get into namespace std, since some C libraries do...
Marshall Clow
2018-08-15
1
-1
/
+1
*
Mark the at_exit and at_quick_exit tests as unsupported under C++98 an 03, si...
Marshall Clow
2018-08-15
3
-2
/
+3
*
[libcxx] Fix XFAILs for aligned allocation tests on older OSX versions
Louis Dionne
2018-08-15
15
-96
/
+185
*
[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
*
import timespec and timespec_get into namespace std if we're under c++17 or l...
Marshall Clow
2018-07-31
1
-0
/
+14
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2018-06-14
1
-2
/
+2
*
Fix embarrasing typo in uncaught_exceptions. Update tests to really test this...
Marshall Clow
2018-05-29
1
-21
/
+29
*
[libcxx] [test] Fix whitespace, NFC.
Stephan T. Lavavej
2018-04-12
3
-8
/
+8
*
Implement P0768r1: Library support for the Spaceship Operator.
Eric Fiselier
2018-04-06
6
-0
/
+804
*
Implement P0754R2: The <version> header.
Marshall Clow
2018-04-03
1
-0
/
+17
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2018-03-22
1
-1
/
+1
*
Use DoNotOptimize to prevent new/delete elision.
Eric Fiselier
2018-03-22
15
-44
/
+57
*
Implement LWG3034: P0767R1 breaks previously-standard-layout types
Marshall Clow
2018-03-21
1
-2
/
+5
*
Implement P0767R1 - Deprecate POD
Marshall Clow
2018-03-06
2
-1
/
+12
*
Fix most GCC test failures.
Eric Fiselier
2018-01-18
1
-1
/
+1
*
Fix nodiscard failure tests on compilers w/o -verify.
Eric Fiselier
2018-01-17
1
-1
/
+1
*
Commit tests for changes in revision 319710
Marshall Clow
2017-12-04
10
-0
/
+252
*
Implement p0137r1 - std::launder. Reviewed as https://reviews.llvm.org/D40144
Marshall Clow
2017-11-22
3
-0
/
+96
*
[test] Alignment must be > __STDCPP_DEFAULT_NEW_ALIGNMENT__ to call aligned new
Casey Carter
2017-11-15
10
-10
/
+10
*
Change test suite to support c++17 dialect flag instead of c++1z.
Eric Fiselier
2017-11-07
2
-2
/
+2
*
Placate unused variable warnings uncovered by improvements to clang's -Wunuse...
Benjamin Kramer
2017-10-14
2
-0
/
+2
*
[libc++] Support Microsoft ABI without vcruntime headers
Shoaib Meenai
2017-10-09
3
-0
/
+3
*
[libcxx] [test] Rename _Tp to T. NFCI.
Stephan T. Lavavej
2017-08-11
1
-2
/
+2
*
[libcxx] [test] Change comments to say C++ instead of c++. NFC.
Stephan T. Lavavej
2017-07-29
3
-5
/
+5
*
[libcxx] [test] Make files consistently end with newlines, NFC.
Stephan T. Lavavej
2017-07-29
1
-1
/
+1
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
18
-133
/
+133
*
Revert "[libcxx] Annotate c++17 aligned new/delete operators with availability"
Akira Hatanaka
2017-06-30
1
-36
/
+0
[next]