summaryrefslogtreecommitdiff
path: root/test/OpenMP/target_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Clang][OpenMP Offload] Move offload registration code to the wrapperSergey Dmitriev2019-10-151-13/+1
* [Clang][OpenMP Offload] Create start/end symbols for the offloading entry tab...Sergey Dmitriev2019-09-271-2/+2
* [OPENMP]Generate correctly implicit flags for mapped data.Alexey Bataev2019-06-271-2/+2
* [OPENMP]Fix PR41966: type mismatch in runtime functions.Alexey Bataev2019-06-251-50/+56
* [OpenMP] Add support for registering requires directives with the runtimeGheorghe-Teodor Bercea2019-05-211-2/+6
* [OpenMP] Added support for explicit mapping of classes using 'this' pointer. ...Patrick Lyster2019-01-021-2/+48
* [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-50/+58
* [OPENMP, NVPTX] Fix linkage of the global entries.Alexey Bataev2018-05-081-7/+7
* [OPENMP] Do not crash on incorrect input data.Alexey Bataev2018-04-301-0/+7
* [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-8/+12
* [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] Generalize capturing of clauses expressions.Alexey Bataev2017-11-281-7/+3
* [Clang][OpenMP] New clang/libomptarget map interface: new function signatures...George Rokos2017-11-211-15/+17
* [OPENMP] Do not capture local static variables.Alexey Bataev2017-10-061-1/+38
* [OPENMP] Capture argument of `device` clause for target-basedAlexey Bataev2017-10-021-2/+5
* [OPENMP] Fix test, NFC.Alexey Bataev2017-10-021-2/+2
* [OPENMP] Simplify codegen for non-offloading code.Alexey Bataev2017-10-021-50/+38
* [OPENMP] Generate implicit map|firstprivate clauses for target-basedAlexey Bataev2017-09-261-6/+6
* [OPENMP] Handle re-declaration of captured variables in CodeGen.Alexey Bataev2017-09-221-1/+1
* [OPENMP] Support for re-declarations when checking captured variables.Alexey Bataev2017-09-201-1/+4
* [OPENMP][DEBUG] Generate second function with correct arg types.Alexey Bataev2017-06-291-137/+146
* [OpenMP] Create COMDAT group for OpenMP offload registration code to avoid mu...George Rokos2017-05-271-3/+5
* [OpenMP] Add fields for flags in the offload entry descriptor.Samuel Antao2017-01-051-2/+2
* [OpenMP] Use fopenmp prefix for all options introduced by the offloading impl...Samuel Antao2016-06-301-14/+14
* [OpenMP] Adjust map type bits according to latest spec and use zero size arra...Samuel Antao2016-05-261-6/+6
* [OpenMP] Replace offloading option that start with -o with -fo.Samuel Antao2016-03-141-14/+14
* [OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and de...Samuel Antao2016-01-061-6/+44
* [OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and dev...Samuel Antao2016-01-051-44/+6
* [OpenMP] Offloading descriptor registration and device codegen.Samuel Antao2016-01-051-6/+44
* [OpenMP] Update target directive codegen to use 4.5 implicit data mappings.Samuel Antao2015-12-021-128/+136
* [OpenMP] Target directive host codegen.Samuel Antao2015-10-021-0/+644