summaryrefslogtreecommitdiff
path: root/test/OpenMP/target_firstprivate_codegen.cpp
AgeCommit message (Expand)Author
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-11-21[Clang][OpenMP] New clang/libomptarget map interface: new function signatures...George Rokos
2017-10-24[OPENMP] Fix PR35013: Fix passing VLAs captures to outlined functions.Alexey Bataev
2017-10-02[OPENMP] Simplify codegen for non-offloading code.Alexey Bataev
2017-09-26[OPENMP] Generate implicit map|firstprivate clauses for target-basedAlexey Bataev
2017-06-29[OPENMP][DEBUG] Generate second function with correct arg types.Alexey Bataev
2016-10-13Fix for PR30639: CGDebugInfo Null dereference with OpenMP arrayAlexey Bataev
2016-06-30[OpenMP] Use fopenmp prefix for all options introduced by the offloading impl...Samuel Antao
2016-05-26[OpenMP] Add support for the 'private pointer' flag to signal variables captu...Samuel Antao
2016-05-26[OpenMP] Adjust map type bits according to latest spec and use zero size arra...Samuel Antao
2016-05-17[OPENMP] Pass scalar firstprivate vars by value.Alexey Bataev
2016-04-27[OpenMP] Map clause codegeneration.Samuel Antao
2016-03-18[OPENMP] Implementation of codegen for firstprivate clause of target directiveCarlo Bertolli