summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/target_reduction_codegen.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [OPENMP, NVPTX] Fix linkage of the global entries.Alexey Bataev2018-05-081-6/+6
| | | | | | | The linkage of the global entries must be weak to enable support of redefinition of the same target regions in multiple compilation units. llvm-svn: 331768
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+10
| | | | | | | | | only. Added support for -fopenmp-simd option that allows compilation of simd-based constructs without emission of OpenMP runtime calls. llvm-svn: 321560
* [OPENMP] Support `reduction` clause on target-based directives.Alexey Bataev2017-12-131-0/+215
OpenMP 5.0 added support for `reduction` clause in target-based directives. Patch adds this support to clang. llvm-svn: 320596
OpenPOWER on IntegriCloud