summaryrefslogtreecommitdiffstats
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* Fix omp_sections_nowait.c test to address Bugzilla Bug 28336Jonathan Peyton2016-06-291-24/+59
* Fix bugs in TAS and futex lockJonathan Peyton2016-06-282-3/+5
* Revert r273898's UNICODE quick fix in favor of CMake's remove_definitions()Jonathan Peyton2016-06-283-8/+6
* Fix the Windows build after r273599Hans Wennborg2016-06-273-1/+8
* Remove redundant %libomp-compile step from test/lock/omp_lock.cJonathan Peyton2016-06-231-1/+1
* Fix bug in futex fast path inside kmp_csupport.cJonathan Peyton2016-06-221-1/+1
* Apply the KMP_USE_FUTEX feature macro everywhereJonathan Peyton2016-06-224-23/+25
* Add debug trace messages for taskloopJonathan Peyton2016-06-211-0/+5
* Bug fix for hang when tasks used in nested parallelJonathan Peyton2016-06-212-3/+35
* Performance improvement: accessing thread struct as opposed to team structJonathan Peyton2016-06-211-12/+12
* Addition of debugger comments and whitespaceJonathan Peyton2016-06-213-9/+12
* Improvements to process affinity mask settingJonathan Peyton2016-06-211-51/+102
* Bug fix for segfault in stubs libraryJonathan Peyton2016-06-211-3/+7
* [STATS] Adding process id to output filenameJonathan Peyton2016-06-212-4/+20
* Fix typos in Fortran headersJonathan Peyton2016-06-212-6/+6
* 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-165-63/+116
* 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-1425-89/+93
* 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
* Revert accidental commit to lit.cfgJonathan Peyton2016-06-091-3/+0
* Refactor __kmp_execute_tasks_template functionJonathan Peyton2016-06-092-228/+108
* 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-3116-14/+246
* 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-264-5/+9
* Add a test case for microtask dispatch with many argumentsHal Finkel2016-05-261-0/+38
* 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-233-31/+51
OpenPOWER on IntegriCloud