Alexey Bataev
a8a9153a37
[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.
llvm-svn: 321560
2017-12-29 18:07:07 +00:00
Charles Li
bbf78cda2a
Lit C++11 Compatibility Patch #6
...
Updated the expected diagnostics of 17 OpenMP tests.
The changes to each test are identical.
llvm-svn: 265982
2016-04-11 19:30:25 +00:00
Alexey Bataev
0a6ed84a0d
[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.
llvm-svn: 254597
2015-12-03 09:40:15 +00:00