summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/target_data_device_messages.cpp
AgeCommit message (Expand)Author
2023-06-15[OpenMP] Update the default version of OpenMP to 5.1Animesh Kumar
2020-03-18[OPENMP50]Add support for extended device clause in target directives.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-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-21[OpenMP] Check for at least one map clause on target data directive.Arpith Chacko Jacob
2015-12-01[OPENMP 4.5] Parsing/sema analysis for 'priority' clause.Alexey Bataev
2015-08-07This patch commits OpenMP 4 target device clausesMichael Wong