summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/declare_target_codegen.cpp
AgeCommit message (Expand)Author
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
2023-11-10 [OpenMP] Rework handling of global ctor/dtors in OpenMP (#71739)Joseph Huber
2023-10-31 [OpenMP] Introduce the KernelLaunchEnvironment as implicit argument (#70401)Johannes Doerfert
2023-10-09[OpenMP] Fix setting visibility on declare target variablesJoseph Huber
2023-10-05[OpenMP] Prevent AMDGPU from overriding visibility on DT_nohost variables (#6...Joseph Huber
2023-07-28[OpenMP] Do not always emit unused extern variablesJoseph Huber
2023-07-10[OpenMP][OMPIRBuilder] Rename IsEmbedded and IsTargetCodegen flagsSergio Afonso
2023-06-27[OpenMP] Always apply target declarations to canonical definitionsJoseph Huber
2022-10-31[OpenMP] [OMPIRBuilder] Create a new datatype to hold the unique target regio...Jan Sjodin
2022-10-27Revert "[OpenMP] [OMPIRBuilder] Create a new datatype to hold the unique targ...Kevin Athey
2022-10-25[OpenMP] [OMPIRBuilder] Create a new datatype to hold the unique target regio...Jan Sjodin
2022-10-18[OpenMP] Make kernels have protected visibilityJoseph Huber
2022-10-07[OpenMP] Convert tests to opaque pointers (NFC)Nikita Popov
2022-09-02[test] Change cc1 -fvisibility to -fvisibility=Fangrui Song
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-03-25[OpenMP] Make Ctor / Dtor functions have external visibilityJoseph Huber
2022-03-25[OpenMP] Replace device kernel linkage with weak_odrJoseph Huber
2022-01-20[OpenMP] Change default visibility to protected for device declarationsJoseph Huber
2022-01-18[OpenMP] Remove hidden visibility for declare target variablesJoseph Huber
2022-01-18Revert "[OpenMP] Remove hidden visibility for declare target variables"Joseph Huber
2022-01-18[OpenMP] Remove hidden visibility for declare target variablesJoseph 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
2021-04-23[Clang] Allow the combination of loader_uninitialized and address spacesJohannes Doerfert
2021-03-29[OPENMP]Fix PR49636: Assertion `(!Entry.getAddress() || Entry.getAddress() ==...Alexey Bataev
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2020-08-27[OpenMP] Ensure testing for versions 4.5 and default - Part 3Saiyedul Islam
2020-06-25[OpenMP] Upgrade default version of OpenMP to 5.0Saiyedul Islam
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2020-01-15[OPENMP]Use regular processing of vtable used when TU is a prefix.Alexey Bataev
2019-11-25[OPENMP]Fix PR41826: symbols visibility in device code.Alexey Bataev
2019-10-03[OPENMP]Fix emission of the declare target variables in device mode.Alexey Bataev
2019-09-23[OPENMP]Fix PR43355: DO not emit target calls if only -fopenmp-targetsAlexey Bataev
2019-08-23[OPENMP5.0]Add support for device_type clause in declare targetAlexey Bataev
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-05-21[OPENMP]Use the attributes for dso locality when building for device.Alexey Bataev
2019-03-12[OPENMP]Allow to redefine entry for the variables definitions.Alexey Bataev
2018-11-28[OPENMP]Fix emission of the target regions in virtual functions.Alexey Bataev
2018-11-07[OPENMP]Fix handling of the globals during compilation for the device.Alexey Bataev
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
2018-09-21[OPENMP] Disable emission of the class with vptr if they are not used inAlexey Bataev
2018-09-06[OPENMP] Fix PR38823: Do not emit vtable if it is not used in targetAlexey Bataev