aboutsummaryrefslogtreecommitdiff
path: root/openmp/runtime/test/worksharing
AgeCommit message (Expand)AuthorFilesLines
2025-06-11LLVM Buildbot failure on openmp runtime test (#143674)CHANDRA GHALE1-31/+3
2025-06-11[OpenMP 6.0 ]Codegen for Reduction over private variables with reduction clau...CHANDRA GHALE1-0/+194
2025-03-10[OpenMP] Mark Failing OpenMP Tests as XFAIL on Windows (#129040)Omair Javaid3-0/+6
2025-01-13[flang][OMP] change malloc.h to stdlib.h in collapse_test.inc (NFC) (#122711)Kelvin Li1-1/+1
2024-04-19[OpenMP] Use half of available logical processors for collapse tests (#88319)Xing Xue1-6/+16
2024-03-26[OpenMP] add loop collapse tests (#86243)Vadim Paretsky6-0/+508
2024-03-07[OpenMP] runtime support for efficient partitioning of collapsed triangular l...vadikp-intel3-0/+372
2023-11-08[OpenMP] Add skewed iteration distribution on hybrid systems (#69946)Jonathan Peyton1-0/+1
2023-05-23[OpenMP][Tests][NFC] Mark unsupported libomp tests for GCCJoachim Jenke2-0/+6
2023-03-08[OPENMP]Fix PR59947: "Partially-triangular" loop collapse crashes.Alexey Bataev1-0/+37
2023-02-14[OpenMP]Fix PR55970: Miscompile of collapse(3) with non-rectangular loop nest.Alexey Bataev1-0/+22
2022-11-17[openmp] [test] Unbreak tests that rely on hidden_helper_task on WindowsMartin Storsjö1-2/+2
2021-10-25[OpenMP][Tests][NFC] Replace atomic increment by reductionJoachim Protze1-6/+7
2021-10-25[OpenMP][Tools][NFC] Fix C99-style declaration of iteration variablesJoachim Protze1-1/+1
2021-06-22[OpenMP] libomp: fix dynamic loop dispatcherAndreyChurbanov3-3/+35
2021-03-08[OpenMP] Fix potential integer overflow in dynamic schedule codePeyton, Jonathan L1-0/+67
2021-02-22[OpenMP] Help static loop code avoid over/underflowPeyton, Jonathan L1-0/+112
2021-01-29[OpenMP] NFC: disabled two flakey tests as the bug in libomp not fixed yetAndreyChurbanov1-1/+1
2021-01-25[OpenMP] Added the support for hidden helper task in RTLShilei Tian1-0/+17
2021-01-18Revert "[OpenMP] Added the support for hidden helper task in RTL"Shilei Tian1-17/+0
2021-01-16[OpenMP] Added the support for hidden helper task in RTLShilei Tian1-0/+17
2020-11-11[OpenMP][Tests] Fix compiler warnings in OpenMP runtime testsJoachim Protze4-5/+6
2020-07-21[OpenMP] Temporarily disable failing runtime tests for clang-12Saiyedul Islam1-1/+1
2020-07-08[OpenMP][Tests] Update compatibility with GCC (NFC)Joachim Protze3-12/+0
2020-07-06[OpenMP] Temporarily disable failing runtime tests for OpenMP 5.0Saiyedul Islam1-0/+1
2020-07-05[OpenMP][Tests] Flag compatibility of OpenMP runtime tests with GCC versionsJoachim Protze3-0/+14
2020-06-17[OPENMP]Fix overflow during counting the number of iterations.Alexey Bataev1-2/+4
2020-06-04[openmp] Fixed nonmonotonic schedule implementation.AndreyChurbanov1-0/+34
2020-04-04[OpenMP] NFC: Fix trivial typoKazuaki Ishizaki1-1/+1
2020-01-03[OpenMP] NFC: Fix trivial typos in commentsKelvin Li3-3/+3
2019-11-27[openmp] Fixed nonmonotonic schedule when #threads > #chunks in a loop.AndreyChurbanov1-0/+40
2019-07-17Remove REQUIRES OMP spec version within lit testsJonathan Peyton6-6/+0
2019-04-30[OpenMP] Add OpenMP 5.0 nonmonotonic codeJonathan Peyton2-0/+220
2018-12-15[OpenMP] Fixes for LIBOMP_OMP_VERSION=45/40Roman Lebedev6-0/+6
2018-12-13Fix for bugzilla https://bugs.llvm.org/show_bug.cgi?id=39970Andrey Churbanov4-3/+8
2018-08-02[OpenMP] Fix doacross testing for gccJonathan Peyton2-0/+66
2018-07-26[test] Remove XFAIL of omp_for_bigbounds.c for Intel CompilerJonas Hahnfeld1-1/+4
2017-12-08Add missing memory barrier for queuing locksJonas Hahnfeld1-1/+1
2017-11-22Fix for OMP doacross implementation on PowerJonas Hahnfeld1-1/+1
2017-06-05OpenMP 4.5: implemented support of schedule(simd:guided) andAndrey Churbanov4-0/+1028
2016-10-07Enable omp_get_schedule() to return static steal type.Jonathan Peyton1-0/+82
2016-07-06Fix the nowait tests for omp for and omp singleJonathan Peyton2-48/+88
2016-06-29Fix omp_sections_nowait.c test to address Bugzilla Bug 28336Jonathan Peyton1-24/+59
2016-05-31Offer API for setting number of loop dispatch buffersJonathan Peyton1-0/+91
2016-05-18Remove unnecessary unistd.h header from tests.Jonathan Peyton4-4/+0
2016-05-17Remove trailing whitespace from testsJonathan Peyton27-122/+122
2016-04-18Fix trip count calculation for parallel loops in runtimeJonathan Peyton1-0/+67
2016-03-02Forgot to add test files for doacross and task priority.Jonathan Peyton1-0/+56
2015-11-16[OPENMP] Fixed tests for gcc build.Alexey Bataev1-1/+2
2015-11-06Fix for zero chunk sizeJonathan Peyton1-0/+39