summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/declare_target_link_codegen.cpp
AgeCommit message (Expand)Author
2025-02-06[Offload] Unify offloading entries into a single section (#125731)Joseph Huber
2025-01-28[Offload] Rework offloading entry type to be more generic (#124018)Joseph Huber
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song
2024-04-09[Offload][NFC] Remove `omp_` prefix from offloading entries (#88071)Joseph Huber
2023-11-21[Offload] Initial support for registering offloading entries on COFF targets ...Joseph Huber
2023-10-31 [OpenMP] Introduce the KernelLaunchEnvironment as implicit argument (#70401)Johannes Doerfert
2023-07-10[OpenMP][OMPIRBuilder] Rename IsEmbedded and IsTargetCodegen flagsSergio Afonso
2023-05-16[clang] Convert a few OpenMP tests to opaque pointersSergei Barannikov
2022-10-18[OpenMP] Make kernels have protected visibilityJoseph Huber
2022-07-08[OpenMP] Change OpenMP code generation for target region entriesJoseph Huber
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-03-25[OpenMP] Replace device kernel linkage with weak_odrJoseph Huber
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
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-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-07-15[OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtimeGeorge Rokos
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2019-09-27[Clang][OpenMP Offload] Create start/end symbols for the offloading entry tab...Sergey Dmitriev
2019-08-01[OpenMP] Fix declare target link implementationGheorghe-Teodor Bercea
2019-06-20[OpenMP] Add support for handling declare target to clause when unified memor...Gheorghe-Teodor Bercea
2019-03-11[OPENMP]Fix codegen for declare target link in target regions.Alexey Bataev
2018-08-15[OPENMP] FIx processing of declare target variables.Alexey Bataev
2018-07-16[OPENMP] Fix checks for declare target link entries.Alexey Bataev
2018-05-08[OPENMP, NVPTX] Fix linkage of the global entries.Alexey Bataev
2018-03-30[OPENMP] Added emission of offloading data sections for declare targetAlexey Bataev
2018-03-26[OPENMP] Codegen for declare target with link clause.Alexey Bataev