summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/kmp_dispatch.cpp
AgeCommit message (Expand)Author
2024-07-03[OpenMP][OMPT] Indicate loop schedule for worksharing-loop events (#97429)Joachim
2024-07-01[OpenMP][offload] Fix dynamic schedule tracking (#97065)Gheorghe-Teodor Bercea
2024-04-16[OpenMP] Use a memory fence before incrementing the dispatch buffer index (#8...Xing Xue
2023-11-08[OpenMP] Add skewed iteration distribution on hybrid systems (#69946)Jonathan Peyton
2023-01-18[OpenMP][libomp] Fix stats-gathering for new MSVC sections APIJonathan Peyton
2023-01-12[OpenMP] Fix dynamic schedule assertion failure on AArch64Nawrin Sultana
2022-08-02[OpenMP] Fix warnings about unused expressions when OMPT_LOOP_DISPATCH is a n...Martin Storsjö
2022-07-05[OpenMP] add 4 custom APIs supporting MSVC OMP codegenVadim Paretsky
2022-04-06[OpenMP] Add support for ompt_callback_dispatchHansang Bae
2022-01-18[OpenMP] Add use of TPAUSETerry Wilmarth
2021-09-07[OpenMP] Change monotonicity of dynamic scheduleNawrin Sultana
2021-08-16[OpenMP] Add a few small fixesPeyton, Jonathan L
2021-08-16[OpenMP] libomp: cleanup: minor fixes to silence static analyzer.AndreyChurbanov
2021-06-25[OpenMP][NFC] libomp: fix wrong debug assertion.AndreyChurbanov
2021-06-22[OpenMP] libomp: fix dynamic loop dispatcherAndreyChurbanov
2021-06-07[OpenMP] Check loc for NULL before dereferencing itBryan Chan
2021-03-23[OpenMP] Misc. changes that add or remove pointer/bound checksHansang Bae
2021-03-08[OpenMP] Fix potential integer overflow in dynamic schedule codePeyton, Jonathan L
2021-03-05Added API for "masked" construct via two entrypoints: __kmpc_masked,tlwilmar
2021-02-22[OpenMP] Help static loop code avoid over/underflowPeyton, Jonathan L
2021-02-20[OpenMP][NFC] clang-format the whole openmp projectShilei Tian
2021-01-29[OpenMP] Add environment variable to force monotonic dynamic schedulingJonathan Peyton
2020-12-31[OpenMP] libomp: Handle implicit conversion warningsTerry Wilmarth
2020-11-05[OpenMP] Add ident_t flags for compiler OpenMP versionPeyton, Jonathan L
2020-10-29[OpenMP] Add NULL check in dispatcher debug outputPeyton, Jonathan L
2020-07-20[OpenMP] libomp cleanup: add check of input global tid parameterAndreyChurbanov
2020-06-04[openmp] Fixed nonmonotonic schedule implementation.AndreyChurbanov
2020-04-04[OpenMP] NFC: Fix trivial typoKazuaki Ishizaki
2020-01-07[OpenMP] NFC: Fix trivial typos in commentsKazuaki Ishizaki
2019-11-27[openmp] Fixed nonmonotonic schedule when #threads > #chunks in a loop.AndreyChurbanov
2019-07-12[OpenMP] Remove OMP spec versioningJonathan Peyton
2019-04-30[OpenMP] Add OpenMP 5.0 nonmonotonic codeJonathan Peyton
2019-04-03[OpenMP][Stats] Fix stats gathering for distribute and team clauseJonathan Peyton
2019-02-28[OpenMP] Make use of sched_yield optional in runtimeJonathan Peyton
2019-02-04[OMPT] Make sure that OMPT is enabled when accessing internals of the runtimeJoachim Protze
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
2018-12-10Support clang compiling under windows-gnu and windows-msvcAndrey Churbanov
2018-09-26[OpenMP][OMPT] A few improvementsJonathan Peyton
2018-08-09[OpenMP] Cleanup codeJonathan Peyton
2018-07-30[OpenMP][Stats] Cleanup stats gathering codeJonathan Peyton
2018-07-09[OpenMP] Introduce hierarchical schedulingJonathan Peyton
2018-07-09[OpenMP] Restructure loop code for hierarchical schedulingJonathan Peyton
2018-01-04Fix some comments and formatting in kmp_dispatch.cppJonathan Peyton
2017-11-09Remove const from variables with dynamic memoryJonas 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-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