summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_global.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Change initialization of __kmp_globalJonas Hahnfeld2019-09-041-1/+1
* [OpenMP] Remove OMP spec versioningJonathan Peyton2019-07-121-15/+0
* Create a runtime option to disable task throttling.Andrey Churbanov2019-07-021-0/+1
* [OpenMP] Implement 5.0 memory managementJonathan Peyton2019-04-081-11/+31
* [OpenMP] Clean up load balancing dynamic modeJonathan Peyton2019-04-081-1/+0
* [OpenMP 5.0] Deprecate nest-var and associated featuresJonathan Peyton2019-02-281-3/+2
* [OpenMP] Make use of sched_yield optional in runtimeJonathan Peyton2019-02-281-18/+8
* 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/+5
* [OpenMP] Fix LIBOMP_USE_DEBUGGER=ON build (PR38612)Roman Lebedev2019-01-131-2/+2
* [OpenMP] Implement OpenMP 5.0 affinity format functionalityJonathan Peyton2018-12-131-0/+5
* [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