summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/test/tasking
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] NFC: Fix trivial typos in commentsKelvin Li2020-01-032-2/+2
* [openmp] [test] Skip one more test that kills NetBSD buildbotMichał Górny2019-11-071-0/+3
* fixed test: eliminated race condition which might cause deadlockAndrey Churbanov2019-09-251-1/+1
* Enable tasks dependencies hashmaps resizing.Andrey Churbanov2019-09-251-0/+38
* Remove REQUIRES OMP spec version within lit testsJonathan Peyton2019-07-176-6/+0
* [OpenMP] Remove OMP spec versioningJonathan Peyton2019-07-121-1/+0
* Create a runtime option to disable task throttling.Andrey Churbanov2019-07-021-0/+60
* New implementation of OpenMP 5.0 detached tasks.Andrey Churbanov2019-06-193-0/+367
* [openmp] [test] Skip kernel-breaking tests on NetBSDMichal Gorny2019-05-282-0/+10
* [OpenMP] Implement task modifier for reduction clauseJonathan Peyton2019-05-014-0/+414
* Ensure correct pthread flags and libraries are usedDimitry Andric2019-04-032-2/+2
* [OpenMP] Fixes for LIBOMP_OMP_VERSION=45/40Roman Lebedev2018-12-157-0/+7
* Fix for bugzilla https://bugs.llvm.org/show_bug.cgi?id=39970Andrey Churbanov2018-12-132-0/+6
* Implementation of OpenMP 5.0 mutexinoutset task dependency type.Andrey Churbanov2018-11-072-0/+307
* [tests] Add annotations for taskloop featuresJonas Hahnfeld2018-08-022-0/+10
* [test] Convert test for PR36720 to c89Jonas Hahnfeld2018-08-011-2/+4
* [OpenMP] Fix tasking + parallel bugJonathan Peyton2018-07-301-0/+34
* Introduce GOMP_taskloop APIJonathan Peyton2018-04-182-4/+0
* [CMake] Detect information about test compilerJonas Hahnfeld2017-11-301-0/+2
* Add C++ support for testcasesJonathan Peyton2017-10-201-2/+2
* [test] Fix uninitialized memory in omp_taskloop_grainsize.cJonas Hahnfeld2017-09-291-1/+2
* Fix failing taskloop tests by omitting gccJonathan Peyton2017-07-182-0/+4
* Add recursive task scheduling strategy to taskloop implementationJonathan Peyton2017-07-183-0/+174
* Run-time library part of OpenMP 5.0 task reduction implementation.Andrey Churbanov2017-02-161-0/+374
* Correct wrong comment in bug_nested_proxy_task.cJonas Hahnfeld2017-01-301-1/+1
* kmp_gsupport: Fix library initialization with taskgroupJonas Hahnfeld2016-08-081-0/+16
* Mark tests with task dependencies as unsupported with GCCJonas Hahnfeld2016-08-082-0/+6
* Do not block on explicit task depending on proxy taskJonas Hahnfeld2016-08-081-0/+131
* __kmp_free_task: Fix for serial explicit tasks producing proxy tasksJonas Hahnfeld2016-08-081-0/+128
* Add test case for nested creation of tasksJonas Hahnfeld2016-08-041-0/+35
* Bug fix for hang when tasks used in nested parallelJonathan Peyton2016-06-211-0/+32
* Remove trailing whitespace from testsJonathan Peyton2016-05-177-13/+13
* Add new OpenMP 4.5 taskloop construct featureJonathan Peyton2016-03-021-0/+158
* Forgot to add test files for doacross and task priority.Jonathan Peyton2016-03-021-0/+22
* [OPENMP][TESTSUITE] Undefined variable in test omp_task_final.cJonathan Peyton2015-10-121-1/+1
* OpenMP Initial testsuite change to purely llvm-lit based testingJonathan Peyton2015-09-219-0/+484
OpenPOWER on IntegriCloud