summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/target_map_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP]Fix behaviour of defaultmap for OpenMP 4.5.Alexey Bataev2019-11-221-7/+7
* [OPENMP]Fix PR43330: OpenMP target: Mapping of partial arrays fails.Alexey Bataev2019-10-011-51/+75
* [OpenMP] Add support for close map modifier in ClangGheorghe-Teodor Bercea2019-08-091-1/+73
* [OPENMP]Generate correctly implicit flags for mapped data.Alexey Bataev2019-06-271-20/+20
* [OPENMP]Fix PR41966: type mismatch in runtime functions.Alexey Bataev2019-06-251-290/+282
* [OPENMP]Simplify codegen for the outlined regions.Alexey Bataev2019-05-231-0/+8
* [OPENMP]Improve detection of number of teams, threads in targetAlexey Bataev2019-04-101-2/+2
* [OPENMP] Add support for mapping memory pointed by member pointer.Alexey Bataev2018-09-201-0/+157
* The patch adds support for the new map interface between clang and libomptarg...Alexey Bataev2018-07-191-344/+517
* [FileCheck] Add -allow-deprecated-dag-overlap to failing clang testsJoel E. Denny2018-07-111-232/+232
* [OPENMP] Generate unique names for offloading regions id.Alexey Bataev2018-05-091-1/+144
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+232
* [Clang][OpenMP] New clang/libomptarget map interface: new function signatures...George Rokos2017-11-211-259/+259
* [OPENMP] Fix mapping|privatization of implicitly captured variables.Alexey Bataev2017-10-051-5/+5
* Revert commmit 314228.Gheorghe-Teodor Bercea2017-09-261-30/+0
* [OpenMP] Add an additional test for D34888Gheorghe-Teodor Bercea2017-09-261-0/+30
* Revert commit 314210.Gheorghe-Teodor Bercea2017-09-261-30/+0
* [OpenMP] Add an additional test for D34888Gheorghe-Teodor Bercea2017-09-261-0/+30
* [OPENMP] Generate implicit map|firstprivate clauses for target-basedAlexey Bataev2017-09-261-374/+88
* [OPENMP] Fix for PR34014: OpenMP 4.5: Target construct in static methodAlexey Bataev2017-08-221-0/+18
* [OpenMP] Fix mapping of scalars for combined directivesJonas Hahnfeld2017-07-011-0/+26
* [OPENMP][DEBUG] Generate second function with correct arg types.Alexey Bataev2017-06-291-780/+820
* Fix for PR30632: Name mangling issue.Alexey Bataev2016-10-141-1/+3
* Fix for PR30639: CGDebugInfo Null dereference with OpenMP arrayAlexey Bataev2016-10-131-1/+1
* [OpenMP] Add support to map member expressions with references to pointers.Samuel Antao2016-07-271-0/+189
* [OpenMP] Add support for mapping array sections through pointer references.Samuel Antao2016-07-271-4/+97
* [OpenMP] Use fopenmp prefix for all options introduced by the offloading impl...Samuel Antao2016-06-301-162/+162
* [OpenMP] Add support for the 'private pointer' flag to signal variables captu...Samuel Antao2016-05-261-3/+99
* [OpenMP] Adjust map type bits according to latest spec and use zero size arra...Samuel Antao2016-05-261-153/+268
* [OpenMP] Map clause codegeneration.Samuel Antao2016-04-271-2/+3250
* [OpenMP] Replace offloading option that start with -o with -fo.Samuel Antao2016-03-141-108/+108
* [OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and de...Samuel Antao2016-01-061-108/+108
* [OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and dev...Samuel Antao2016-01-051-108/+108
* [OpenMP] Offloading descriptor registration and device codegen.Samuel Antao2016-01-051-108/+108
* [OpenMP] Update target directive codegen to use 4.5 implicit data mappings.Samuel Antao2015-12-021-0/+1015
OpenPOWER on IntegriCloud