summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/kmp_csupport.cpp
AgeCommit message (Expand)Author
2025-06-25[OpenMP] Fix various alignment issues (#142376)Rainer Orth
2024-08-15[OpenMP] Miscellaneous small code improvements (#95603)Hansang Bae
2024-07-03[OpenMP][OMPT] Indicate loop schedule for worksharing-loop events (#97429)Joachim
2024-06-24[OpenMP] Add num_threads clause list format and strict modifier support (#85466)Terry Wilmarth
2024-05-07[OpenMP] Fix task state and taskteams for serial teams (#86859)Jonathan Peyton
2024-03-27[NFC][OpenMP] Use `SimpleVLA` to replace variable length arrays in C++Shilei Tian
2024-02-13[OpenMP][AIX]Define struct kmp_base_tas_lock with the order of two members sw...Xing Xue
2023-09-06[OpenMP] Fix build issue with `libomp` when OMPT is disabledShilei Tian
2023-09-06[OpenMP] Fix issue of indirect function call in `__kmpc_fork_call_if` (#65436)Shilei Tian
2023-08-26[OpenMP] Codegen support for thread_limit on target directive for hostSandeep Kosuri
2023-08-18[OpenMP] Add option to use different units for blocktimeTerry Wilmarth
2023-07-07[OpenMP][OMPT] Change OMPT kind for OpenMP test lock functionsJoachim Jenke
2023-01-16[OpenMP] Fix the wrong format string used in `__kmpc_error`Shilei Tian
2022-12-09[openmp][mlir] Lower parallel if to new fork_call_if function.David Truby
2022-10-28[OpenMP][libomp] Parameterize affinity functionsJonathan Peyton
2022-09-08[OpenMP][libomp] Cleanup __kmpc_flush() codeJonathan Peyton
2022-07-19[OpenMP][libomp] Allow reset affinity mask after parallelAndreyChurbanov
2022-07-05[OpenMP] add 4 custom APIs supporting MSVC OMP codegenVadim Paretsky
2022-04-12[OpenMP][libomp] Fix some Doxygen issuesJonathan Peyton
2022-02-14[OpenMP][libomp] Introduce oneAPI compiler supportJonathan Peyton
2021-12-29[OpenMP] Add missing `tt_hidden_helper_task_encountered` along with `tt_found...Shilei Tian
2021-10-25[OpenMP][OMPT][clang] task frame support fixed in __kmpc_fork_callVladimir Inđić
2021-10-11[OpenMP] libomp: add OpenMP 5.1 memory allocation routines.AndreyChurbanov
2021-10-01[OpenMP][host runtime] Introduce kmp_cpuinfo_flags_t to replace integer flagsPeyton, Jonathan L
2021-09-07[OpenMP] Add interface for 5.1 scope constructHansang Bae
2021-08-20[OpenMP][OMPD]Code movement required for OMPDVignesh Balasubramanian
2021-06-16[OpenMP] Remove unused variables from libomp codeJoachim Protze
2021-06-15[OpenMP] Add GOMP 5.0 version symbols to APIPeyton, Jonathan L
2021-06-15[OpenMP] Lazily assign root affinityPeyton, Jonathan L
2021-06-08[OpenMP][OMPD] Implementation of OMPD debugging library - libompd.Vignesh Balasubramanian
2021-05-24[OpenMP] Fix crashing critical section with hint clauseHansang Bae
2021-03-16[OpenMP] Add runtime interface for OpenMP 5.1 error directiveHansang Bae
2021-03-05Added API for "masked" construct via two entrypoints: __kmpc_masked,tlwilmar
2021-02-22[OpenMP] Limit number of dispatch buffersPeyton, Jonathan L
2021-02-20[OpenMP][NFC] clang-format the whole openmp projectShilei Tian
2021-02-10[OpenMP] Add lower and upper bound in num_teams clauseNawrin Sultana
2020-12-31[OpenMP] libomp: Handle implicit conversion warningsTerry Wilmarth
2020-12-09[OpenMP] Use RTM lock for OMP lock with synchronization hintHansang Bae
2020-11-25[OpenMP][OMPT] Introduce a guard to handle OMPT return addressJoachim Protze
2020-11-17[OpenMP] Add omp_realloc implementationNawrin Sultana
2020-11-17[OpenMP][stats] reset serial state when re-entering serial regionPeyton, Jonathan L
2020-11-13[OpenMP] Add omp_calloc implementationNawrin Sultana
2020-11-11[OpenMP][OMPT] Update the omp-tools header file to reflect 5.1 changesJoachim Protze
2020-08-24Move special va_list handling to kmp_os.hDimitry Andric
2020-07-28Re-land "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support"Jinsong Ji
2020-07-27Revert "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support"Jinsong Ji
2020-07-27[PowerPC] Remove QPX/A2Q BGQ/BGP CNK supportJinsong Ji
2020-07-20[OpenMP] libomp cleanup: add check of input global tid parameterAndreyChurbanov
2020-06-16[OpenMP][OMPT] Add callbacks for doacross loopsJoachim Protze
2020-04-04[OpenMP] NFC: Fix trivial typoKazuaki Ishizaki