In D91944#2540178, @jdoerfert wrote:There are no test cases anymore, as far as I can tell.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Wed, Feb 3
Wed, Feb 3
I've rebase this patch with the latest git code.
All test cases pass.
I've also applied this patch to a new git clone. It applies and builds successfully.
Jan 18 2021
Jan 18 2021
In D91944#2505159, @jdoerfert wrote:In D91944#2485167, @jdoerfert wrote:Are the test all passing?
Can we fix the failing tests so we can merge this?
Jan 1 2021
Jan 1 2021
Rebased with current branch to avoid patch failure
Emitting error instead of instantiation in clang/lib/Sema/TreeTransform.h. Added a TODO for future.
All clang test and clang-tidy pass. Ran clang-format on all code, except clang/include/clang/Serialization/ASTBitCodes.h which was formatting unrelated code as well.
Dec 3 2020
Dec 3 2020
Updated version of metadirective supporting OpenMP 5.0 features
Nov 25 2020
Nov 25 2020
I have replied to the comments and will update the code accordingly. Some of the codes are intentionally left to be update in 5.1 implementation. Will add TODO comments there.
I will revisit the implementation of getBestWhenMatchForContext and also add more test cases over the weekend and submit new code by next week.
Nov 23 2020
Nov 23 2020
Sep 13 2020
Sep 13 2020
Updated patch to make it extendable to more selectors
Implemented device_arch and implementation_vendor selectors as well
Aug 12 2020
Aug 12 2020
In D76211#2212203, @jdoerfert wrote:Are you planning to add support for the actual OpenMP selectors as well?
All the other traits, scoring, etc. I left a comment below that points you to the right place as we have almost all of that already ready to be reused.
On this note, I would recommend you take a look at the OpenMP 5.1 draft, it contains proper wording for a dynamic context extension, and we will need support in the declare variant as well. That means we need to allow dynamic expressions in OMPTraitInfo and similar places eventually anyway.
Apr 6 2020
Apr 6 2020
Updated the test cases.
Fixed an issue where correct code was not generated if directive variant was not provided in when/default clause
Mar 24 2020
Mar 24 2020
Updated the test files
Mar 17 2020
Mar 17 2020
Fixed formatting issues and replaced SmallVector with ArrayRef .
Fixed build error and test files
Mar 16 2020
Mar 16 2020
Adding test case
Mar 15 2020
Mar 15 2020