summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/target_map_messages.cpp
AgeCommit message (Expand)Author
2025-07-23[clang][OpenMP] In 6.0, can omit length in array section (#148048)David Pagan
2025-06-25[OpenMP] Add directive spellings introduced in OpenMP 6.0 (#141772)Krzysztof Parzyszek
2025-03-11[clang] [OpenMP] New OpenMP 6.0 self_maps clause (#129888)Ritanya-B-Bharadwaj
2024-05-22Reword OpenMP diagnostics for style; NFCAaron Ballman
2024-05-13Revert "Revert "[OpenMP][TR12] change property of map-type modifier."… (#91...jyu2-git
2024-05-08Revert "Revert "Revert "[OpenMP][TR12] change property of map-type modifier."...Weaver
2024-05-07Revert "Revert "[OpenMP][TR12] change property of map-type modifier."… (#91...jyu2-git
2024-05-02Revert "[OpenMP][TR12] change property of map-type modifier." (#90885)Vitaly Buka
2024-05-01[OpenMP][TR12] change property of map-type modifier. (#90499)jyu2-git
2023-10-24[OpenMP 5.2] Deprecate syntax of map modifiers without comma separators (#69534)Fazlay Rabbi
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
2023-01-20Add Parse/Sema for iterator for map clause.Doru Bercea
2021-08-31[OpenMP][OpenACC] Implement `ompx_hold` map type modifier extension in Clang ...Joel E. Denny
2021-08-03Stop emit incomplete type error for a variable in a map clauseJennifer Yu
2021-02-16[OPENMP50]Allow overlapping mapping in target constructs.Alexey Bataev
2020-08-07[OpenMP 5.0] Fix PR-45212: Shouldn't error out while using overloaded operato...cchen
2020-07-22[OpenMP] Implement TR8 `present` map type modifier in Clang (1/2)Joel E. Denny
2020-07-20[OPENMP50]Perform data mapping analysis only for explicitly mapped data.Alexey Bataev
2020-07-09[OPENMP50] extend array section for stride (Parsing/Sema/AST)cchen
2020-06-25[OpenMP] Upgrade default version of OpenMP to 5.0Saiyedul Islam
2020-05-27[OPENMP50]Initial support for use_device_addr clause.Alexey Bataev
2020-04-07Add map-type check for target and target data directive, by Chi Chuncchen
2020-03-31[OPENMP50]Codegen for array shaping expression in map clauses.Alexey Bataev
2020-02-28[OpenMP5.0] Allow pointer arithmetic in motion/map clause, by Chi Chuncchen
2020-01-14[OPENMP]Improve handling of possibly incorrectly mapped types.Alexey Bataev
2019-12-06[OPENMP]Reorganize OpenMP warning groups.Alexey Bataev
2019-12-06[OPENMP]Moved warning fo mapping non-trivially copiable types into aAlexey Bataev
2019-08-28[OPENMP][Analysis] Add analysis of the map clauses.Alexey Bataev
2019-07-08[OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,Alexey Bataev
2019-04-23[APSInt][OpenMP] Fix isNegative, etc. for unsigned typesJoel E. Denny
2019-02-19[OpenMP 5.0] Parsing/sema support for map clause with mapper modifier.Michael Kruse
2018-12-18[OPENMP] parsing and sema support for 'close' map-type-modifierKelvin Li
2018-09-20[OPENMP] Add support for mapping memory pointed by member pointer.Alexey Bataev
2018-05-02[OPENMP] Analyze the type of the mapped entity instead of its base.Alexey Bataev
2018-02-27[OPENMP] Emit warning for non-trivial types in map clauses.Alexey Bataev
2018-02-27[OPENMP] Allow multiple mappings for member expressions for pointers.Alexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-12-06[OPENMP] Improve error message for mapping union members.Alexey Bataev
2017-12-05[OPENMP] Fix implicit mapping analysis.Alexey Bataev
2017-12-05[OPENMP] Fix assert fail after target implicit map checks.Alexey Bataev
2017-09-26[OPENMP] Fix handling of implicit mapping of array sections.Alexey Bataev
2017-09-26[OPENMP] Generate implicit map|firstprivate clauses for target-basedAlexey Bataev
2017-09-13[OPENMP] Allow all classes as mappable types.Alexey Bataev
2017-05-30[OPENMP] Allow 'use_device_ptr' clause in 'target data' alone.Alexey Bataev
2017-05-03[OpenMP] Extended parse for 'always' map modifierCarlo Bertolli
2016-10-06[OpenMP] Check if the template specialization is mappable instead of speciali...David Sheinkman
2016-07-20[OpenMP] Allow negative lower bound in array sections based on pointersKelvin Li