summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_runtime.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-071-2/+2
* [OpenMP] NFC: Fix trivial typos in commentsKelvin Li2020-01-031-1/+1
* [OpenMP] Remove -Wl,-fini=__kmp_internal_end_finiAaron Puchert2019-11-191-6/+0
* [OpenMP] Enable thread affinity on FreeBSDDavid Carlier2019-10-081-4/+4
* Force honoring nthreads-var and thread-limit-var inside teams construct on hostJonathan Peyton2019-08-201-4/+17
* [OpenMP] Remove 'unnecessary parentheses'Jonas Hahnfeld2019-08-151-2/+2
* Add OMPT support for teams constructHansang Bae2019-08-031-43/+117
* [OpenMP] RISCV64 portJonas Hahnfeld2019-07-251-1/+2
* [OMPT] Cleanup reset of exit_frame pointerJonas Hahnfeld2019-07-221-20/+20
* [OpenMP] Remove OMP spec versioningJonathan Peyton2019-07-121-278/+55
* Fixed memory use-after-free problem.Andrey Churbanov2019-06-261-2/+19
* Fixed third issue reported in https://bugs.llvm.org/show_bug.cgi?id=41584.Andrey Churbanov2019-05-221-5/+0
* [OMPT] Handling of the events of initial-task-begin and initial-task-endJoachim Protze2019-05-201-5/+12
* Fixed https://bugs.llvm.org/show_bug.cgi?id=41584.Andrey Churbanov2019-05-151-2/+0
* Enable OpenMP build for 32-bit FreeBSDDimitry Andric2019-05-011-1/+1
* [OpenMP] Add OpenMP 5.0 nonmonotonic codeJonathan Peyton2019-04-301-4/+21
* Fixed memory leak reported in Bugzilla:Andrey Churbanov2019-04-171-2/+9
* [OpenMP] Clean up load balancing dynamic modeJonathan Peyton2019-04-081-9/+27
* [OpenMP][Stats] Fix stats gathering for distribute and team clauseJonathan Peyton2019-04-031-10/+38
* [OpenMP] Fix pause check with version infoJonathan Peyton2019-03-251-9/+6
* [OpenMP] Remove deprecated taskqJonathan Peyton2019-03-151-6/+0
* [OpenMP][OMPT] Distinguish different barrier kindsJonathan Peyton2019-02-281-2/+4
* [OpenMP 5.0] Deprecate nest-var and associated featuresJonathan Peyton2019-02-281-7/+3
* [OpenMP] Make use of sched_yield optional in runtimeJonathan Peyton2019-02-281-24/+7
* [OpenMP] Fix thread_limits to work properly for teams constructJonathan Peyton2019-02-111-23/+116
* [OMPT] Make sure that OMPT is enabled when accessing internals of the runtimeJoachim Protze2019-02-041-0/+1
* 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-3/+99
* [OMPT] Second chunk of final OMPT 5.0 interface updatesJoachim Protze2019-01-151-10/+10
* [OMPT] First chunk of final OMPT 5.0 interface updatesJoachim Protze2018-12-181-38/+38
* [OpenMP] Implement OpenMP 5.0 affinity format functionalityJonathan Peyton2018-12-131-2/+407
* [OpenMP] Fix a few build issuesJonathan Peyton2018-12-101-2/+2
* Add OpenBSD support to OpenMPKamil Rytarowski2018-12-091-2/+2
* Add DragonFlyBSD support to OpenMPKamil Rytarowski2018-12-091-4/+4
* [OpenMP] Fixed possible array out of bound accessJonathan Peyton2018-11-281-0/+1
* Fix for bugzilla https://bugs.llvm.org/show_bug.cgi?id=39137.Andrey Churbanov2018-11-141-0/+2
* Add Hurd support.Andrey Churbanov2018-11-071-2/+2
* [OpenMP] Convert KMP_DYNAMIC_LIB to a 0 or 1 guard everywhereJonathan Peyton2018-10-051-4/+4
* [OpenMP][OMPT] Fix unsafe initialization of ompt_data_t objectsJonathan Peyton2018-10-041-6/+4
* [OMPT] Update types according to TR7Joachim Protze2018-09-101-2/+3
* [OpenMP] Initial implementation of OMP 5.0 Memory Management routinesJonathan Peyton2018-09-071-3/+28
* [OpenMP] Add check for hot_teams arrayJonathan Peyton2018-08-241-1/+2
* [OpenMP] Cleanup codeJonathan Peyton2018-08-091-6/+8
* [OpenMP][Stats] Cleanup stats gathering codeJonathan Peyton2018-07-301-23/+7
* Block library shutdown until unreaped threads finish spin-waitingJonathan Peyton2018-07-191-0/+15
* [OpenMP] Fix a few formatting issuesJonathan Peyton2018-07-091-1/+2
* [OpenMP] Introduce hierarchical schedulingJonathan Peyton2018-07-091-0/+18
* [OpenMP] Use C++11 Atomics - barrier, tasking, and lock codeJonathan Peyton2018-07-091-10/+16
* [OMPT] Rename ompt_frame_t to omp_frame_tJoachim Protze2018-05-281-1/+1
* [OMPT] Fix thread_num for implicit_task_end callbacks in nested parallel regionsJoachim Protze2018-05-071-4/+13
OpenPOWER on IntegriCloud