aboutsummaryrefslogtreecommitdiff
path: root/test/OpenMP/target_parallel_if_codegen.cpp
AgeCommit message (Expand)Author
2019-04-17[OPENMP][NVPTX]Run combined constructs with if clause in SPMD mode.Alexey Bataev
2018-08-29[OPENMP] Create non-const ident_t objects.Mike Rice
2018-07-31[OPENMP] Change linkage of offloading symbols to support droppingAlexey Bataev
2018-07-19The patch adds support for the new map interface between clang and libomptarg...Alexey Bataev
2018-05-08[OPENMP, NVPTX] Fix linkage of the global entries.Alexey Bataev
2018-04-16[OPENMP] General code improvements.Alexey Bataev
2018-03-30[OPENMP] Added emission of offloading data sections for declare targetAlexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-11-21[Clang][OpenMP] New clang/libomptarget map interface: new function signatures...George Rokos
2017-10-02[OPENMP] Simplify codegen for non-offloading code.Alexey Bataev
2017-05-27[OpenMP] Create COMDAT group for OpenMP offload registration code to avoid mu...George Rokos
2017-01-25[OpenMP] Support for the num_threads-clause on 'target parallel'.Arpith Chacko Jacob
2017-01-18[OpenMP] Support for the if-clause on the combined directive 'target parallel'.Arpith Chacko Jacob