summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/task_firstprivate_codegen.cpp
AgeCommit message (Expand)Author
2015-05-22[OPENMP] Prepare codegen for privates in tasks for non-capturing of privates ...Alexey Bataev
2015-05-21[OPENMP] Fixed codegen for parameters privatization.Alexey Bataev
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2015-05-19[OPENMP] Fixed codegen for copying/initialization of array variables/parameters.Alexey Bataev
2015-05-18[OPENMP] Fix for '#pragma omp task' codegen.Alexey Bataev
2015-05-05[OPENMP] Codegen for 'firstprivate' clause in 'task' directive.Alexey Bataev