summaryrefslogtreecommitdiff
path: root/test/OpenMP/target_teams_map_messages.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP][Analysis] Add analysis of the map clauses.Alexey Bataev2019-08-281-0/+8
* [OpenMP] Permit map with DSA on combined directiveJoel E. Denny2019-08-221-5/+8
* [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,Alexey Bataev2019-07-081-3/+3
* [APSInt][OpenMP] Fix isNegative, etc. for unsigned typesJoel E. Denny2019-04-231-0/+2
* [OpenMP 5.0] Parsing/sema support for map clause with mapper modifier.Michael Kruse2019-02-191-2/+2
* [OPENMP] parsing and sema support for 'close' map-type-modifierKelvin Li2018-12-181-2/+2
* [OPENMP] Emit warning for non-trivial types in map clauses.Alexey Bataev2018-02-271-3/+3
* [OPENMP] Allow multiple mappings for member expressions for pointers.Alexey Bataev2018-02-271-2/+10
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+2
* [OPENMP] Improve error message for mapping union members.Alexey Bataev2017-12-061-1/+1
* [OPENMP] Allow all classes as mappable types.Alexey Bataev2017-09-131-8/+8
* [OPENMP] Allow 'use_device_ptr' clause in 'target data' alone.Alexey Bataev2017-05-301-1/+1
* [OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li2016-12-171-0/+538