summaryrefslogtreecommitdiff
path: root/test/OpenMP/teams_distribute_reduction_messages.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP]Add support for analysis of reduction variables.Alexey Bataev2019-07-261-0/+8
* [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,Alexey Bataev2019-07-081-10/+10
* [OPENMP]Improve analysis of implicit captures.Alexey Bataev2019-06-281-2/+2
* [OPENMP]Initial support for 'allocate' clause.Alexey Bataev2019-03-271-1/+2
* [OpenMP] Refactor const restriction for reductionsJoel E. Denny2019-01-041-14/+14
* [OPENMP] Emit warning for non-trivial types in map clauses.Alexey Bataev2018-02-271-6/+6
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+4
* [OPENMP] Fix DSA processing for member declaration.Alexey Bataev2017-07-201-2/+2
* [OpenMP] fix segfault when a variable referenced in reduction clause is a ref...David Sheinkman2016-10-041-0/+6
* [OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li2016-08-051-0/+303