Alexey Bataev
|
cb8e69148d
|
[OPENMP50]Basic parsing/sema analysis for order(concurrent) clause.
Added parsing/sema/serialization support for order(concurrent) clause in
loop|simd-based directives.
|
2020-02-03 10:31:02 -05:00 |
Alexey Bataev
|
93dc40dddd
|
[OPENMP50]Basic support for conditional lastprivate.
Added parsing/sema checks for conditional lastprivates.
|
2019-12-24 12:22:05 -05:00 |
Alexey Bataev
|
b6e7084e25
|
[OPENMP50]Add parsing/sema analysis for nontemporal clause.
Add basic support for parsing/sema analysis of the nontemporal clause in
simd-based directives.
|
2019-12-17 14:46:32 -05:00 |
Alexey Bataev
|
853961f21a
|
[OPENMP50]Add support for if clause for simd part in master taskloop simd directive.
According to OpenMP 5.0, the if clause can be applied to simd
subdirective in the combined directives.
|
2019-12-05 10:12:20 -05:00 |
Alexey Bataev
|
b8552abfe7
|
[OPENMP50]Add support for master taskloop simd.
Added trsing/semantics/codegen for combined construct master taskloop simd.
llvm-svn: 375255
|
2019-10-18 16:47:35 +00:00 |