summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/kmp_taskdeps.cpp
AgeCommit message (Expand)Author
2025-04-25[OpenMP] Fix taskgraph dependency tracking, memory access, and initialization...Josep Pinot
2025-03-12[OpenMP] [Taskgraph] Differentiating task ids from the taskgraph and from the...Rémy Neveu
2025-03-03[OpenMP][runtime] Fix comparison of integer expressions of different signedne...foxtran
2025-02-14[OpenMP] Fix crash with task stealing and task dependencies (#126049)Julian Brown
2024-06-04[OpenMP][OMPT] Add missing callbacks for asynchronous target tasks (#93472)Joachim
2024-03-28[OpenMP] Fix node destruction race in __kmpc_omp_taskwait_deps_51 (#86130)Ulrich Weigand
2023-11-21[OpenMP] Optimized trivial multiple edges from task dependency graphJoachim Jenke
2023-07-07[OpenMP] Add OMPT support for omp_all_memory task dependenceJoachim Jenke
2023-05-15[OpenMP] Implement task record and replay mechanismChenle Yu
2023-02-24[OpenMP] Remove uses of ATOMIC_VAR_INITFangrui Song
2022-12-20[OpenMP] Clang Support for taskwait nowait clauseSunil Kuravinakop
2022-12-09Revert "[OpenMP] Clang Support for taskwait nowait clause"Chi Chun Chen
2022-12-08[OpenMP] Clang Support for taskwait nowait clauseSunil K
2022-05-05[OpenMP] libomp: Add itt notifications to sync dependent tasks.AndreyChurbanov
2021-12-29[OpenMP] Add missing `tt_hidden_helper_task_encountered` along with `tt_found...Shilei Tian
2021-09-17[OpenMP] NFC: add type casts to silence gcc warningsAndreyChurbanov
2021-09-08[OpenMP] libomp: runtime part of omp_all_memory task dependence implementation.AndreyChurbanov
2021-08-03[OpenMP] libomp: taskwait depend implementation fixed.AndreyChurbanov
2021-06-16[OpenMP] libomp: fixed implementation of OMP 5.1 inoutset task dependence typeAndreyChurbanov
2021-06-09Revert "[OpenMP] libomp: implement OpenMP 5.1 inoutset task dependence type"AndreyChurbanov
2021-06-07[OpenMP] libomp: implement OpenMP 5.1 inoutset task dependence typeAndreyChurbanov
2021-06-02[OpenMP] Use new task type/flag for taskwait depend events.Hansang Bae
2021-02-20[OpenMP][NFC] clang-format the whole openmp projectShilei Tian
2021-02-18[OpenMP][NFC] replaced 'dependencies' with 'dependences' in comments and debu...AndreyChurbanov
2021-01-25[OpenMP] Added the support for hidden helper task in RTLShilei Tian
2021-01-22[OpenMP] Remove unnecessary pointer checks in a few locationsHansang Bae
2021-01-22[OpenMP] libomp: properly initialize buckets in __kmp_dephash_extendJoseph Schuchart
2020-12-31[OpenMP] libomp: Handle implicit conversion warningsTerry Wilmarth
2020-12-01[OpenMP] Add support for Intel's umonitor/umwaitTerry Wilmarth
2020-11-20Revert "[OpenMP] Add support for Intel's umonitor/umwait"AndreyChurbanov
2020-11-19[OpenMP] Add support for Intel's umonitor/umwaitAndreyChurbanov
2020-10-01[OpenMP][OMPT] Update OMPT tests for newly added GOMP interface patchesJoachim Protze
2020-08-14[OpenMP] Fix releasing of stack memoryJoachim Protze
2020-07-20[OpenMP] libomp cleanup: add check of input global tid parameterAndreyChurbanov
2020-07-05[OpenMP][OMPT] Fix ifdefs for OMPT codeJoachim Protze
2020-07-03[OpenMP][OMPT]Add event callbacks for taskwait with dependJoachim Protze
2020-06-19[OpenMP][OMPT] Pass mutexinoutset to the toolJoachim Protze
2020-04-04[OpenMP] NFC: Fix trivial typoKazuaki Ishizaki
2020-01-07[OpenMP] NFC: Fix trivial typos in commentsKazuaki Ishizaki
2019-10-25OpenMP Tasks dependencies hash re-sizing fixed.AndreyChurbanov
2019-09-25Enable tasks dependencies hashmaps resizing.Andrey Churbanov
2019-07-12[OpenMP] Remove OMP spec versioningJonathan Peyton
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-15[OMPT] Second chunk of final OMPT 5.0 interface updatesJoachim Protze
2018-12-18[OMPT] First chunk of final OMPT 5.0 interface updatesJoachim Protze
2018-11-07Implementation of OpenMP 5.0 mutexinoutset task dependency type.Andrey Churbanov
2018-09-26[OpenMP] Fix performance issue from 376.kdtreeJonathan Peyton
2018-09-10[OMPT] Update types according to TR7Joachim Protze
2018-07-09[OpenMP] Fix a few formatting issuesJonathan Peyton
2018-07-09[OpenMP] Use C++11 Atomics - barrier, tasking, and lock codeJonathan Peyton