summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/bug57757.cpp
AgeCommit message (Expand)Author
2025-09-12[clang] Regenerate test checks including TBAA semantics (NFC)Antonio Frighetto
2025-08-08[InferAlignment] Propagate alignment between loads/stores of the same base po...Drew Kersnar
2024-10-17Reapply "[Inliner] Propagate more attributes to params when inlining (#91101)...goldsteinn
2024-10-16Revert "[Inliner] Propagate more attributes to params when inlining (#91101)"Arthur Eubanks
2024-10-16[Inliner] Propagate more attributes to params when inlining (#91101)goldsteinn
2024-09-13[InstCombine] Preserve nuw flags when merging gepsNikita Popov
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-01-24[InstCombine] Canonicalize constant GEPs to i8 source element type (#68882)Nikita Popov
2023-11-28[Clang] Regenerate test checks (NFC)Nikita Popov
2023-10-29[OpenMP] Associate the KernelEnvironment with the GenericKernelTy (#70383)Johannes Doerfert
2023-10-29[OpenMP] Unify the min/max thread/teams pathwaysJohannes Doerfert
2023-10-28Revert "Revert "Inlining: Run the legacy AlwaysInliner before the regular inl...Amara Emerson
2023-08-23[OpenMP][NFC] Update clang OpenMP testsJohannes Doerfert
2023-07-11clang: Regenerate OpenMP testsMatt Arsenault
2023-02-10Revert "Inlining: Run the legacy AlwaysInliner before the regular inliner."David Green
2023-02-09Inlining: Run the legacy AlwaysInliner before the regular inliner.Amara Emerson
2023-01-16[Clang][OpenMP] Fix the issue that a functor is not captured properly in a ta...Shilei Tian