Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [pstl] Declare main() as returning int, not int32_t | Louis Dionne | 2019-07-18 | 1 | -1/+1 |
| | | | | llvm-svn: 366490 | ||||
* | [pstl] Mark pstl tests as unsupported before C++17 | Louis Dionne | 2019-06-20 | 1 | -0/+2 |
| | | | | | | This is required to run the tests in lit with libc++'s tests. llvm-svn: 363942 | ||||
* | [pstl] Remove stray usage of pstl::execution instead of std::execution | Louis Dionne | 2019-06-18 | 1 | -1/+1 |
| | | | | llvm-svn: 363723 | ||||
* | [pstl] Remove the stdlib headers from the PSTL and move them to the tests | Louis Dionne | 2019-04-16 | 1 | -9/+0 |
| | | | | | | | | | | | | | | | | | Summary: PSTL should not provide those headers since they belong to the standard library. Instead, we define a dummy standard library in the tests that provides those headers. Reviewers: rodgert, MikeDvorskiy Subscribers: mgorny, jkorous, dexonsmith, libcxx-commits Tags: #libc Differential Revision: https://reviews.llvm.org/D60535 llvm-svn: 358497 | ||||
* | Restructure test suite to follow libc++ standard layout | Louis Dionne | 2019-03-27 | 1 | -0/+139 |
Summary: Subsumes changes requested in https://reviews.llvm.org/D59110 Reviewers: EricWF, ldionne Subscribers: mgorny, krytarowski, jfb, jdoerfert, libcxx-commits Differential Revision: https://reviews.llvm.org/D59856 llvm-svn: 357124 |