summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/declare_target_messages.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP]Initial support for 'allocate' clause.Alexey Bataev2019-03-271-1/+1
* [OPENMP] Simplified checks for declarations in declare target regions.Alexey Bataev2018-09-111-2/+2
* [OpenMP] Add support for nested 'declare target' directivesKelvin Li2018-09-101-2/+16
* [OPENMP] Do not emit warning for implicitly declared target functions.Alexey Bataev2018-05-021-2/+2
* [OPENMP] Do not emit warning about non-declared target function params.Alexey Bataev2018-04-301-3/+3
* [OPENMP] Do not emit messages for templates in declare targetAlexey Bataev2018-02-161-0/+27
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+2
* [OpenMP] Diagnose function name on the link clauseKelvin Li2017-12-121-0/+4
* [OpenMP] Diagnose undeclared variables on declare target clauseKelvin Li2017-11-301-0/+4
* [OPENMP] Allow use of declare target directive inside structAlexey Bataev2017-10-031-2/+2
* [OPENMP] Allow all classes as mappable types.Alexey Bataev2017-09-131-4/+4
* [OpenMP] Parse+Sema for '#pragma omp declare target' syntax version 4.5Dmitry Polukhin2016-05-091-1/+13
* [OPENMP] Parsing and Sema support for 'omp declare target' directiveDmitry Polukhin2016-04-061-0/+89