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
/
experimental
/
language.support
/
support.coroutines
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
14
-0
/
+26
*
Support tests in freestanding
JF Bastien
2019-02-04
27
-28
/
+81
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
27
-108
/
+81
*
[coroutines] libcxx, noop_coroutine, make bots even more happy
Gor Nishanov
2018-04-05
1
-1
/
+0
*
[coroutines] libcxx noop_coroutine. Make bots happier
Gor Nishanov
2018-04-04
1
-0
/
+10
*
[coroutines] Add noop_coroutine to <experimental/coroutine>
Gor Nishanov
2018-04-04
1
-0
/
+66
*
[libcxx] [test] Change comments to say C++ instead of c++. NFC.
Stephan T. Lavavej
2017-07-29
1
-1
/
+1
*
Allow coroutine_handle<const T> to support creation from const references to ...
Eric Fiselier
2017-06-16
1
-0
/
+35
*
Mark two coroutine tests as unsupported under ubsan, again
Vedant Kumar
2017-06-02
2
-0
/
+6
*
Revert "Mark two coroutine tests as unsupported under ubsan"
Vedant Kumar
2017-06-02
2
-6
/
+0
*
[test] Allow non-libc++ coroutine_handle::done to strengthen noexcept
Casey Carter
2017-06-01
4
-6
/
+6
*
Mark two coroutine tests as unsupported under ubsan
Vedant Kumar
2017-06-01
2
-0
/
+6
*
Remove ubsan XFAILS in two tests
Vedant Kumar
2017-06-01
2
-6
/
+0
*
Fix silly mistakes in recent changes made to coroutine test
Eric Fiselier
2017-05-31
1
-4
/
+2
*
Transform the libc++ coroutine shell tests into normal .pass.cpp tests.
Eric Fiselier
2017-05-31
25
-107
/
+15
*
[coroutines] Make coroutine_handle<T>::from_address ill-formed for everything...
Eric Fiselier
2017-05-29
2
-0
/
+55
*
Fix coroutine test failures caused by API misusages.
Eric Fiselier
2017-05-29
3
-6
/
+6
*
Correct XFAIL's in coroutine tests to only list ubsan
Eric Fiselier
2017-05-28
2
-9
/
+10
*
Fix use of uninitialized memory
Eric Fiselier
2017-05-28
1
-1
/
+1
*
XFAIL tests which trigger coroutine debug info crash in Clang
Eric Fiselier
2017-05-28
2
-0
/
+8
*
Add hack to allow test to run w/o C++17 copy elision
Eric Fiselier
2017-05-28
1
-2
/
+9
*
[coroutines] Add end-to-end tests within libc++
Eric Fiselier
2017-05-28
8
-0
/
+809
*
Update more coroutine_handle signatures to reflect N4663.
Eric Fiselier
2017-05-25
3
-10
/
+59
*
Update coroutine_handle<P>::promise to reflect N4663.
Eric Fiselier
2017-05-25
1
-3
/
+3
*
Add <experimental/coroutine>
Eric Fiselier
2017-05-25
17
-0
/
+1002