summaryrefslogtreecommitdiff
path: root/test/OpenMP/target_firstprivate_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP]Generate correctly implicit flags for mapped data.Alexey Bataev2019-06-271-6/+6
* [OPENMP]Fix PR41966: type mismatch in runtime functions.Alexey Bataev2019-06-251-2/+5
* [OPENMP]Fix mapping of the pointers captured by reference.Alexey Bataev2019-04-021-13/+25
* [OPENMP]Target region: emit const firstprivates as globals with constantAlexey Bataev2019-03-051-53/+61
* The patch adds support for the new map interface between clang and libomptarg...Alexey Bataev2018-07-191-30/+40
* [OPENMP, NVPTX] Fix linkage of the global entries.Alexey Bataev2018-05-081-5/+5
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-191-8/+8
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+18
* [Clang][OpenMP] New clang/libomptarget map interface: new function signatures...George Rokos2017-11-211-12/+12
* [OPENMP] Fix PR35013: Fix passing VLAs captures to outlined functions.Alexey Bataev2017-10-241-1/+1
* [OPENMP] Simplify codegen for non-offloading code.Alexey Bataev2017-10-021-1/+0
* [OPENMP] Generate implicit map|firstprivate clauses for target-basedAlexey Bataev2017-09-261-1/+1
* [OPENMP][DEBUG] Generate second function with correct arg types.Alexey Bataev2017-06-291-78/+82
* Fix for PR30639: CGDebugInfo Null dereference with OpenMP arrayAlexey Bataev2016-10-131-1/+1
* [OpenMP] Use fopenmp prefix for all options introduced by the offloading impl...Samuel Antao2016-06-301-14/+14
* [OpenMP] Add support for the 'private pointer' flag to signal variables captu...Samuel Antao2016-05-261-4/+4
* [OpenMP] Adjust map type bits according to latest spec and use zero size arra...Samuel Antao2016-05-261-8/+7
* [OPENMP] Pass scalar firstprivate vars by value.Alexey Bataev2016-05-171-26/+12
* [OpenMP] Map clause codegeneration.Samuel Antao2016-04-271-1/+1
* [OPENMP] Implementation of codegen for firstprivate clause of target directiveCarlo Bertolli2016-03-181-0/+595