summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp.h
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-071-5/+5
* [OpenMP] NFC: Fix trivial typos in commentsKelvin Li2020-01-031-1/+1
* [OpenMP] Remove -Wl,-fini=__kmp_internal_end_finiAaron Puchert2019-11-191-1/+0
* [OpenMP] Enable thread affinity on FreeBSDDavid Carlier2019-10-081-1/+1
* Enable tasks dependencies hashmaps resizing.Andrey Churbanov2019-09-251-2/+1
* [OpenMP] Remove OMP spec versioningJonathan Peyton2019-07-121-174/+9
* NFC: fixed typo #ifdef --> #if to allow macro set to 0 work correctlyAndrey Churbanov2019-07-101-1/+1
* Create a runtime option to disable task throttling.Andrey Churbanov2019-07-021-0/+1
* New implementation of OpenMP 5.0 detached tasks.Andrey Churbanov2019-06-191-1/+28
* [OpenMP] Add task alloc functionGheorghe-Teodor Bercea2019-06-141-0/+6
* Added propagation of not big initial stack size of master thread to workers.Andrey Churbanov2019-06-051-0/+1
* Fixed build warning with -DLIBOMP_USE_HWLOC=1Andrey Churbanov2019-06-031-0/+6
* Fixed second issue reported in https://bugs.llvm.org/show_bug.cgi?id=41584.Andrey Churbanov2019-05-161-2/+2
* Add non-SSE wrapper for __kmp_{load,store}_mxcsrDimitry Andric2019-05-061-3/+9
* [OpenMP] Implement task modifier for reduction clauseJonathan Peyton2019-05-011-0/+12
* [OpenMP] Add OpenMP 5.0 nonmonotonic codeJonathan Peyton2019-04-301-1/+43
* [OpenMP] Exchange code in asm file for inline assemblyJonathan Peyton2019-04-151-33/+69
* [OpenMP] Implement 5.0 memory managementJonathan Peyton2019-04-081-19/+90
* [OpenMP] Clean up load balancing dynamic modeJonathan Peyton2019-04-081-1/+1
* [OpenMP] Remove deprecated taskqJonathan Peyton2019-03-151-190/+1
* [OpenMP 5.0] Deprecate nest-var and associated featuresJonathan Peyton2019-02-281-15/+9
* [OpenMP] Make use of sched_yield optional in runtimeJonathan Peyton2019-02-281-44/+44
* [OpenMP] Adding GOMP compatible cancellationJonathan Peyton2019-02-191-0/+1
* [OpenMP] Fix thread_limits to work properly for teams constructJonathan Peyton2019-02-111-1/+25
* 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-0/+31
* [OpenMP] Fix LIBOMP_USE_DEBUGGER=ON build (PR38612)Roman Lebedev2019-01-131-2/+2
* [OpenMP] Add omp_get_device_num() and update several other device API functionsJonathan Peyton2019-01-031-0/+7
* [OpenMP] Implement OpenMP 5.0 affinity format functionalityJonathan Peyton2018-12-131-0/+30
* Support clang compiling under windows-gnu and windows-msvcAndrey Churbanov2018-12-101-1/+5
* Add OpenBSD support to OpenMPKamil Rytarowski2018-12-091-0/+4
* Add DragonFlyBSD support to OpenMPKamil Rytarowski2018-12-091-0/+4
* Revert r347799: Add omp_get_device_num() and update other device APIJonathan Peyton2018-11-291-7/+0
* [OpenMP] Add stubs for Task affinity APIJonathan Peyton2018-11-291-0/+15
* [OpenMP] Add omp_get_device_num() and update several other device API functionsJonathan Peyton2018-11-281-0/+7
* Add Hurd support.Andrey Churbanov2018-11-071-0/+4
* Implementation of OpenMP 5.0 mutexinoutset task dependency type.Andrey Churbanov2018-11-071-6/+14
* [OpenMP] Add missing __kmpc_critical_with_hint to dllexportsJonathan Peyton2018-09-261-4/+2
* [OpenMP] Fix balanced affinity so thread's private affinity mask is updatedJonathan Peyton2018-09-261-1/+1
* [OpenMP] Fix performance issue from 376.kdtreeJonathan Peyton2018-09-261-3/+0
* [OpenMP] Change hint parameter type for critical to uint32_tJonathan Peyton2018-09-071-1/+5
* [OpenMP] Synchronization hint constants added to headersJonathan Peyton2018-09-071-25/+33
* [OpenMP] Initial implementation of OMP 5.0 Memory Management routinesJonathan Peyton2018-09-071-1/+31
* [OpenMP] Cleanup codeJonathan Peyton2018-08-091-38/+49
* [OpenMP] Implement GOMP doacross compatibilityJonathan Peyton2018-07-301-3/+4
* [OpenMP] Fix build errors when building with KMP_DEBUG_ADAPTIVE_LOCKS=1Jonathan Peyton2018-07-301-1/+1
* PR30734: Remove __kmp_ft_page_allocate()Jonas Hahnfeld2018-07-261-9/+0
* Block library shutdown until unreaped threads finish spin-waitingJonathan Peyton2018-07-191-0/+3
* [OpenMP] Introduce hierarchical schedulingJonathan Peyton2018-07-091-0/+38
* [OpenMP] Restructure loop code for hierarchical schedulingJonathan Peyton2018-07-091-2/+10
OpenPOWER on IntegriCloud