summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/kmp_wait_release.h
AgeCommit message (Expand)Author
2024-08-15[OpenMP] Miscellaneous small code improvements (#95603)Hansang Bae
2024-07-16[OpenMP] Use new OMPT state and sync kinds for barrier events (#95602)Hansang Bae
2024-01-23Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Cl...Alexandre Ganea
2024-01-23Revert 10f3296dd7d74c975f208a8569221dc8f96d1db1 - [openmp] Fix warnings when ...Alexandre Ganea
2024-01-23[openmp] Fix warnings when building on Windows with latest MSVC or Clang ToT ...Alexandre Ganea
2024-01-18[openmp] Revert 64874e5ab5fd102344d43ac9465537a44130bf19 since it was committ...Alexandre Ganea
2024-01-17[openmp] Silence warnings when building the LLVM release with MSVCAlexandre Ganea
2022-05-18[OpenMP] libomp: honor passive wait policy requested with taskingAndreyChurbanov
2022-05-05[OpenMP] libomp: cleanup - remove duplicate checkAndreyChurbanov
2022-04-12[OpenMP][libomp] Fix some Doxygen issuesJonathan Peyton
2022-01-18[OpenMP] Add use of TPAUSETerry Wilmarth
2021-07-29[OpenMP] libomp: Add new experimental barrier: two-level distributed barrierTerry Wilmarth
2021-06-29Revert "[OpenMP] Add Two-level Distributed Barrier"Johannes Doerfert
2021-06-29Revert "[omp] Fix build without ITT after D103121 changes"Johannes Doerfert
2021-06-21[omp] Fix build without ITT after D103121 changesVladislav Vinogradov
2021-06-16[OpenMP] Add Two-level Distributed BarrierTerry Wilmarth
2021-06-16[OpenMP] Remove unused variables from libomp codeJoachim Protze
2021-06-08[OpenMP][OMPD] Implementation of OMPD debugging library - libompd.Vignesh Balasubramanian
2021-02-20[OpenMP][NFC] clang-format the whole openmp projectShilei Tian
2021-01-25[OpenMP] Added the support for hidden helper task in RTLShilei Tian
2021-01-18Revert "[OpenMP] Added the support for hidden helper task in RTL"Shilei Tian
2021-01-16[OpenMP] Added the support for hidden helper task in RTLShilei Tian
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
2019-08-03Add OMPT support for teams constructHansang Bae
2019-07-12[OpenMP] Remove OMP spec versioningJonathan Peyton
2019-04-08[OpenMP] Clean up load balancing dynamic modeJonathan Peyton
2019-02-28[OpenMP][OMPT] Distinguish different barrier kindsJonathan Peyton
2019-02-28[OpenMP] Make use of sched_yield optional in runtimeJonathan Peyton
2019-02-19[OpenMP] Adding GOMP compatible cancellationJonathan Peyton
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-16[OpenMP] Add omp_pause_resource* APIJonathan Peyton
2019-01-15[OpenMP] Fix performance regression in SPEC kdtree testJonathan Peyton
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-08-15[OMPT] Remove OMPT idle callbackJoachim Protze
2018-08-09[OpenMP] Cleanup codeJonathan Peyton
2018-07-19Block library shutdown until unreaped threads finish spin-waitingJonathan Peyton
2018-07-09Fix const cast problem introduced in r336563Jonathan Peyton
2018-07-09[OpenMP] Use C++11 Atomics - barrier, tasking, and lock codeJonathan Peyton
2017-11-01Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze
2017-10-20Apply formatting changesJonathan Peyton
2017-07-19OpenMP RTL cleanup: two PAUSEs per spin loop iteration replaced with single oneAndrey 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-05-12Clang-format and whitespace cleanup of source codeJonathan Peyton
2017-02-06Fix a race in shutdown when tasking is used.Andrey Churbanov
2017-01-27Fix performance issue incurred by removing monitor thread.Jonathan Peyton