aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-21Merging r285703:release_39Jonathan Peyton
2016-11-21Merging r287551:Jonathan Peyton
2016-11-21Merging r285283:Jonathan Peyton
2016-11-21Merging r280138:Jonathan Peyton
2016-11-21Merging r278332:Jonathan Peyton
2016-08-08Merging r278036:Hans Wennborg
2016-07-18Creating release_39 branch off revision 275826Hans Wennborg
2016-07-11http://reviews.llvm.org/D22134: Implementation of OpenMP 4.5 nonmonotonic sch...Andrey Churbanov
2016-07-08Improving EPCC performance when linking with hwlocJonathan Peyton
2016-07-08D22138: Added more Intel compiler versions as allowed build compilersAndrey Churbanov
2016-07-08D22137: Memory leak fixed by adding missed cleanup of single level array of h...Andrey Churbanov
2016-07-08D22136: Memory leaks fixed by adding missed __kmp_free() callsAndrey Churbanov
2016-07-08D22135: formatting changeAndrey Churbanov
2016-07-06Fix the nowait tests for omp for and omp singleJonathan Peyton
2016-07-04__kmp_partition_places: Update assertion for new parameter update_master_onlyJonas Hahnfeld
2016-07-01Fix checks on schedule structJonathan Peyton
2016-07-01Improve performance of #pragma omp singleJonathan Peyton
2016-06-29Fix omp_sections_nowait.c test to address Bugzilla Bug 28336Jonathan Peyton
2016-06-28Fix bugs in TAS and futex lockJonathan Peyton
2016-06-28Revert r273898's UNICODE quick fix in favor of CMake's remove_definitions()Jonathan Peyton
2016-06-27Fix the Windows build after r273599Hans Wennborg
2016-06-23Remove redundant %libomp-compile step from test/lock/omp_lock.cJonathan Peyton
2016-06-22Fix bug in futex fast path inside kmp_csupport.cJonathan Peyton
2016-06-22Apply the KMP_USE_FUTEX feature macro everywhereJonathan Peyton
2016-06-21Add debug trace messages for taskloopJonathan Peyton
2016-06-21Bug fix for hang when tasks used in nested parallelJonathan Peyton
2016-06-21Performance improvement: accessing thread struct as opposed to team structJonathan Peyton
2016-06-21Addition of debugger comments and whitespaceJonathan Peyton
2016-06-21Improvements to process affinity mask settingJonathan Peyton
2016-06-21Bug fix for segfault in stubs libraryJonathan Peyton
2016-06-21[STATS] Adding process id to output filenameJonathan Peyton
2016-06-21Fix typos in Fortran headersJonathan Peyton
2016-06-16Change hwloc discovery algorithm to print topology only for accessible resourcesJonathan Peyton
2016-06-16Teach OpenMP Library to use Hwloc on WindowsJonathan Peyton
2016-06-16Fix for crash in task dependenciesJonathan Peyton
2016-06-16Fixed missing memory cleanup in __kmp_affinity_create_hwloc_map()Jonathan Peyton
2016-06-16Reduce perf impact of redundant ittnotify callsJonathan Peyton
2016-06-16Deprecate KMP_PLACE_THREADS and rename as KMP_HW_SUBSETJonathan Peyton
2016-06-16Bug fix: crash if teams executed on hostJonathan Peyton
2016-06-14Fix large overhead with itt notifications on region/barrier name composingJonathan Peyton
2016-06-14Remove unused wait/release code.Jonathan Peyton
2016-06-14Whitespace cleanup of dllexportsJonathan Peyton
2016-06-14Renaming change: 41 -> 45 and 4.1 -> 4.5Jonathan Peyton
2016-06-13Bug fix for Bugzilla bug 26602: Remove function bodies with KMP_ASSERT(0)Jonathan Peyton
2016-06-13Affinity mask processing improvementsJonathan Peyton
2016-06-13Exclude untied tasks from task stealing constraintJonathan Peyton
2016-06-13Fix crash when libomp loaded/unloaded multiple timesJonathan Peyton
2016-06-13Hwloc refactoring patchJonathan Peyton
2016-06-13Fix bitmask complement operationJonathan Peyton
2016-06-13[STATS] Add stats gathering for taskloop constructJonathan Peyton