summaryrefslogtreecommitdiff
path: root/test/OpenMP/target_map_messages.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP][Analysis] Add analysis of the map clauses.Alexey Bataev2019-08-281-0/+8
* [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,Alexey Bataev2019-07-081-4/+4
* [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-8/+8
* [OPENMP] parsing and sema support for 'close' map-type-modifierKelvin Li2018-12-181-4/+52
* [OPENMP] Add support for mapping memory pointed by member pointer.Alexey Bataev2018-09-201-2/+0
* [OPENMP] Analyze the type of the mapped entity instead of its base.Alexey Bataev2018-05-021-1/+9
* [OPENMP] Emit warning for non-trivial types in map clauses.Alexey Bataev2018-02-271-4/+4
* [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/+3
* [OPENMP] Improve error message for mapping union members.Alexey Bataev2017-12-061-1/+1
* [OPENMP] Fix implicit mapping analysis.Alexey Bataev2017-12-051-1/+9
* [OPENMP] Fix assert fail after target implicit map checks.Alexey Bataev2017-12-051-0/+4
* [OPENMP] Fix handling of implicit mapping of array sections.Alexey Bataev2017-09-261-0/+2
* [OPENMP] Generate implicit map|firstprivate clauses for target-basedAlexey Bataev2017-09-261-0/+66
* [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] Extended parse for 'always' map modifierCarlo Bertolli2017-05-031-0/+2
* [OpenMP] Check if the template specialization is mappable instead of speciali...David Sheinkman2016-10-061-0/+12
* [OpenMP] Allow negative lower bound in array sections based on pointersKelvin Li2016-07-201-0/+4
* [OpenMP] Fix incorrect diagnostics in map clauseKelvin Li2016-07-181-4/+9
* [OpenMP] Parsing and sema support for the to clauseSamuel Antao2016-05-261-4/+4
* Revert "[OPENMP] Allow skip expression after comma in clauses with lists."Alexey Bataev2016-04-011-2/+2
* [OPENMP] Allow skip expression after comma in clauses with lists.Alexey Bataev2016-03-311-2/+2
* [OPENMP] Implementation of codegen for firstprivate clause of target directiveCarlo Bertolli2016-03-181-0/+4
* [OpenMP] Add support for multidimensional array sections in map clause SEMA.Samuel Antao2016-03-091-2/+122
* [OpenMP] Remove '#if 1' hanging in target_map_messages.cpp. Samuel Antao2016-01-221-8/+0
* [OpenMP] Update map clause SEMA to support OpenMP 4.5 possible list items.Samuel Antao2016-01-221-69/+255
* [OpenMP] Parsing and sema support for map clause - add test caseKelvin Li2015-11-231-0/+207