Alexey Bataev
68d230359a
[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.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@321560 91177308-0d34-0410-b5e6-96231b3b80d8
2017-12-29 18:07:07 +00:00
Charles Li
40fa3c989d
Lit C++11 Compatibility Patch #6
...
Updated the expected diagnostics of 17 OpenMP tests.
The changes to each test are identical.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@265982 91177308-0d34-0410-b5e6-96231b3b80d8
2016-04-11 19:30:25 +00:00
Alexey Bataev
d50b8b580d
[OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.
...
OpenMP 4.5 adds directive 'taskloop simd'. Patch adds parsing/sema analysis for 'taskloop simd' directive and its clauses.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@254597 91177308-0d34-0410-b5e6-96231b3b80d8
2015-12-03 09:40:15 +00:00