summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/z_Linux_util.cpp
AgeCommit message (Expand)Author
2021-06-29Revert "[OpenMP] Add Two-level Distributed Barrier"Johannes Doerfert
2021-06-16[OpenMP] Add Two-level Distributed BarrierTerry Wilmarth
2021-06-16[OpenMP] Remove unused variables from libomp codeJoachim Protze
2021-06-15[OpenMP] Fix affinity determine capable algorithm on LinuxPeyton, Jonathan L
2021-04-16[OpenMP] Allow affinity to re-detect for child processesPeyton, Jonathan L
2021-02-20[OpenMP] libomp: cleanup some resource leaksAndreyChurbanov
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-15[OpenMP] Initialize runtime in the forked child processHansang Bae
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-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-04-04[OpenMP] NFC: Fix trivial typoKazuaki Ishizaki
2020-01-20[OpenMP] affinity little fix for FreeBSDDavid Carlier
2020-01-03[OpenMP] NFC: Fix trivial typos in commentsKelvin Li
2019-10-30[OpenMP] Reset affinity mask in the process child on FreeBSDDavid Carlier
2019-10-30Enable OpenBSD support.AndreyChurbanov
2019-10-08[OpenMP] Enable thread affinity on FreeBSDDavid Carlier
2019-09-28[OpenMP] FreeBSD address check if mapped more nativeDavid Carlier
2019-07-25[openmp] Workaround bug in old Android pthread_attr_setstacksizeYi Kong
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-05Added propagation of not big initial stack size of master thread to workers.Andrey Churbanov
2019-05-16Fixed second issue reported in https://bugs.llvm.org/show_bug.cgi?id=41584.Andrey Churbanov
2019-04-08[OpenMP] Clean up load balancing dynamic modeJonathan Peyton
2019-02-28[OpenMP] Make use of sched_yield optional in runtimeJonathan 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
2018-12-13[OpenMP] Fix transient divide by zero bug in 32-bit codeJonathan Peyton
2018-12-11[runtime] Use getloadavg() on NetBSD as wellMichal Gorny
2018-12-11Implement __kmp_is_address_mapped() for NetBSDKamil Rytarowski
2018-12-09Add OpenBSD support to OpenMPKamil Rytarowski
2018-12-09Add DragonFlyBSD support to OpenMPKamil Rytarowski
2018-11-07Add Hurd support.Andrey Churbanov
2018-07-30[OpenMP][Stats] Cleanup stats gathering codeJonathan Peyton
2018-07-09[OpenMP] Use C++11 Atomics - barrier, tasking, and lock codeJonathan Peyton
2018-03-30Minor cleanup in __kmp_atfork_child()Jonathan Peyton
2018-01-11Fixed libomp static build broken by the commit rL322202.Andrey Churbanov
2018-01-10Improve stability of the runtime in parent/child processesJonathan Peyton
2017-11-07Cleanup version symbol macros and attributes/declspecsJonathan Peyton
2017-11-01Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze
2017-10-20Apply formatting changesJonathan Peyton