summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_taskdeps.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename fields of ompt_frame_tJoachim Protze2017-11-051-2/+1
* Revert "Rename fields of ompt_frame_t"Jonas Hahnfeld2017-11-031-1/+2
* Rename fields of ompt_frame_tJoachim Protze2017-11-031-2/+1
* Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze2017-11-011-13/+45
* Apply formatting changesJonathan Peyton2017-10-201-2/+0
* OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.Andrey Churbanov2017-07-031-6/+8
* Clang-format and whitespace cleanup of source codeJonathan Peyton2017-05-121-409/+450
* Fixed typo in kmp_process_deps trace outputJonathan Peyton2016-11-281-1/+1
* Set task->td_dephash to NULL after freeJonathan Peyton2016-11-211-0/+1
* Fixed a memory leak related to task dependencies.Andrey Churbanov2016-10-271-6/+14
* Fixing typos in __kmp_release_deps trace outputsJonathan Peyton2016-10-261-4/+4
* Do not block on explicit task depending on proxy taskJonas Hahnfeld2016-08-081-9/+4
* kmp_taskdeps.cpp: Fix debugging outputJonas Hahnfeld2016-08-041-3/+5
* Fix for crash in task dependenciesJonathan Peyton2016-06-161-1/+1
* Renaming change: 41 -> 45 and 4.1 -> 4.5Jonathan Peyton2016-06-141-3/+3
* Remove trailing whitespace in src/ directoryJonathan Peyton2016-05-201-5/+5
* Fix task dependency performance problemJonathan Peyton2016-01-281-10/+21
* [OMPT] Add support for ompt_event_task_dependences and ompt_event_task_depend...Jonas Hahnfeld2016-01-281-6/+69
* Add newlines to debug TRACE messages in kmp_taskdeps.cppJonathan Peyton2015-11-161-2/+2
* Put taskdata variables under KMP_DEBUG guards.Jonathan Peyton2015-08-261-2/+3
* Remove unused variable warnings by fooling compiler.Jonathan Peyton2015-06-081-1/+2
* D9306 omp 4.1 async offload support (partial): code changesAndrey Churbanov2015-05-071-3/+21
* Comments only: removing the Revision and Date svn variables from the top of a...Andrey Churbanov2015-01-271-2/+0
* I apologise in advance for the size of this check-in. At Intel we doJim Cownie2014-10-071-34/+81
* First attempt to import OpenMP runtimeJim Cownie2013-09-271-0/+448
OpenPOWER on IntegriCloud