aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/kmp_tasking.cpp
AgeCommit message (Expand)Author
2017-11-16Exclude untied tasks from checking of task scheduling constraint (TSC).Andrey Churbanov
2017-11-05Rename fields of ompt_frame_tJoachim Protze
2017-11-03Revert "Rename fields of ompt_frame_t"Jonas Hahnfeld
2017-11-03Revert "Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 ...Jonas Hahnfeld
2017-11-03Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)Joachim Protze
2017-11-03Rename fields of ompt_frame_tJoachim Protze
2017-11-01Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze
2017-10-20Apply formatting changesJonathan Peyton
2017-09-27Remove unnecessary semicolonsJonathan Peyton
2017-08-02Move lock acquire/release functions in task deque cleanup codeJonathan Peyton
2017-07-25Cleanup: __kmp_env_* variablesJonathan Peyton
2017-07-18Add recursive task scheduling strategy to taskloop implementationJonathan Peyton
2017-07-18Fix sporadic segfaults in tasking tests.Andrey Churbanov
2017-07-17OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.Andrey Churbanov
2017-07-03OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.Andrey Churbanov
2017-06-01Fix minor formatting issuesJonathan Peyton
2017-05-15Remove some outdated commentsJonathan Peyton
2017-05-12Clang-format and whitespace cleanup of source codeJonathan Peyton
2017-02-16Run-time library part of OpenMP 5.0 task reduction implementation.Andrey Churbanov
2017-02-06Fix a race in shutdown when tasking is used.Andrey Churbanov
2016-12-14Follow up to r289732: Update comments in source files to reference .cpp filesJonathan Peyton
2016-12-14Change source files from .c to .cppJonathan Peyton