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
Kelvin Li
4c31a209df
[OpenMP] fix typo - the standalone 'distribute' pragma should be 'teams distribute' pragma
...
llvm-svn: 291260
2017-01-06 18:49:49 +00:00
Paul Robinson
303e25f8c5
Make a few OpenMP tests "C++11 clean."
...
This time trying to commit just the relevant 3 tests!
Reviewed by abataev (in D27794)
llvm-svn: 290128
2016-12-19 18:43:26 +00:00
Paul Robinson
086c90b24a
Undo accidental comit
...
llvm-svn: 290121
2016-12-19 18:00:45 +00:00
Paul Robinson
514e743b06
Make a few OpenMP tests "C++11 clean."
...
Reviewed by abataev (in D27794)
llvm-svn: 290120
2016-12-19 17:58:09 +00:00
Kelvin Li
0253287633
[OpenMP] Sema and parsing for 'teams distribute' pragma
...
This patch is to implement sema and parsing for 'teams distribute' pragma.
Differential Revision: https://reviews.llvm.org/D23189
llvm-svn: 277818
2016-08-05 14:37:37 +00:00