summaryrefslogtreecommitdiff
path: root/test/OpenMP/teams_firstprivate_codegen.cpp
AgeCommit message (Expand)Author
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2016-06-30[OpenMP] Use fopenmp prefix for all options introduced by the offloading impl...Samuel Antao
2016-06-16Re-apply r272900 - [OpenMP] Cast captures by copy when passed to fork call so...Samuel Antao
2016-06-16Revert r272900 - [OpenMP] Cast captures by copy when passed to fork call so t...Samuel Antao
2016-06-16[OpenMP] Cast captures by copy when passed to fork call so that they are comp...Samuel Antao
2016-05-17[OPENMP] Pass scalar firstprivate vars by value.Alexey Bataev
2016-03-14[OpenMP] Replace offloading option that start with -o with -fo.Samuel Antao
2016-03-03[OPENMP] firstprivate and private clauses of teams, host codegenerationCarlo Bertolli