summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/target_data_use_device_ptr_codegen.cpp
AgeCommit message (Expand)Author
2024-09-05Reland "[clang] Add nuw attribute to GEPs (#105496)" (#107257)Hari Limaye
2024-08-28Revert "[clang] Add nuw attribute to GEPs" (#106343)Vitaly Buka
2024-08-27[clang] Add nuw attribute to GEPs (#105496)Hari Limaye
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2023-07-12[OpenMP] Migrate device code privatisation from Clang CodeGen to OMPIRBuilderAkash Banerjee
2023-07-05[OpenMP] Change clang emitTargetDataCalls to use OMPIRBuilderAkash Banerjee
2023-06-30Reverting commit 0d8d718171192301f2beb10bd08ce62e70281a5e as it broke libompt...Akash Banerjee
2023-06-30[OpenMP] Change clang emitTargetDataCalls to use OMPIRBuilderAkash Banerjee
2022-10-07[OpenMP] Convert tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2021-03-29[OPENMP]Map data field with l-value reference types.Alexey Bataev
2021-01-19[OPENMP]Do not use OMP_MAP_TARGET_PARAM for data movement directives.Alexey Bataev
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-07-30[OPENMP]Fix PR46824: Global declare target pointer cannot be accessed in targ...Alexey Bataev
2020-07-30Revert "[OPENMP]Fix PR46824: Global declare target pointer cannot be accessed...Alexey Bataev
2020-07-30[OPENMP]Fix PR46824: Global declare target pointer cannot be accessed in targ...Alexey Bataev
2020-07-21[OPENMP]Fix PR46012: declare target pointer cannot be accessed in target region.Alexey Bataev
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2018-07-19The patch adds support for the new map interface between clang and libomptarg...Alexey 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-06-29[OPENMP][DEBUG] Generate second function with correct arg types.Alexey Bataev
2016-07-28[OpenMP] Codegen for use_device_ptr clause.Samuel Antao