summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/ordered_doacross_codegen.c
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2023-07-07[OPENMP52] Deprecation of 'depend' clause in ordered directive.Jennifer Yu
2023-07-06[OPENMP52] Support Support omp_cur_iteration modifier for doacrossJennifer Yu
2023-07-03[OPENMP52] Codegen support for doacross clause.Jennifer Yu
2023-05-17[clang] Convert several smaller OpenMP tests to opaque pointersSergei Barannikov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-10Use functions with prototypes when appropriate; NFCAaron Ballman
2021-09-03[OMPIRBuilder] Add ordered directive to OMPBuilderPeixinQiao
2019-03-18[OPENMP] Set scheduling for doacross loops as schedule, 1.Alexey Bataev
2018-08-13[OPENMP] Fix emission of the loop doacross constructs.Alexey Bataev
2018-08-13Revert "[OPENMP] Fix emission of the loop doacross constructs."Alexey Bataev
2018-08-13[OPENMP] Fix emission of the loop doacross constructs.Alexey Bataev
2018-02-15[OPENMP] Fix PR36399: Crash on C code with ordered doacross construct.Alexey Bataev