summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-071-3/+3
* [OpenMP] Remove OMP spec versioningJonathan Peyton2019-07-121-131/+8
* Create a runtime option to disable task throttling.Andrey Churbanov2019-07-021-0/+16
* Added propagation of not big initial stack size of master thread to workers.Andrey Churbanov2019-06-051-0/+14
* Fix OMP_TARGET_OFFLOAD parsingHansang Bae2019-05-301-3/+3
* [OpenMP] Add OpenMP 5.0 nonmonotonic codeJonathan Peyton2019-04-301-61/+104
* Fixed possible out of bound array access.Andrey Churbanov2019-04-111-2/+2
* [OpenMP] Implement 5.0 memory managementJonathan Peyton2019-04-081-2/+2
* [OpenMP 5.0] Deprecate nest-var and associated featuresJonathan Peyton2019-02-281-7/+45
* [OpenMP] Make use of sched_yield optional in runtimeJonathan Peyton2019-02-281-82/+23
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [OpenMP] Implement OpenMP 5.0 affinity format functionalityJonathan Peyton2018-12-131-2/+44
* Support clang compiling under windows-gnu and windows-msvcAndrey Churbanov2018-12-101-1/+1
* [OpenMP] Minor cleanup of debug codeJonathan Peyton2018-11-281-2/+2
* [OpenMP][OMPT] A few improvementsJonathan Peyton2018-09-261-0/+18
* [OpenMP] Initial implementation of OMP 5.0 Memory Management routinesJonathan Peyton2018-09-071-1/+148
* [OpenMP] Cleanup codeJonathan Peyton2018-08-091-2/+7
* [OpenMP] Fix build errors when building with KMP_DEBUG_ADAPTIVE_LOCKS=1Jonathan Peyton2018-07-301-2/+2
* [OpenMP] Introduce hierarchical schedulingJonathan Peyton2018-07-091-53/+154
* [OpenMP] Fix affinity API for KMP_AFFINITY=none|compact|scatterJonathan Peyton2018-04-181-0/+2
* Move blocktime_str variable right before its first useJonathan Peyton2018-03-261-3/+3
* Read OMP_TARGET_OFFLOAD and provide API to access ICVJonathan Peyton2018-03-201-0/+44
* Force HWLOC topology method for NUMA-specific topologyJonathan Peyton2018-01-101-0/+9
* Fix trademarks found by scannerJonathan Peyton2018-01-041-6/+6
* Extension of HWLOC topology discovery with NUMA nodes and tilesAndrey Churbanov2017-11-301-7/+30
* Add const to some variables to avoid const_castsJonas Hahnfeld2017-11-091-4/+4
* Remove const from variables with dynamic memoryJonas Hahnfeld2017-11-091-2/+4
* Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze2017-11-011-3/+29
* Apply formatting changesJonathan Peyton2017-10-201-5/+2
* KMP_HW_SUBSET vs KMP_PLACE_THREADS rival envirables fixJonathan Peyton2017-10-061-5/+22
* Remove unnecessary semicolonsJonathan Peyton2017-09-271-85/+85
* Allow printing of KMP_TOPOLOGY_METHOD when KMP_SETTINGS=trueJonathan Peyton2017-09-261-2/+0
* Add new envirable KMP_TEAMS_THREAD_LIMITJonathan Peyton2017-08-021-0/+14
* Fix implementation of OMP_THREAD_LIMITJonathan Peyton2017-07-271-10/+19
* Introduce KMP_DEVICE_THREAD_LIMITJonathan Peyton2017-07-261-26/+25
* Cleanup: __kmp_env_* variablesJonathan Peyton2017-07-251-9/+7
* Add recursive task scheduling strategy to taskloop implementationJonathan Peyton2017-07-181-0/+16
* Removed "duplicates" from verbose affinity outputJonathan Peyton2017-07-171-5/+0
* OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.Andrey Churbanov2017-07-171-2/+2
* OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.Andrey Churbanov2017-07-031-68/+74
* Replace platform macro with KMP_MIC_SUPPORTEDJonathan Peyton2017-06-131-5/+5
* Fix for KMP_AFFINITY=disabled and KMP_TOPOLOGY_METHOD=hwlocJonathan Peyton2017-05-311-0/+10
* Address default pinning OpenMP process with multiple processor groupsJonathan Peyton2017-05-311-2/+30
* Clang-format and whitespace cleanup of source codeJonathan Peyton2017-05-121-4353/+4157
* [OpenMP] Add missing parenthesis which triggers a compile errorGeorge Rokos2017-04-251-1/+1
* KMP_HW_SUBSET extended with NUMA support when HWLOC enabledAndrey Churbanov2017-04-131-276/+168
* Fix assertion failure when 'proclist' is used without 'explicit' in KMP_AFFINITYJonathan Peyton2017-03-101-2/+5
* Enable yield cycle on LinuxJonathan Peyton2017-02-151-4/+0
* 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/+5631
OpenPOWER on IntegriCloud