summaryrefslogtreecommitdiff
path: root/test/OpenMP/target_enter_data_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Add support for close map modifier in ClangGheorghe-Teodor Bercea2019-08-091-0/+131
* [OPENMP]Fix PR41966: type mismatch in runtime functions.Alexey Bataev2019-06-251-5/+6
* The patch adds support for the new map interface between clang and libomptarg...Alexey Bataev2018-07-191-6/+8
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+42
* [OPENMP] Add codegen for target data constructs with `nowait` clause.Alexey Bataev2017-12-141-2/+2
* [Clang][OpenMP] New clang/libomptarget map interface: new function signatures...George Rokos2017-11-211-12/+14
* [OPENMP][DEBUG] Generate second function with correct arg types.Alexey Bataev2017-06-291-23/+28
* [OpenMP] Use fopenmp prefix for all options introduced by the offloading impl...Samuel Antao2016-06-301-27/+27
* [OpenMP] Adjust map type bits according to latest spec and use zero size arra...Samuel Antao2016-05-261-5/+5
* [OpenMP] Check for associated statements with hasAssociatedStmt() when scanni...Samuel Antao2016-05-081-0/+28
* [OpenMP] Code generation for target enter data directiveSamuel Antao2016-04-271-0/+221