summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/target_teams_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP]Fix processing of the clauses on target combined directives.Alexey Bataev2018-12-281-0/+21
* [OPENMP] Create non-const ident_t objects.Mike Rice2018-08-291-1/+1
* [OPENMP] Change linkage of offloading symbols to support droppingAlexey Bataev2018-07-311-2/+2
* The patch adds support for the new map interface between clang and libomptarg...Alexey Bataev2018-07-191-31/+39
* [FileCheck] Add -allow-deprecated-dag-overlap to failing clang testsJoel E. Denny2018-07-111-16/+16
* [OPENMP, NVPTX] Fix linkage of the global entries.Alexey Bataev2018-05-081-7/+7
* [OPENMP] General code improvements.Alexey Bataev2018-04-161-10/+10
* [OPENMP] Added emission of offloading data sections for declare targetAlexey Bataev2018-03-301-9/+9
* [DebugInfo] Avoid name conflict of generated VLA expression variable.Sander de Smalen2018-02-131-1/+1
* Recommit rL323952: [DebugInfo] Enable debug information for C99 VLA types.Sander de Smalen2018-02-031-0/+1
* Reverting patch rL323952 due to build errors that ISander de Smalen2018-02-011-1/+0
* [DebugInfo] Enable debug information for C99 VLA typesSander de Smalen2018-02-011-0/+1
* [OPENMP] Add codegen for `depend` clauses on `target` directive.Alexey Bataev2018-01-151-6/+6
* [OPENMP] Replace calls of getAssociatedStmt().Alexey Bataev2018-01-121-1/+2
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+18
* [OPENMP] Add codegen for `nowait` clause in target directives.Alexey Bataev2017-12-131-2/+2
* [OPENMP] Initial codegen for `target teams distribute` directive.Alexey Bataev2017-12-081-14/+2
* [OPENMP] Codegen for `target teams` directive.Alexey Bataev2017-11-221-7/+30
* [Clang][OpenMP] New clang/libomptarget map interface: new function signatures...George Rokos2017-11-211-13/+13
* [OPENMP] Fix PR35013: Fix passing VLAs captures to outlined functions.Alexey Bataev2017-10-241-2/+2
* [OPENMP] Simplify codegen for non-offloading code.Alexey Bataev2017-10-021-46/+22
* [OPENMP] Generate implicit map|firstprivate clauses for target-basedAlexey Bataev2017-09-261-4/+4
* [OPENMP] Capture global variables in all target executable regions.Alexey Bataev2017-08-291-2/+16
* [OPENMP][DEBUG] Generate second function with correct arg types.Alexey Bataev2017-06-291-90/+96
* [OpenMP] Create COMDAT group for OpenMP offload registration code to avoid mu...George Rokos2017-05-271-3/+5
* [OpenMP] Codegen support for 'target teams' on the host.Arpith Chacko Jacob2017-01-251-0/+802
* Reverting commit because an NVPTX patch sneaked in. Break up into twoArpith Chacko Jacob2017-01-251-802/+0
* [OpenMP] Codegen support for 'target teams' on the host.Arpith Chacko Jacob2017-01-251-0/+802