summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/target_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] Emit warning for non-trivial types in map clauses.Alexey Bataev2018-02-271-6/+6
* [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] Treat '#pragma omp target parallel for simd' as simd directive.Alexey Bataev2017-11-091-2/+2
* [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 parsing for 'target parallel for simd' pragmaKelvin Li2016-07-141-0/+308