summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/distribute_parallel_for_simd_ast_print.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP]Fix PR41767: diagnose DSA for variables in clauses withAlexey Bataev2019-05-061-2/+2
* [OPENMP]Initial support for 'allocate' clause.Alexey Bataev2019-03-271-4/+4
* [OPENMP]Fix PR39372: Does not complain about loop bound variable notAlexey Bataev2018-10-291-4/+4
* [OpenMP] Fix trailing space when printing pragmas, by Joel. E. DennyAlexey Bataev2018-02-141-1/+1
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+4
* [OPENMP] Do not allow variables to be first|last-privates inAlexey Bataev2017-12-011-3/+3
* [OPENMP] Allow only loop control variables in distribute simdAlexey Bataev2017-11-291-7/+9
* [OPENMP] Fix for PR31428: variable named like directive name modifierAlexey Bataev2016-12-201-3/+3
* Make output of -ast-print a valid C++ code.Serge Pavlov2016-11-101-1/+1
* [OpenMP] Sema and parse for 'distribute parallel for simd'Kelvin Li2016-07-051-0/+152