summaryrefslogtreecommitdiff
path: root/test/OpenMP/teams_distribute_firstprivate_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP]Simplify codegen for the outlined regions.Alexey Bataev2019-05-231-3/+5
* [FileCheck] Add -allow-deprecated-dag-overlap to failing clang testsJoel E. Denny2018-07-111-12/+12
* [OPENMP] Fix test typos: CHECK-DAG-N -> CHECK-N-DAGJoel E. Denny2018-05-031-8/+8
* Revert r331466: [OPENMP] Fix test typos: CHECK-DAG-N -> CHECK-N-DAG"Joel E. Denny2018-05-031-8/+8
* [OPENMP] Fix test typos: CHECK-DAG-N -> CHECK-N-DAGJoel E. Denny2018-05-031-8/+8
* [OPENMP] Emit warning for non-trivial types in map clauses.Alexey Bataev2018-02-271-19/+19
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-191-2/+2
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+13
* [OPENMP] Emit `__tgt_target_teams` for all teams directives.Alexey Bataev2017-12-011-3/+3
* [Clang][OpenMP] New clang/libomptarget map interface: new function signatures...George Rokos2017-11-211-3/+3
* [OPENMP] Capture references to global variables.Alexey Bataev2017-10-061-13/+15
* [OPENMP] Fix mapping|privatization of implicitly captured variables.Alexey Bataev2017-10-051-0/+1
* [OpenMP] Initial implementation of teams distribute code generationCarlo Bertolli2017-10-041-0/+333