summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_taskdeps.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-071-1/+1
* OpenMP Tasks dependencies hash re-sizing fixed.AndreyChurbanov2019-10-251-4/+4
* Enable tasks dependencies hashmaps resizing.Andrey Churbanov2019-09-251-9/+64
* [OpenMP] Remove OMP spec versioningJonathan Peyton2019-07-121-8/+0
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [OMPT] Second chunk of final OMPT 5.0 interface updatesJoachim Protze2019-01-151-12/+12
* [OMPT] First chunk of final OMPT 5.0 interface updatesJoachim Protze2018-12-181-6/+6
* Implementation of OpenMP 5.0 mutexinoutset task dependency type.Andrey Churbanov2018-11-071-61/+172
* [OpenMP] Fix performance issue from 376.kdtreeJonathan Peyton2018-09-261-121/+1
* [OMPT] Update types according to TR7Joachim Protze2018-09-101-6/+6
* [OpenMP] Fix a few formatting issuesJonathan Peyton2018-07-091-1/+2
* [OpenMP] Use C++11 Atomics - barrier, tasking, and lock codeJonathan Peyton2018-07-091-17/+12
* [OMPT] Omissionin in OMPT FormattingJoachim Protze2018-02-171-1/+2
* [OMPT] Set and reset frame address when creating a task with dependencesJoachim Protze2017-12-241-6/+17
* 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