summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/target_parallel_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Update CHECK-DAG usage in target_parallel_codegen.cppJoel E. Denny2018-11-201-37/+33
* [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-30/+38
* [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] 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
* [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-48/+23
* [OPENMP] Generate implicit map|firstprivate clauses for target-basedAlexey Bataev2017-09-261-4/+4
* [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] Support for the num_threads-clause on 'target parallel'.Arpith Chacko Jacob2017-01-251-7/+7
* [OpenMP] Codegen support for 'target parallel' on the host.Arpith Chacko Jacob2017-01-181-0/+802
* Revert r292374 to debug Windows buildbot failure.Arpith Chacko Jacob2017-01-181-802/+0
* [OpenMP] Codegen support for 'target parallel' on the host.Arpith Chacko Jacob2017-01-181-0/+802
OpenPOWER on IntegriCloud