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
bd1961d2bf
[Lit Test] Make tests C++11 compatible - OpenMP constant expressions
...
C++11 introduced constexpr, hence the change in diagnostics.
Differential Revision: https://reviews.llvm.org/D29480
llvm-svn: 294025
2017-02-03 18:58:34 +00:00
Carlo Bertolli
6200a3d0f3
Add parse and sema of OpenMP distribute directive with all clauses except dist_schedule
...
llvm-svn: 255498
2015-12-14 14:51:25 +00:00
NAKAMURA Takumi
2d5c6ddf74
Revert r255001, "Add parse and sema for OpenMP distribute directive and all its clauses excluding dist_schedule."
...
It causes memory leak. Some tests in test/OpenMP would fail.
llvm-svn: 255094
2015-12-09 04:35:57 +00:00
Carlo Bertolli
b9bfa75b28
Add parse and sema for OpenMP distribute directive and all its clauses excluding dist_schedule.
...
llvm-svn: 255001
2015-12-08 04:21:03 +00:00