summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/ordered_doacross_codegen.cpp
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
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-02Skip exception cleanups when the innermost scope is EHTerminateScope.James Y Knight
2022-01-14Revert "Skip exception cleanups when the innermost scope is EHTerminateScope."James Y Knight
2022-01-14Skip exception cleanups when the innermost scope is EHTerminateScope.James Y Knight
2021-09-03[OMPIRBuilder] Add ordered directive to OMPBuilderPeixinQiao
2020-06-17[OPENMP]Fix overflow during counting the number of iterations.Alexey Bataev
2020-04-06[OPENMP]Fix PR45439: `omp for collapse(2) ordered(2)` generates invalidAlexey Bataev
2020-03-10[OPENMP]Fix PR45132: OpenMP doacross loop nest with a decreasingAlexey Bataev
2019-03-18[OPENMP] Set scheduling for doacross loops as schedule, 1.Alexey Bataev
2019-03-14[OPENMP]Fix crash for the ordered(n) clause.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-01-19Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner
2016-05-25[OPENMP 4.5] Codegen for dacross loop synchronization constructs.Alexey Bataev