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
/
support.dynamic
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
7
-0
/
+14
*
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
1
-0
/
+65
*
[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
50
-50
/
+150
*
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 more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
50
-200
/
+150
*
Fix aligned allocation availability XFAILs after D56445.
Eric Fiselier
2019-01-19
8
-16
/
+24
*
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
*
[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
*
[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] Fix XFAILs for aligned allocation tests on older OSX versions
Louis Dionne
2018-08-15
15
-96
/
+185
*
[libcxx] [test] Fix whitespace, NFC.
Stephan T. Lavavej
2018-04-12
3
-8
/
+8
*
Use DoNotOptimize to prevent new/delete elision.
Eric Fiselier
2018-03-22
15
-44
/
+57
*
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
*
[libc++] Support Microsoft ABI without vcruntime headers
Shoaib Meenai
2017-10-09
3
-0
/
+3
*
[libcxx] [test] Change comments to say C++ instead of c++. NFC.
Stephan T. Lavavej
2017-07-29
2
-4
/
+4
*
[libcxx] [test] Make files consistently end with newlines, NFC.
Stephan T. Lavavej
2017-07-29
1
-1
/
+1
*
Revert "[libcxx] Annotate c++17 aligned new/delete operators with availability"
Akira Hatanaka
2017-06-30
1
-36
/
+0
*
[libcxx] Annotate c++17 aligned new/delete operators with availability
Akira Hatanaka
2017-06-26
1
-0
/
+36
*
Fix GCC 7 test failures.
Eric Fiselier
2017-05-09
10
-10
/
+13
*
Temporarly XFAIL aligned new/delete tests on Windows.
Eric Fiselier
2017-05-07
8
-2
/
+43
*
Add markup for libc++ dylib availability
Mehdi Amini
2017-05-04
10
-3
/
+68
*
Fix test failures caused by new/delete calls getting optimized away
Eric Fiselier
2017-03-02
5
-5
/
+13
*
Rename new_handler in tests to avoid conflicts with MSVC symbols.
Eric Fiselier
2017-01-17
7
-14
/
+14
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
4
-4
/
+4
*
Fix more uses of dynamic exception specifications in C++17
Eric Fiselier
2016-12-11
18
-44
/
+79
*
Remove spurious token from #endif
Roger Ferrer Ibanez
2016-11-02
1
-1
/
+1
*
Protect tests for new/delete under libcpp-no-exceptions
Roger Ferrer Ibanez
2016-11-02
4
-5
/
+20
*
Attempt to workaround XPASS for aligned allocation tests
Eric Fiselier
2016-10-20
4
-4
/
+8
[next]