summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/target_parallel_for_debug_codegen.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [OPENMP, NVPTX] Fix linkage of the global entries.Alexey Bataev2018-05-081-3/+3
| | | | | | | The linkage of the global entries must be weak to enable support of redefinition of the same target regions in multiple compilation units. llvm-svn: 331768
* [OpenMP] Extend NVPTX SPMD implementation of combined constructsCarlo Bertolli2018-02-281-2/+2
| | | | | | | | Differential Revision: https://reviews.llvm.org/D43852 This patch extends the SPMD implementation to all target constructs and guards this implementation under a new flag. llvm-svn: 326368
* [OPENMP] Fix debug info for outlined functions in NVPTX + add more tests.Alexey Bataev2018-01-081-5/+7
| | | | | | | Fixed name of emitted outlined functions in NVPTX target + extra tests for the debug info. llvm-svn: 322022
* [OPENMP] Codegen for `#pragma omp target parallel for`.Alexey Bataev2017-11-081-0/+113
llvm-svn: 317719
OpenPOWER on IntegriCloud