summaryrefslogtreecommitdiff
path: root/test/OpenMP/teams_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP5.0]Allow teams directive outside of the target directives.Alexey Bataev2019-09-101-0/+27
* [OPENMP] Create non-const ident_t objects.Mike Rice2018-08-291-2/+2
* The patch adds support for the new map interface between clang and libomptarg...Alexey Bataev2018-07-191-2/+2
* [OPENMP] General code improvements.Alexey Bataev2018-04-161-15/+15
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+44
* [Clang][OpenMP] New clang/libomptarget map interface: new function signatures...George Rokos2017-11-211-10/+10
* [OpenMP] Use fopenmp prefix for all options introduced by the offloading impl...Samuel Antao2016-06-301-34/+34
* [OPENMP] Pass scalar firstprivate vars by value.Alexey Bataev2016-05-171-15/+16
* [OPENMP] Enable correct generation of runtime call when target directive is s...Carlo Bertolli2016-04-291-0/+10
* [OpenMP] Replace offloading option that start with -o with -fo.Samuel Antao2016-03-141-34/+34
* Add code generation for teams directive inside target regionCarlo Bertolli2016-03-031-0/+132
* [OpenMP] Code generation for teams - kernel launchingSamuel Antao2016-03-031-0/+210