summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_tasking.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-071-3/+4
* [OpenMP] NFC: Fix trivial typos in commentsKelvin Li2020-01-031-7/+7
* [OpenMP] Remove OMP spec versioningJonathan Peyton2019-07-121-149/+10
* Create a runtime option to disable task throttling.Andrey Churbanov2019-07-021-2/+4
* New implementation of OpenMP 5.0 detached tasks.Andrey Churbanov2019-06-191-22/+122
* [OpenMP] Add task alloc functionGheorghe-Teodor Bercea2019-06-141-0/+10
* [OpenMP] Implement task modifier for reduction clauseJonathan Peyton2019-05-011-55/+324
* [OpenMP] Make use of sched_yield optional in runtimeJonathan Peyton2019-02-281-7/+4
* [OMPT] Make sure that OMPT is enabled when accessing internals of the runtimeJoachim Protze2019-02-041-0/+1
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [OpenMP] Add omp_pause_resource* APIJonathan Peyton2019-01-161-1/+1
* Doc: fixed description of a parameter of the __kmpc_taskloopAndrey Churbanov2019-01-091-1/+1
* [OMPT] First chunk of final OMPT 5.0 interface updatesJoachim Protze2018-12-181-22/+27
* [OpenMP] Fixes for LIBOMP_OMP_VERSION=45/40Roman Lebedev2018-12-151-0/+2
* [OpenMP] Add stubs for Task affinity APIJonathan Peyton2018-11-291-0/+22
* Implementation of OpenMP 5.0 mutexinoutset task dependency type.Andrey Churbanov2018-11-071-132/+184
* [OpenMP] Add missing __kmpc_critical_with_hint to dllexportsJonathan Peyton2018-09-261-6/+3
* [OpenMP] Fix performance issue from 376.kdtreeJonathan Peyton2018-09-261-7/+7
* [OMPT] Update types according to TR7Joachim Protze2018-09-101-4/+4
* [OpenMP] Fix tasking bug for decreasing hot team nthreadsJonathan Peyton2018-08-241-1/+1
* [OpenMP] Fix incorrect barrier imbalance reporting in ITTNOTIFYJonathan Peyton2018-08-241-21/+25
* [OpenMP] Cleanup codeJonathan Peyton2018-08-091-5/+6
* [OpenMP] Fix tasking + parallel bugJonathan Peyton2018-07-301-0/+3
* [OpenMP] Fix new task creationGheorghe-Teodor Bercea2018-07-301-1/+1
* [OMPT] Fix OMPT callbacks for the taskloop construct and add testcaseJoachim Protze2018-07-271-61/+170
* [OMPT] Adapt OMPT callbacks for tasks to handle untied tasks correctlyJoachim Protze2018-07-271-50/+62
* [OpenMP] Use C++11 Atomics - barrier, tasking, and lock codeJonathan Peyton2018-07-091-53/+54
* [OMPT] Rename ompt_frame_t to omp_frame_tJoachim Protze2018-05-281-1/+1
* Introduce GOMP_taskloop APIJonathan Peyton2018-04-181-18/+138
* Minor code cleanupJonathan Peyton2018-01-101-2/+3
* Improve stability of the runtime in parent/child processesJonathan Peyton2018-01-101-1/+1
* Exclude untied tasks from checking of task scheduling constraint (TSC).Andrey Churbanov2017-11-161-94/+156
* Rename fields of ompt_frame_tJoachim Protze2017-11-051-16/+14
* Revert "Rename fields of ompt_frame_t"Jonas Hahnfeld2017-11-031-14/+16
* Revert "Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 ...Jonas Hahnfeld2017-11-031-29/+24
* Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)Joachim Protze2017-11-031-24/+29
* Rename fields of ompt_frame_tJoachim Protze2017-11-031-16/+14
* Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze2017-11-011-130/+395
* Apply formatting changesJonathan Peyton2017-10-201-2/+0
* Remove unnecessary semicolonsJonathan Peyton2017-09-271-2/+2
* Move lock acquire/release functions in task deque cleanup codeJonathan Peyton2017-08-021-3/+2
* Cleanup: __kmp_env_* variablesJonathan Peyton2017-07-251-23/+27
* Add recursive task scheduling strategy to taskloop implementationJonathan Peyton2017-07-181-93/+287
* Fix sporadic segfaults in tasking tests.Andrey Churbanov2017-07-181-1/+1
* OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.Andrey Churbanov2017-07-171-23/+13
* OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.Andrey Churbanov2017-07-031-37/+45
* Fix minor formatting issuesJonathan Peyton2017-06-011-2/+2
* Remove some outdated commentsJonathan Peyton2017-05-151-11/+0
* Clang-format and whitespace cleanup of source codeJonathan Peyton2017-05-121-2582/+2668
* Run-time library part of OpenMP 5.0 task reduction implementation.Andrey Churbanov2017-02-161-0/+208
OpenPOWER on IntegriCloud