Alexey Bataev
4db4868d7e
[OPENMP]Moved warning fo mapping non-trivially copiable types into a
...
separate group.
Need to move this warning into a separate group to make easier to
disable this warning, if required.
2019-12-06 09:51:36 -05:00
Alexey Bataev
a914888b49
[OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,
...
NFC.
llvm-svn: 365334
2019-07-08 15:45:24 +00:00
Alexey Bataev
95c23e72da
[OPENMP] Emit warning for non-trivial types in map clauses.
...
If the mapped type is non-trivial, the warning message is emitted for
better user experience.
llvm-svn: 326251
2018-02-27 21:31:11 +00:00
Alexey Bataev
a8a9153a37
[OPENMP] Support for -fopenmp-simd option with compilation of simd loops
...
only.
Added support for -fopenmp-simd option that allows compilation of
simd-based constructs without emission of OpenMP runtime calls.
llvm-svn: 321560
2017-12-29 18:07:07 +00:00
Alexey Bataev
f47c4b4184
[OPENMP] Generate implicit map|firstprivate clauses for target-based
...
directives.
If the variable is used in the target-based region but is not found in
any private|mapping clause, then generate implicit firstprivate|map
clauses for these implicitly mapped variables.
llvm-svn: 314205
2017-09-26 13:47:31 +00:00
Kelvin Li
0253287633
[OpenMP] Sema and parsing for 'teams distribute' pragma
...
This patch is to implement sema and parsing for 'teams distribute' pragma.
Differential Revision: https://reviews.llvm.org/D23189
llvm-svn: 277818
2016-08-05 14:37:37 +00:00