User Details
- User Since
- Aug 3 2016, 9:02 AM (307 w, 6 d)
Today
Fri, Jun 24
Wed, Jun 22
Thu, Jun 2
May 26 2022
May 25 2022
May 24 2022
Add a function to parse reserved locators.
May 23 2022
Thanks for the review @ABataev. Any more comments on this update?
May 19 2022
Use dependency kind to represent 'omp_all_memory' which fits nicely for codegen.
Add struct to OMPDependClause to reduce parameter passing.
Move OpenMPVarListDataTy so it can be shared between parsing and sema to reduce parameters in calls.
May 17 2022
Added the source location of 'omp_all_memory' to the clause.
May 13 2022
May 12 2022
Return Decl only when a single Decl.
Test that error is still given if multiple Decls.
May 11 2022
May 10 2022
May 9 2022
May 3 2022
Mar 24 2022
Mar 23 2022
Mar 22 2022
Mar 18 2022
Mar 16 2022
Address review comments.
Mar 15 2022
Feb 17 2022
What's the use case? I wasn't aware of any. We saw it from someone who did it accidently and caused the compiler to crash in codegen.
Feb 16 2022
Feb 14 2022
Use a parameter for ReadDirectiveWithinMetadirective.
Jan 14 2022
Added whitespace to the test.
Addressed review comments.
Jan 13 2022
Jan 12 2022
Jan 7 2022
Thanks for looking at this. We've found another case that event this patch doesn't handle so we'll try to deal with this some other way.
Dec 17 2021
LGTM.
Dec 16 2021
Dec 15 2021
Dec 13 2021
Note you'll want to add a line to flang/lib/Semantics/check-omp-structure.cpp for the new clause or the flang build will fail.
Dec 2 2021
Looks okay to me.
LGTM
LG
LGTM.
Nov 17 2021
Nov 4 2021
Added version to clause.
Allow 'loop' without bind clause.
Use readEnum/writeEnum in serialization.