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
|
5c517a6b13
|
[OPENMP50]Add support for if clause for simd part in parallel 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 11:32:33 -05:00 |
Alexey Bataev
|
14a388f43b
|
[OPENMP50]Add support for parallel master taskloop simd directive.
Added full support for parallel master taskloop simd directive.
|
2019-10-30 10:23:33 -04:00 |