| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [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] Allow all lvalues in 'depend' clause. | Alexey Bataev | 2017-07-27 | 1 | -5/+5 |
| | | | | | | | | According to upcoming OpenMP 5.0 all addressable lvalue expressions are allowed in deoend clause. llvm-svn: 309309 | ||||
| * | [OpenMP] Sema and parsing for 'target simd' pragma | Kelvin Li | 2016-07-20 | 1 | -0/+90 |
| This patch is to implement sema and parsing for 'target simd' pragma. Differential Revision: https://reviews.llvm.org/D22479 llvm-svn: 276203 | |||||

