summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/target_map_messages.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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