| 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/+4 |
| | | | | | | | | | | only. Added support for -fopenmp-simd option that allows compilation of simd-based constructs without emission of OpenMP runtime calls. llvm-svn: 321560 | ||||
| * | [OPENMP] Fix DSA processing for member declaration. | Alexey Bataev | 2017-07-20 | 1 | -2/+2 |
| | | | | | | | | | If the member declaration is captured in the OMPCapturedExprDecl, we may loose data-sharing attribute info for this declaration. Patch fixes this bug. llvm-svn: 308629 | ||||
| * | [OPENMP] Initial support for 'task_reduction' clause. | Alexey Bataev | 2017-07-18 | 1 | -0/+258 |
| Parsing/sema analysis of the 'task_reduction' clause. llvm-svn: 308352 | |||||

