Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OpenMP 5.0] - Extend defaultmap, by Chi Chun Chen. | cchen | 2019-11-15 | 1 | -19/+20 |
| | | | | | | | | | | | | | | | | | Summary: For the extended defaultmap, most of the work is inside sema. The only difference for codegen is to set different initial maptype for different implicit-behavior. Reviewers: jdoerfert, ABataev Reviewed By: ABataev Subscribers: dreachem, sandoval, cfe-commits Tags: #clang, #openmp Differential Revision: https://reviews.llvm.org/D69204 | ||||
* | [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392, | Alexey Bataev | 2019-07-08 | 1 | -2/+2 |
| | | | | | | NFC. llvm-svn: 365334 | ||||
* | [OPENMP] Support for -fopenmp-simd option with compilation of simd loops | Alexey Bataev | 2017-12-29 | 1 | -0/+2 |
| | | | | | | | | | only. Added support for -fopenmp-simd option that allows compilation of simd-based constructs without emission of OpenMP runtime calls. llvm-svn: 321560 | ||||
* | [OpenMP] Parsing + sema for target parallel for directive. | Arpith Chacko Jacob | 2016-02-03 | 1 | -0/+58 |
Summary: This patch adds parsing + sema for the target parallel for directive along with testcases. Reviewers: ABataev Differential Revision: http://reviews.llvm.org/D16759 llvm-svn: 259654 |