summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/target_is_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
2024-03-19[OpenMP] Increment kernel args version, used by runtime for detecting dyn_ptr...dhruvachak
2024-02-21[OpenMP] Remove `register_requires` global constructor (#80460)Joseph Huber
2023-07-06[clang][CodeGenCXX] Improve handling of itanium ABI member function alignment...David Tenty
2023-03-22Fix accessing of aligned arrays in offloaded target regionsDoru Bercea
2022-10-07[OpenMP] Convert tests to opaque pointers (NFC)Nikita Popov
2022-08-12[OpenMP] Fix segmentation fault when data field is used in is_device_ptJennifer Yu
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
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
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-09-15[OPENMP]Fix codegen for is_device_ptr component, captured by reference.Alexey Bataev
2020-07-15[OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtimeGeorge Rokos
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
2018-05-09[OPENMP] Generate unique names for offloading regions id.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] Code generation for the is_device_ptr clauseSamuel Antao