summaryrefslogtreecommitdiffstats
path: root/openmp/runtime
Commit message (Expand)AuthorAgeFilesLines
* Fix fatal error message displayingJonathan Peyton2017-10-251-6/+15
* Disable threadprivate data cleanup if runtime is terminatingJonathan Peyton2017-10-241-0/+7
* Restrict OMPT to OpenMP version 5.0 and remove old header filesJonathan Peyton2017-10-204-1519/+4
* Add license envirable for testing Intel compilersJonathan Peyton2017-10-201-0/+4
* Add C++ support for testcasesJonathan Peyton2017-10-204-3/+13
* Apply formatting changesJonathan Peyton2017-10-2067-268/+42
* KMP_HW_SUBSET vs KMP_PLACE_THREADS rival envirables fixJonathan Peyton2017-10-061-5/+22
* [test] Fix uninitialized memory in omp_taskloop_grainsize.cJonas Hahnfeld2017-09-291-1/+2
* Remove unnecessary semicolonsJonathan Peyton2017-09-2727-509/+498
* Allow printing of KMP_TOPOLOGY_METHOD when KMP_SETTINGS=trueJonathan Peyton2017-09-261-2/+0
* Remove unused t_single_lockJonathan Peyton2017-09-262-2/+1
* Read blocktime value set by kmp_set_blocktime() before reading from KMP_BLOCK...Jonathan Peyton2017-09-052-5/+9
* Minor code cleanup of Klocwork issuesJonathan Peyton2017-09-0514-149/+126
* Use va_copy instead of __va_copy to fix building libomp against musl libcJonathan Peyton2017-08-191-1/+1
* Remove BUILD_TVJonathan Peyton2017-08-175-81/+0
* OMP_PROC_BIND: better spreadPaul Osmialowski2017-08-101-42/+108
* Exclude version symbols for static libompJonathan Peyton2017-08-021-0/+5
* Move lock acquire/release functions in task deque cleanup codeJonathan Peyton2017-08-021-3/+2
* Add new envirable KMP_TEAMS_THREAD_LIMITJonathan Peyton2017-08-025-10/+30
* Fix comments and build messages concerning TSXJonathan Peyton2017-07-283-7/+10
* Fix implementation of OMP_THREAD_LIMITJonathan Peyton2017-07-277-20/+153
* Introduce KMP_DEVICE_THREAD_LIMITJonathan Peyton2017-07-262-29/+28
* Cleanup: __kmp_env_* variablesJonathan Peyton2017-07-254-44/+35
* OpenMP RTL cleanup: two PAUSEs per spin loop iteration replaced with single oneAndrey Churbanov2017-07-192-6/+13
* For KMP_PAGE_SIZE, use getpagesize() on Unix, GetSystemInfo() on WindowsDimitry Andric2017-07-181-8/+8
* Fix failing taskloop tests by omitting gccJonathan Peyton2017-07-182-0/+4
* Add recursive task scheduling strategy to taskloop implementationJonathan Peyton2017-07-187-95/+482
* Fix sporadic segfaults in tasking tests.Andrey Churbanov2017-07-181-1/+1
* OpenMP RTL cleanup: nullify pointer after memory freeingAndrey Churbanov2017-07-181-1/+4
* Removed "duplicates" from verbose affinity outputJonathan Peyton2017-07-171-5/+0
* OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.Andrey Churbanov2017-07-1716-215/+244
* [GOMP] Fix (un)tied tasks with the GCCJonas Hahnfeld2017-07-131-2/+2
* Rename z_Linux_asm.s to z_Linux_asm.SDimitry Andric2017-07-112-3/+3
* remove deprecated register storage class specifierEd Maste2017-07-077-148/+148
* remove duplicate symbol version script entriesEd Maste2017-07-071-3/+0
* Fix wrong website in messagesJonathan Peyton2017-07-051-2/+2
* OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.Andrey Churbanov2017-07-0322-349/+376
* Make test/parallel/omp_nested.c not use so many threadsHal Finkel2017-06-271-0/+5
* Set affinity to none/false in child processesJonathan Peyton2017-06-151-1/+12
* Replace platform macro with KMP_MIC_SUPPORTEDJonathan Peyton2017-06-135-15/+19
* Reset initial affinity in children processesJonathan Peyton2017-06-132-0/+9
* Fix static initializers for locks.Jonathan Peyton2017-06-061-4/+5
* OpenMP 4.5: implemented support of schedule(simd:guided) andAndrey Churbanov2017-06-057-3/+1160
* Re-enable assertion after the problem that caused it to be hit had been fixedAndrey Churbanov2017-06-011-5/+0
* Fix minor formatting issuesJonathan Peyton2017-06-014-35/+27
* Fix for KMP_AFFINITY=disabled and KMP_TOPOLOGY_METHOD=hwlocJonathan Peyton2017-05-314-1/+36
* Address default pinning OpenMP process with multiple processor groupsJonathan Peyton2017-05-311-2/+30
* Fix for KMP_AFFINITY=respect with multiple processor groupsJonathan Peyton2017-05-151-3/+2
* Remove some outdated commentsJonathan Peyton2017-05-151-11/+0
* Add the .clang-format file which the formatting was based onJonathan Peyton2017-05-151-0/+91
OpenPOWER on IntegriCloud