summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/kmp_runtime.cpp
AgeCommit message (Expand)Author
2021-01-28[OpenMP] Disabled profiling in `libomp` by default to unblock link errorsShilei Tian
2021-01-25[OpenMP] Added the support for hidden helper task in RTLShilei Tian
2021-01-21[OpenMP] Add time profiling support in libompGiorgis Georgakoudis
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-09[OpenMP] Use RTM lock for OMP lock with synchronization hintHansang Bae
2020-12-09[OpenMP] Fix too long name for shm segment on macOSPeyton, Jonathan L
2020-12-01[OpenMP] Add support for Intel's umonitor/umwaitTerry Wilmarth
2020-12-01[OpenMP] libomp: change shm name to include UID, call unregister_lib on SIGTERMTodd Erdner
2020-11-20Revert "[OpenMP] Add support for Intel's umonitor/umwait"AndreyChurbanov
2020-11-19[OpenMP] Add support for Intel's umonitor/umwaitAndreyChurbanov
2020-11-11[OpenMP] Fix shutdown hang/race bugPeyton, Jonathan L
2020-11-11[OpenMP] Fixes for shared memory cleanup when aborts occurAndreyChurbanov
2020-10-26[OpenMP] changing OMP rtl to use shared memory instead of env variableAndreyChurbanov
2020-09-24[OpenMP] Introduce GOMP teams support in runtimePeyton, Jonathan L
2020-08-24Move special va_list handling to kmp_os.hDimitry Andric
2020-07-21[OpenMP] libomp cleanup: add checks of bad memory accessAndreyChurbanov
2020-07-17[OpenMP] libomp: add itt notifications for teams construct on hostAndreyChurbanov
2020-07-16[openmp] libomp: added itt notifications for task, taskwait, taskgroupAndreyChurbanov
2020-04-04[OpenMP] NFC: Fix trivial typoKazuaki Ishizaki
2020-03-04[openmp] OpenMP 5.1 omp_display_env function implementation.AndreyChurbanov
2020-01-07[OpenMP] NFC: Fix trivial typos in commentsKazuaki Ishizaki
2020-01-03[OpenMP] NFC: Fix trivial typos in commentsKelvin Li
2019-11-19[OpenMP] Remove -Wl,-fini=__kmp_internal_end_finiAaron Puchert
2019-10-08[OpenMP] Enable thread affinity on FreeBSDDavid Carlier
2019-08-20Force honoring nthreads-var and thread-limit-var inside teams construct on hostJonathan Peyton
2019-08-15[OpenMP] Remove 'unnecessary parentheses'Jonas Hahnfeld
2019-08-03Add OMPT support for teams constructHansang Bae
2019-07-25[OpenMP] RISCV64 portJonas Hahnfeld
2019-07-22[OMPT] Cleanup reset of exit_frame pointerJonas Hahnfeld
2019-07-12[OpenMP] Remove OMP spec versioningJonathan Peyton
2019-06-26Fixed memory use-after-free problem.Andrey Churbanov
2019-05-22Fixed third issue reported in https://bugs.llvm.org/show_bug.cgi?id=41584.Andrey Churbanov
2019-05-20[OMPT] Handling of the events of initial-task-begin and initial-task-endJoachim Protze
2019-05-15Fixed https://bugs.llvm.org/show_bug.cgi?id=41584.Andrey Churbanov
2019-05-01Enable OpenMP build for 32-bit FreeBSDDimitry Andric
2019-04-30[OpenMP] Add OpenMP 5.0 nonmonotonic codeJonathan Peyton
2019-04-17Fixed memory leak reported in Bugzilla:Andrey Churbanov
2019-04-08[OpenMP] Clean up load balancing dynamic modeJonathan Peyton
2019-04-03[OpenMP][Stats] Fix stats gathering for distribute and team clauseJonathan Peyton
2019-03-25[OpenMP] Fix pause check with version infoJonathan Peyton
2019-03-15[OpenMP] Remove deprecated taskqJonathan Peyton
2019-02-28[OpenMP][OMPT] Distinguish different barrier kindsJonathan Peyton
2019-02-28[OpenMP 5.0] Deprecate nest-var and associated featuresJonathan Peyton
2019-02-28[OpenMP] Make use of sched_yield optional in runtimeJonathan Peyton
2019-02-11[OpenMP] Fix thread_limits to work properly for teams constructJonathan 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