summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src
Commit message (Expand)AuthorAgeFilesLines
...
* Change hwloc discovery algorithm to print topology only for accessible resourcesJonathan Peyton2016-06-161-17/+29
* Teach OpenMP Library to use Hwloc on WindowsJonathan Peyton2016-06-164-48/+102
* Fix for crash in task dependenciesJonathan Peyton2016-06-161-1/+1
* Fixed missing memory cleanup in __kmp_affinity_create_hwloc_map()Jonathan Peyton2016-06-161-0/+2
* Reduce perf impact of redundant ittnotify callsJonathan Peyton2016-06-163-8/+18
* Deprecate KMP_PLACE_THREADS and rename as KMP_HW_SUBSETJonathan Peyton2016-06-163-33/+55
* Bug fix: crash if teams executed on hostJonathan Peyton2016-06-161-0/+1
* Fix large overhead with itt notifications on region/barrier name composingJonathan Peyton2016-06-141-5/+19
* Remove unused wait/release code.Jonathan Peyton2016-06-144-44/+0
* Whitespace cleanup of dllexportsJonathan Peyton2016-06-141-2/+2
* Renaming change: 41 -> 45 and 4.1 -> 4.5Jonathan Peyton2016-06-1421-81/+81
* Bug fix for Bugzilla bug 26602: Remove function bodies with KMP_ASSERT(0)Jonathan Peyton2016-06-131-4/+4
* Affinity mask processing improvementsJonathan Peyton2016-06-134-57/+56
* Exclude untied tasks from task stealing constraintJonathan Peyton2016-06-131-2/+2
* Fix crash when libomp loaded/unloaded multiple timesJonathan Peyton2016-06-131-38/+23
* Hwloc refactoring patchJonathan Peyton2016-06-132-131/+135
* Fix bitmask complement operationJonathan Peyton2016-06-131-3/+25
* [STATS] Add stats gathering for taskloop constructJonathan Peyton2016-06-132-0/+5
* Fix spelling in commentJonathan Peyton2016-06-091-1/+1
* Refactor __kmp_execute_tasks_template functionJonathan Peyton2016-06-091-228/+105
* kmp_lock.h: Fix VS2013 build after r271324Hans Wennborg2016-06-091-0/+16
* Fine tuning of TC* macros - small followupPaul Osmialowski2016-06-011-1/+1
* Use C++11 atomics for ticket locks implementationPaul Osmialowski2016-05-316-82/+139
* Addition of OpenMP 4.5 feature: schedule(simd:static)Jonathan Peyton2016-05-312-1/+28
* Avoid deadlock with COIJonathan Peyton2016-05-314-28/+82
* Offer API for setting number of loop dispatch buffersJonathan Peyton2016-05-3114-14/+79
* Fix storing the frame pointer for OMP-T during ppc64 microtask dispatchHal Finkel2016-05-271-0/+1
* Add missing OpenMP 4.5 device entries to stubs library.Jonathan Peyton2016-05-273-10/+119
* 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-263-3/+5
* Add an assembly __kmp_invoke_microtask for ppc64[le]Hal Finkel2016-05-262-1/+221
* D20525: Use more general function for getting gtid which may be faster than s...Andrey Churbanov2016-05-251-1/+1
* Fork performance improvementsJonathan Peyton2016-05-232-31/+47
* Allow unit testing on WindowsJonathan Peyton2016-05-231-1/+5
* Changed parameter names in Fortran modules to correspond with OpenMP 4.5 spec...Jonathan Peyton2016-05-232-76/+76
* Remove trailing whitespace in src/ directoryJonathan Peyton2016-05-2031-163/+163
* Clean all the mess around KMP_USE_FUTEX and kmp_lock.hPaul Osmialowski2016-05-165-13/+16
* NFC fix indent (relates to my previous commit)Paul Osmialowski2016-05-131-3/+3
* Solve 'Too many args to microtask' problemPaul Osmialowski2016-05-132-3/+144
* Adding new kmp_aligned_malloc() entry pointJonathan Peyton2016-05-1218-6/+165
* Fix team reuse with foreign threadsJonathan Peyton2016-05-121-0/+2
* New hwloc API compatibilityPaul Osmialowski2016-05-121-0/+13
* Restore NULL flag check in __kmp_null_resume_wrapperHal Finkel2016-05-121-0/+2
* Fine tuning of TC* macrosPaul Osmialowski2016-05-073-3/+7
* [STATS] Use partitioned timer schemeJonathan Peyton2016-05-0511-68/+369
* NFC remove unneded spaces (test commit)Paul Osmialowski2016-05-031-1/+1
* Remove architecture dependent Hwloc DEBUG sectionJonathan Peyton2016-04-251-30/+0
* Fix buffer problem with printing long Hwloc affinity maskJonathan Peyton2016-04-251-1/+1
* [ITTNOTIFY] Remove serialized parallel regions from frame notificationJonathan Peyton2016-04-195-65/+10
* Fix trip count calculation for parallel loops in runtimeJonathan Peyton2016-04-182-26/+42
OpenPOWER on IntegriCloud