summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/teams_distribute_collapse_messages.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-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 typo - the standalone 'distribute' pragma should be 'teams ↵Kelvin Li2017-01-061-1/+2
| | | | | | distribute' pragma llvm-svn: 291260
* Make a few OpenMP tests "C++11 clean."Paul Robinson2016-12-191-2/+24
| | | | | | | This time trying to commit just the relevant 3 tests! Reviewed by abataev (in D27794) llvm-svn: 290128
* Undo accidental comitPaul Robinson2016-12-191-24/+2
| | | | llvm-svn: 290121
* Make a few OpenMP tests "C++11 clean."Paul Robinson2016-12-191-2/+24
| | | | | | Reviewed by abataev (in D27794) llvm-svn: 290120
* [OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li2016-08-051-0/+150
This patch is to implement sema and parsing for 'teams distribute' pragma. Differential Revision: https://reviews.llvm.org/D23189 llvm-svn: 277818
OpenPOWER on IntegriCloud