summaryrefslogtreecommitdiff
path: root/test/OpenMP/target_parallel_for_codegen_registration.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Clang][OpenMP Offload] Move offload registration code to the wrapperSergey Dmitriev2019-10-151-60/+25
* [Clang][OpenMP Offload] Create start/end symbols for the offloading entry tab...Sergey Dmitriev2019-09-271-26/+26
* IR: print value numbers for unnamed function argumentsTim Northover2019-08-031-1/+1
* [OPENMP]Fix PR41966: type mismatch in runtime functions.Alexey Bataev2019-06-251-12/+12
* [OpenMP] Add support for registering requires directives with the runtimeGheorghe-Teodor Bercea2019-05-211-3/+7
* [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-12/+12
* [OPENMP, NVPTX] Fix linkage of the global entries.Alexey Bataev2018-05-081-26/+26
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* [OPENMP] Added emission of offloading data sections for declare targetAlexey Bataev2018-03-301-26/+26
* Update for llvm change.Rafael Espindola2018-01-181-1/+1
* Make internal/private GVs implicitly dso_local.Rafael Espindola2018-01-111-1/+1
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-24/+45
* [Clang][OpenMP] New clang/libomptarget map interface: new function signatures...George Rokos2017-11-211-12/+12
* [OPENMP] Codegen for `#pragma omp target parallel for`.Alexey Bataev2017-11-081-0/+451