summaryrefslogtreecommitdiffstats
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* Replace enum types in variadic functions by build-in types.Samuel Antao2016-07-223-5/+17
* http://reviews.llvm.org/D22134: Implementation of OpenMP 4.5 nonmonotonic sch...Andrey Churbanov2016-07-113-79/+176
* Improving EPCC performance when linking with hwlocJonathan Peyton2016-07-083-2/+16
* D22138: Added more Intel compiler versions as allowed build compilersAndrey Churbanov2016-07-081-0/+4
* D22137: Memory leak fixed by adding missed cleanup of single level array of h...Andrey Churbanov2016-07-081-2/+4
* D22136: Memory leaks fixed by adding missed __kmp_free() callsAndrey Churbanov2016-07-081-0/+2
* D22135: formatting changeAndrey Churbanov2016-07-081-1/+1
* Fix the nowait tests for omp for and omp singleJonathan Peyton2016-07-062-48/+88
* __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
* 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
OpenPOWER on IntegriCloud