summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/declare_mapper_codegen.cpp
AgeCommit message (Expand)Author
2025-09-04Trying to fix undefined symbol error caused by iterator variable (#141507)ShashwathiNavada
2025-01-28[Offload] Rework offloading entry type to be more generic (#124018)Joseph Huber
2024-12-18[OpenMP][Clang] Migrate OpenMP UserDefinedMapper from Clang to OMPIRBuilder (...Akash Banerjee
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-05[OpenMP] Fix stack corruption due to argument mismatch (#96386)Sushant Gokhale
2023-06-15[OpenMP] Update the default version of OpenMP to 5.1Animesh Kumar
2023-05-16[clang] Convert a few OpenMP tests to opaque pointersSergei Barannikov
2023-01-21[OpenMP] Modernize the kernel launching interface and APIsJohannes Doerfert
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
2022-01-25[OpenMP] Simplify pointer comparisonNikita Popov
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-07-22[OPENMP]Fix PR49787: Codegen for calling __tgt_target_teams_nowait_mapper has...Alexey Bataev
2021-07-22Revert "[OPENMP]Fix PR49787: Codegen for calling __tgt_target_teams_nowait_ma...Alexey Bataev
2021-07-22[OPENMP]Fix PR49787: Codegen for calling __tgt_target_teams_nowait_mapper has...Alexey Bataev
2021-04-21[OPENMP]Fix PR49698: OpenMP declare mapper causes segmentation fault.Alexey Bataev
2021-03-31[OPENMP]Fix PR48885: Crash in passing firstprivate args to tasks on Apple M1.Alexey Bataev
2021-03-02[OPENMP50]Mapping of the subcomponents with the 'default' mappers.Alexey Bataev
2021-02-16[OPENMP50]Allow overlapping mapping in target constructs.Alexey Bataev
2021-01-21[OpenMP] Add support for mapping names in mapper APIJoseph Huber
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-11-17[OPENMP]Fix PR48076: mapping of data member pointer.Alexey Bataev
2020-10-28[Clang][OpenMP] Added the support for target data nowaitShilei Tian
2020-09-25[Clang][OpenMP] Added support for nowait target in CodeGen via regular taskShilei Tian
2020-07-29[OpenMP] Implement TR8 `present` motion modifier in Clang (1/2)Joel E. Denny
2020-07-28Revert "[OpenMP] Implement TR8 `present` motion modifier in Clang (1/2)"Joel E. Denny
2020-07-28[OpenMP] Implement TR8 `present` motion modifier in Clang (1/2)Joel E. Denny
2020-07-15[OpenMP 5.0] Codegen support to pass user-defined mapper functions to runtimeGeorge Rokos
2019-08-05[OpenMP 5.0] Codegen support for user-defined mappers.Michael Kruse
2019-08-04Revert "[OpenMP 5.0] Codegen support for user-defined mappers."Michael Kruse
2019-08-04[OpenMP 5.0] Codegen support for user-defined mappers.Michael Kruse
2019-02-25[OpenMP 5.0] Parsing/sema support for from clause with mapper modifier.Michael Kruse
2019-02-22[OpenMP 5.0] Parsing/sema support for to clause with mapper modifier.Michael Kruse
2019-02-19[OpenMP 5.0] Parsing/sema support for map clause with mapper modifier.Michael Kruse