summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/target_parallel_codegen.cpp
AgeCommit message (Expand)Author
2021-05-13Return "[CGCall] Annotate `this` argument with alignment"Roman Lebedev
2021-05-05[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis
2021-05-04Revert "[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checks"Giorgis Georgakoudis
2021-05-04[OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checksGiorgis Georgakoudis
2020-11-19[OpenMP] Add Location Fields to Libomptarget Runtime for DebuggingJoseph Huber
2020-11-18[OpenMP] Add Passing in Original Declaration Names To Mapper APIJoseph Huber
2020-11-17[OPENMP]Fix PR48076: mapping of data member pointer.Alexey Bataev
2020-10-28Revert "[OpenMP] Add Passing in Original Declaration Names To Mapper API"Benjamin Kramer
2020-10-27[OpenMP] Add Passing in Original Declaration Names To Mapper APIJoseph Huber
2020-09-25[Clang][OpenMP] Added support for nowait target in CodeGen via regular taskShilei Tian
2020-08-13[OpenMP] Ensure testing for versions 4.5 and default - Part 1Saiyedul Islam
2020-08-10[OpenMP][NFC] Reuse OMPIRBuilder `struct ident_t` handling in ClangJohannes Doerfert
2020-07-15[OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtimeGeorge Rokos
2020-04-30[OPENMP]Allow cancellation constructs in target parallel regions.Alexey Bataev
2019-10-15[Clang][OpenMP Offload] Move offload registration code to the wrapperSergey Dmitriev
2019-09-27[Clang][OpenMP Offload] Create start/end symbols for the offloading entry tab...Sergey Dmitriev
2019-06-27[OPENMP]Generate correctly implicit flags for mapped data.Alexey Bataev
2019-06-25[OPENMP]Fix PR41966: type mismatch in runtime functions.Alexey Bataev
2019-05-21[OpenMP] Add support for registering requires directives with the runtimeGheorghe-Teodor Bercea
2018-11-20[OpenMP] Update CHECK-DAG usage in target_parallel_codegen.cppJoel E. Denny
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-07-11[FileCheck] Add -allow-deprecated-dag-overlap to failing clang testsJoel E. Denny
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
2018-02-13[DebugInfo] Avoid name conflict of generated VLA expression variable.Sander de Smalen
2018-02-03Recommit rL323952: [DebugInfo] Enable debug information for C99 VLA types.Sander de Smalen
2018-02-01Reverting patch rL323952 due to build errors that ISander de Smalen
2018-02-01[DebugInfo] Enable debug information for C99 VLA typesSander de Smalen
2018-01-15[OPENMP] Add codegen for `depend` clauses on `target` directive.Alexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-12-13[OPENMP] Add codegen for `nowait` clause in target directives.Alexey Bataev
2017-11-21[Clang][OpenMP] New clang/libomptarget map interface: new function signatures...George Rokos
2017-10-24[OPENMP] Fix PR35013: Fix passing VLAs captures to outlined functions.Alexey Bataev
2017-10-02[OPENMP] Simplify codegen for non-offloading code.Alexey Bataev
2017-09-26[OPENMP] Generate implicit map|firstprivate clauses for target-basedAlexey Bataev
2017-06-29[OPENMP][DEBUG] Generate second function with correct arg types.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] Codegen support for 'target parallel' on the host.Arpith Chacko Jacob
2017-01-18Revert r292374 to debug Windows buildbot failure.Arpith Chacko Jacob
2017-01-18[OpenMP] Codegen support for 'target parallel' on the host.Arpith Chacko Jacob