summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/target_parallel_messages.cpp
AgeCommit message (Expand)Author
2020-04-30[OPENMP]Allow cancellation constructs in target parallel regions.Alexey Bataev
2019-07-11[OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP prog...Alexey Bataev
2019-07-08[OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,Alexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2016-06-30[OpenMP] Use fopenmp prefix for all options introduced by the offloading impl...Samuel Antao
2016-03-14[OpenMP] Replace offloading option that start with -o with -fo.Samuel Antao
2016-02-02[OpenMP] Prevent nesting of target constructs within target code execution re...Arpith Chacko Jacob
2016-02-01Undoing commit r259366 to debug buildbot failure.Arpith Chacko Jacob
2016-02-01[OpenMP] Prevent nesting of target constructs within target code execution re...Arpith Chacko Jacob
2016-01-26[OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob