summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_global.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Initial implementation of OMP 5.0 Memory Management routinesJonathan Peyton2018-09-071-0/+15
* [OpenMP] Fix build errors when building with KMP_DEBUG_ADAPTIVE_LOCKS=1Jonathan Peyton2018-07-301-1/+1
* [OpenMP] Introduce hierarchical schedulingJonathan Peyton2018-07-091-0/+9
* [OpenMP] Use C++11 Atomics - barrier, tasking, and lock codeJonathan Peyton2018-07-091-21/+21
* Read OMP_TARGET_OFFLOAD and provide API to access ICVJonathan Peyton2018-03-201-0/+3
* Use hyperbarrier by default on all architecturesJonas Hahnfeld2017-12-081-15/+6
* Extension of HWLOC topology discovery with NUMA nodes and tilesAndrey Churbanov2017-11-301-0/+2
* Exclude untied tasks from checking of task scheduling constraint (TSC).Andrey Churbanov2017-11-161-2/+1
* Remove const from variables with dynamic memoryJonas Hahnfeld2017-11-091-5/+1
* Cleanup version symbol macros and attributes/declspecsJonathan Peyton2017-11-071-7/+2
* Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze2017-11-011-0/+4
* Apply formatting changesJonathan Peyton2017-10-201-3/+0
* Remove BUILD_TVJonathan Peyton2017-08-171-7/+0
* Add new envirable KMP_TEAMS_THREAD_LIMITJonathan Peyton2017-08-021-0/+1
* Fix implementation of OMP_THREAD_LIMITJonathan Peyton2017-07-271-0/+1
* Cleanup: __kmp_env_* variablesJonathan Peyton2017-07-251-5/+0
* Add recursive task scheduling strategy to taskloop implementationJonathan Peyton2017-07-181-0/+1
* Replace platform macro with KMP_MIC_SUPPORTEDJonathan Peyton2017-06-131-1/+1
* Clang-format and whitespace cleanup of source codeJonathan Peyton2017-05-121-253/+284
* KMP_HW_SUBSET extended with NUMA support when HWLOC enabledAndrey Churbanov2017-04-131-5/+7
* Enable yield cycle on LinuxJonathan Peyton2017-02-151-1/+1
* Follow up to r289732: Update comments in source files to reference .cpp filesJonathan Peyton2016-12-141-1/+1
* Change source files from .c to .cppJonathan Peyton2016-12-141-0/+497
OpenPOWER on IntegriCloud