summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/target_in_reduction_codegen.cpp
AgeCommit message (Expand)Author
2025-05-26[Clang][CodeGen] Add metadata for load from reference (#98746)Yingwei Zheng
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-01-11[Clang] Set writable and dead_on_unwind attributes on sret arguments (#77116)Nikita Popov
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-08-09Intrinsics: Add type overload to stacksave and stackstoreMatt Arsenault
2023-05-17[clang] Convert remaining OpenMP tests to opaque pointersSergei Barannikov
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein
2023-04-19Revert "[OpenMP] Prefix outlined and reduction func names with original func'...Itay Bookstein
2023-04-19[OpenMP] Prefix outlined and reduction func names with original func's nameItay Bookstein
2022-09-15Revert "[OpenMP] Codegen aggregate for outlined function captures"Dhruva Chakrabarti
2022-09-15[OpenMP] Codegen aggregate for outlined function capturesGiorgis Georgakoudis
2022-07-20Inliner: don't mark call sites as 'nounwind' if that would be redundantNicolai Hähnle
2022-07-19Revert "Update some more tests with update_cc_test_checks.py"Nicolai Hähnle
2022-07-19Update some more tests with update_cc_test_checks.pyNicolai Hähnle
2022-06-27Adding support for target in_reductionRitanya B Bharadwaj