summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/test/worksharing
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] NFC: Fix trivial typos in commentsKelvin Li2020-01-033-3/+3
* [openmp] Fixed nonmonotonic schedule when #threads > #chunks in a loop.AndreyChurbanov2019-11-271-0/+40
* Remove REQUIRES OMP spec version within lit testsJonathan Peyton2019-07-176-6/+0
* [OpenMP] Add OpenMP 5.0 nonmonotonic codeJonathan Peyton2019-04-302-0/+220
* [OpenMP] Fixes for LIBOMP_OMP_VERSION=45/40Roman Lebedev2018-12-156-0/+6
* Fix for bugzilla https://bugs.llvm.org/show_bug.cgi?id=39970Andrey Churbanov2018-12-134-3/+8
* [OpenMP] Fix doacross testing for gccJonathan Peyton2018-08-022-0/+66
* [test] Remove XFAIL of omp_for_bigbounds.c for Intel CompilerJonas Hahnfeld2018-07-261-1/+4
* Add missing memory barrier for queuing locksJonas Hahnfeld2017-12-081-1/+1
* Fix for OMP doacross implementation on PowerJonas Hahnfeld2017-11-221-1/+1
* OpenMP 4.5: implemented support of schedule(simd:guided) andAndrey Churbanov2017-06-054-0/+1028
* Enable omp_get_schedule() to return static steal type.Jonathan Peyton2016-10-071-0/+82
* Fix the nowait tests for omp for and omp singleJonathan Peyton2016-07-062-48/+88
* Fix omp_sections_nowait.c test to address Bugzilla Bug 28336Jonathan Peyton2016-06-291-24/+59
* Offer API for setting number of loop dispatch buffersJonathan Peyton2016-05-311-0/+91
* Remove unnecessary unistd.h header from tests.Jonathan Peyton2016-05-184-4/+0
* Remove trailing whitespace from testsJonathan Peyton2016-05-1727-122/+122
* Fix trip count calculation for parallel loops in runtimeJonathan Peyton2016-04-181-0/+67
* Forgot to add test files for doacross and task priority.Jonathan Peyton2016-03-021-0/+56
* [OPENMP] Fixed tests for gcc build.Alexey Bataev2015-11-161-1/+2
* Fix for zero chunk sizeJonathan Peyton2015-11-061-0/+39
* [OPENMP] Add dependency to clang/clang-headers etc. for in-tree build of libomp.Alexey Bataev2015-11-021-1/+1
* OpenMP Initial testsuite change to purely llvm-lit based testingJonathan Peyton2015-09-2131-0/+3626
OpenPOWER on IntegriCloud