summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_runtime.c
Commit message (Expand)AuthorAgeFilesLines
* Change source files from .c to .cppJonathan Peyton2016-12-141-7683/+0
* Support of mips & mips64 for openmprtlSylvestre Ledru2016-12-081-2/+2
* Fix for D25504 - segfault because of double free()-ing in shutdown code.Jonathan Peyton2016-11-211-1/+2
* Update stats-gathering codeJonathan Peyton2016-11-141-10/+12
* Introduce dynamic affinity dispatch capabilitiesJonathan Peyton2016-11-141-0/+1
* [OpenMP] Enable ThreadSanitizer to check OpenMP programsJonas Hahnfeld2016-11-071-0/+2
* Fixed a memory leak related to task dependencies.Andrey Churbanov2016-10-271-0/+3
* Use getpagesize() instead of PAGE_SIZE macro when KMP_OS_LINUX is trueJonathan Peyton2016-10-261-5/+7
* [OpenMP] Fix issue with directives used in a macro.Samuel Antao2016-10-201-8/+9
* Code cleanup for the runtime without monitor threadJonathan Peyton2016-10-071-3/+18
* Enable omp_get_schedule() to return static steal type.Jonathan Peyton2016-10-071-2/+2
* Fix incorrect OpenMP version in Fortran module.Jonathan Peyton2016-09-301-1/+3
* Disable monitor thread creation by default.Jonathan Peyton2016-09-271-2/+9
* [OMPT] fix task frame information for gomp interfaceJonas Hahnfeld2016-09-141-1/+2
* [OMPT] Reset task exit frame when execution is finishedJonas Hahnfeld2016-09-141-0/+6
* [OMPT] Align implementation of reenter frame address to latest (frozen) versi...Jonas Hahnfeld2016-09-141-7/+7
* [OPENMP] Implementation of omp_get_default_device and omp_set_default_deviceGeorge Rokos2016-09-091-0/+1
* Use 'critical' reduction method when 'atomic' is not available but requested.Jonathan Peyton2016-09-021-7/+14
* Fixes for hierarchical barrier (possible hang if team size changed).Andrey Churbanov2016-08-111-0/+14
* D22137: Memory leak fixed by adding missed cleanup of single level array of h...Andrey Churbanov2016-07-081-2/+4
* __kmp_partition_places: Update assertion for new parameter update_master_onlyJonas Hahnfeld2016-07-041-2/+2
* Fix checks on schedule structJonathan Peyton2016-07-011-19/+13
* Improve performance of #pragma omp singleJonathan Peyton2016-07-011-2/+4
* Bug fix for hang when tasks used in nested parallelJonathan Peyton2016-06-211-3/+3
* Addition of debugger comments and whitespaceJonathan Peyton2016-06-211-1/+0
* Bug fix: crash if teams executed on hostJonathan Peyton2016-06-161-0/+1
* Renaming change: 41 -> 45 and 4.1 -> 4.5Jonathan Peyton2016-06-141-6/+6
* Affinity mask processing improvementsJonathan Peyton2016-06-131-1/+1
* Offer API for setting number of loop dispatch buffersJonathan Peyton2016-05-311-5/+5
* Fix for OMP_PROC_BIND=spread strategyJonathan Peyton2016-05-261-4/+14
* Make LIBOMP_USE_ITT_NOTIFY a setting that can be enabled or disabledJonathan Peyton2016-05-261-1/+3
* Fork performance improvementsJonathan Peyton2016-05-231-26/+38
* Remove trailing whitespace in src/ directoryJonathan Peyton2016-05-201-3/+3
* Fix team reuse with foreign threadsJonathan Peyton2016-05-121-0/+2
* [STATS] Use partitioned timer schemeJonathan Peyton2016-05-051-7/+16
* [ITTNOTIFY] Remove serialized parallel regions from frame notificationJonathan Peyton2016-04-191-24/+0
* Fix for pthread_setspecific (TLS and shutdown) problemJonathan Peyton2016-04-181-1/+1
* Remove dead KMP_USE_POOLED_ALLOC codeJonathan Peyton2016-03-291-78/+6
* Add new OpenMP 4.5 doacross loop nest featureJonathan Peyton2016-03-021-4/+19
* Add new OpenMP 4.5 affinity APIJonathan Peyton2016-02-251-0/+7
* Proxy task fix: task_state stack push condition on forkJonathan Peyton2016-02-091-1/+2
* [OMPT] Avoid SEGV when a worker thread needs its parallel id behind the barrierJonas Hahnfeld2016-01-281-1/+4
* Formatting fixesJonathan Peyton2016-01-271-1/+1
* Fixing comments.Jonathan Peyton2016-01-271-3/+2
* Removing extra empty linesJonathan Peyton2016-01-271-15/+0
* [OMPT]: Fix the order of implicit_task_end_eventsJonathan Peyton2016-01-261-15/+31
* Remove double negative in if() logic.Jonathan Peyton2016-01-111-2/+2
* [STATS] Fix stats lock problem to be compatible with new hinted lock codeJonathan Peyton2015-12-171-0/+3
* Fix honoring of OMP_THREAD_LIMIT in the teams constructJonathan Peyton2015-11-301-7/+36
* Add missing KMP_NESTED_HOT_TEAMS guardsJonathan Peyton2015-11-161-0/+6
OpenPOWER on IntegriCloud