summaryrefslogtreecommitdiff
path: root/test/OpenMP/distribute_parallel_for_simd_ast_print.cpp
AgeCommit message (Expand)Author
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-12-01[OPENMP] Do not allow variables to be first|last-privates inAlexey Bataev
2017-11-29[OPENMP] Allow only loop control variables in distribute simdAlexey Bataev
2016-12-20[OPENMP] Fix for PR31428: variable named like directive name modifierAlexey Bataev
2016-11-10Make output of -ast-print a valid C++ code.Serge Pavlov
2016-07-05[OpenMP] Sema and parse for 'distribute parallel for simd'Kelvin Li