summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/teams_generic_loop_codegen-1.cpp
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-04-10[OpenMP][CodeGen] Improved codegen for combined loop directives (#87278)David Pagan
2024-03-19[OpenMP] Increment kernel args version, used by runtime for detecting dyn_ptr...dhruvachak
2024-03-12[clang] Fix OMPT ident flag in combined distribute parallel for pragma (#80987)mikaoP
2024-02-21[OpenMP] Remove `register_requires` global constructor (#80460)Joseph Huber
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-23[OpenMP] Properly set static thread limit (w/o analysis)Johannes Doerfert
2023-08-09Intrinsics: Add type overload to stacksave and stackstoreMatt Arsenault
2023-07-06[clang][CodeGenCXX] Improve handling of itanium ABI member function alignment...David Tenty
2023-07-05[OpenMP][CodeGen] Add codegen for combined 'loop' directives.Dave Pagan