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
*
Fix _LIBCPP_HAS_ definitions for Android.
Dan Albert
2019-11-18
2
-5
/
+4
*
[libc++] [P1612] Add missing feature-test macro __cpp_lib_endian.
Louis Dionne
2019-11-14
2
-0
/
+40
*
[libc++] Take 2: Implement LWG 2510
Louis Dionne
2019-09-26
2
-0
/
+53
*
[libc++] Purge mentions of GCC 4 from the test suite
Louis Dionne
2019-09-25
2
-8
/
+0
*
Revert r372777: [libc++] Implement LWG 2510 and its follow-ups
Ilya Biryukov
2019-09-25
4
-53
/
+8
*
[libc++] Purge mentions of GCC 4 from the test suite
Louis Dionne
2019-09-24
3
-9
/
+1
*
[libc++] Try fixing tests that fail on GCC 5 and older
Louis Dionne
2019-09-24
1
-0
/
+4
*
[libc++] Implement LWG 2510
Louis Dionne
2019-09-24
2
-0
/
+49
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
1
-1
/
+1
*
[libcxx] Rejigger test for destroying delete feature-test macros
Louis Dionne
2019-07-16
1
-4
/
+13
*
Mark destroying delete test as UNSUPPORTED with clang 7
Eric Fiselier
2019-07-12
1
-1
/
+1
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
41
-0
/
+82
*
fix test for older clang versions
Eric Fiselier
2019-05-24
1
-0
/
+1
*
fix destroying delete test with older apple compilers
Eric Fiselier
2019-05-24
2
-0
/
+54
*
P0722R3: Implement library support for destroying delete
Eric Fiselier
2019-05-23
3
-6
/
+71
*
Implement midpoint for floating point types. Reviewed as https://reviews.llvm...
Marshall Clow
2019-04-25
2
-0
/
+40
*
Add std::is_constant_evaluated.
Eric Fiselier
2019-04-24
2
-6
/
+6
*
Fix implementation of ::abs and std::abs LWG 2192.
Eric Fiselier
2019-04-23
1
-1
/
+49
*
[libcxx] [test] Revert r356632 add (void) casts to operator new calls, to sup...
Billy Robert O'Neal III
2019-03-21
6
-6
/
+6
*
[libcxx] [test] Add (void) casts to operator new calls, to suppress warnings ...
Billy Robert O'Neal III
2019-03-20
6
-6
/
+6
*
Support tests in freestanding
JF Bastien
2019-02-04
210
-210
/
+546
*
Move the feature test macros script to the utils directory.
Eric Fiselier
2019-02-02
1
-975
/
+0
*
[libcxx] Include <cstring> in tests that use strcmp
Louis Dionne
2019-01-22
1
-2
/
+2
*
Fix aligned allocation availability XFAILs after D56445.
Eric Fiselier
2019-01-20
8
-24
/
+40
*
Revert "Fix aligned allocation availability XFAILs after D56445."
Eric Fiselier
2019-01-20
8
-24
/
+16
*
Update generator script to use the new license file header.
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
211
-844
/
+633
*
Fix aligned allocation availability XFAILs after D56445.
Eric Fiselier
2019-01-19
8
-16
/
+24
*
correct script name in generated tests
Eric Fiselier
2019-01-16
43
-89
/
+91
*
Fix feature test macros for atomics/mutexes without threading
Eric Fiselier
2019-01-16
4
-73
/
+177
*
Implement feature test macros using a script.
Eric Fiselier
2019-01-16
43
-1054
/
+7079
*
[test] Fix logic error in <compare> tests; enable for MSVC Dev16
Casey Carter
2019-01-15
3
-3
/
+3
*
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
[next]