summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_tasking.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a race in shutdown when tasking is used.Andrey Churbanov2017-02-061-0/+1
* Follow up to r289732: Update comments in source files to reference .cpp filesJonathan Peyton2016-12-141-1/+1
* Change source files from .c to .cppJonathan Peyton2016-12-141-0/+3162
OpenPOWER on IntegriCloud