summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/target_data_use_device_addr_codegen.cpp
AgeCommit message (Expand)Author
2025-09-03[clang][OpenMP] 6.0: detect privatization of array section/assumed-size array...David Pagan
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-07-03[Clang][OpenMP] This is addition fix for #92210. (#94802)jyu2-git
2023-12-07[OpenMP] Fix runtime problem due to wrong map size. (#74692)jyu2-git
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman
2023-10-20Revert "Diagnose use of VLAs in C++ by default"Aaron Ballman
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman
2023-06-15[OpenMP] Update the default version of OpenMP to 5.1Animesh Kumar
2022-11-09[OpenMP] Add map clause to the LIT test on use_device_addr clauseAnimesh Kumar
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
2022-03-22[CodeGen][OpenMP] Make EmitLoadOfPointer() type consistentNikita Popov
2022-02-25[OPENMP]Fix PR50347: Mapping of global scope deep object fails.Alexey Bataev
2022-02-24Revert "[OPENMP]Fix PR50347: Mapping of global scope deep object fails."Alexey Bataev
2022-02-24[OPENMP]Fix PR50347: Mapping of global scope deep object fails.Alexey Bataev
2021-01-19[OPENMP]Do not use OMP_MAP_TARGET_PARAM for data movement directives.Alexey Bataev
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-06-11[OPENMP50]Codegen for use_device_addr clauses.Alexey Bataev