summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/z_Linux_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] NFC: Fix trivial typos in commentsKelvin Li2020-01-031-2/+2
* [OpenMP] Reset affinity mask in the process child on FreeBSDDavid Carlier2019-10-301-1/+1
* Enable OpenBSD support.AndreyChurbanov2019-10-301-3/+30
* [OpenMP] Enable thread affinity on FreeBSDDavid Carlier2019-10-081-5/+27
* [OpenMP] FreeBSD address check if mapped more nativeDavid Carlier2019-09-281-1/+42
* [openmp] Workaround bug in old Android pthread_attr_setstacksizeYi Kong2019-07-251-0/+7
* [OpenMP] RISCV64 portJonas Hahnfeld2019-07-251-1/+2
* [OMPT] Cleanup reset of exit_frame pointerJonas Hahnfeld2019-07-221-4/+0
* [OpenMP] Remove OMP spec versioningJonathan Peyton2019-07-121-4/+0
* Added propagation of not big initial stack size of master thread to workers.Andrey Churbanov2019-06-051-0/+11
* Fixed second issue reported in https://bugs.llvm.org/show_bug.cgi?id=41584.Andrey Churbanov2019-05-161-6/+18
* [OpenMP] Clean up load balancing dynamic modeJonathan Peyton2019-04-081-1/+1
* [OpenMP] Make use of sched_yield optional in runtimeJonathan Peyton2019-02-281-40/+4
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [OpenMP] Add omp_pause_resource* APIJonathan Peyton2019-01-161-1/+24
* [OpenMP] Fix transient divide by zero bug in 32-bit codeJonathan Peyton2018-12-131-4/+11
* [runtime] Use getloadavg() on NetBSD as wellMichal Gorny2018-12-111-1/+1
* Implement __kmp_is_address_mapped() for NetBSDKamil Rytarowski2018-12-111-2/+35
* Add OpenBSD support to OpenMPKamil Rytarowski2018-12-091-6/+7
* Add DragonFlyBSD support to OpenMPKamil Rytarowski2018-12-091-10/+14
* Add Hurd support.Andrey Churbanov2018-11-071-6/+5
* [OpenMP][Stats] Cleanup stats gathering codeJonathan Peyton2018-07-301-1/+1
* [OpenMP] Use C++11 Atomics - barrier, tasking, and lock codeJonathan Peyton2018-07-091-5/+5
* Minor cleanup in __kmp_atfork_child()Jonathan Peyton2018-03-301-1/+0
* Fixed libomp static build broken by the commit rL322202.Andrey Churbanov2018-01-111-0/+2
* Improve stability of the runtime in parent/child processesJonathan Peyton2018-01-101-2/+15
* Cleanup version symbol macros and attributes/declspecsJonathan Peyton2017-11-071-2/+2
* Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze2017-11-011-1/+1
* Apply formatting changesJonathan Peyton2017-10-201-3/+0
* Remove unnecessary semicolonsJonathan Peyton2017-09-271-66/+65
* Minor code cleanup of Klocwork issuesJonathan Peyton2017-09-051-33/+24
* Remove BUILD_TVJonathan Peyton2017-08-171-35/+0
* OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.Andrey Churbanov2017-07-171-11/+10
* OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.Andrey Churbanov2017-07-031-6/+8
* Set affinity to none/false in child processesJonathan Peyton2017-06-151-1/+12
* Reset initial affinity in children processesJonathan Peyton2017-06-131-0/+6
* Clang-format and whitespace cleanup of source codeJonathan Peyton2017-05-121-1990/+1769
* Fix crash in invoking microtask on ios arm64.Andrey Churbanov2017-04-171-1/+1
* Minor improvement of KMP_YIELD_NOW() macro.Jonathan Peyton2017-03-201-3/+3
* Removing couple unnecessary architecture guards.Jonathan Peyton2017-02-281-2/+2
* Enable yield cycle on LinuxJonathan Peyton2017-02-151-5/+8
* Follow up to r289732: Update comments in source files to reference .cpp filesJonathan Peyton2016-12-141-2/+2
* Change source files from .c to .cppJonathan Peyton2016-12-141-0/+2612
OpenPOWER on IntegriCloud