aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-02Merging r271035:release_38Jonathan Peyton
2016-06-02Merging r270884:Jonathan Peyton
2016-06-02Merging r270821:Jonathan Peyton
2016-06-02Merging r270464:Jonathan Peyton
2016-04-27Merging r264166:Jonathan Peyton
2016-04-27Merging r263651:Jonathan Peyton
2016-01-28Merging r258990:Jonathan Peyton
2016-01-25Merging r258695:Hans Wennborg
2016-01-22Merging r258528:Jonathan Peyton
2016-01-19Merging r258169:Hans Wennborg
2016-01-14Merging r257833:Hans Wennborg
2016-01-13Creating release_38 branch off revision 257626Hans Wennborg
2016-01-12New API for restoring current thread's affinity to init affinity of applicationJonathan Peyton
2016-01-11Remove double negative in if() logic.Jonathan Peyton
2016-01-11Put function names on their own line.Jonathan Peyton
2016-01-04Removed unused __kmp_*_i8 functions.Jonathan Peyton
2016-01-04Fix for barrier problem: applications with many parallel regions (2^30) hangJonathan Peyton
2015-12-27test omp_threadprivate_for.c fixedAndrey Churbanov
2015-12-23Fix build error: OMPT_SUPPORT=true was not tested after hinted lock changesJonathan Peyton
2015-12-18Prevent monitor thread creation when KMP_BLOCKTIME="infinite"Jonathan Peyton
2015-12-18Remove some extra spacesJonathan Peyton
2015-12-18[STATS] Have CMake do real check for stats functionalityJonathan Peyton
2015-12-17[STATS] Properly guard the tick_time() function and its usesJonathan Peyton
2015-12-17[STATS] replace __cpuid() intrinsic with already existing __kmp_x86_cpuid() f...Jonathan Peyton
2015-12-17[STATS] Fix stats lock problem to be compatible with new hinted lock codeJonathan Peyton
2015-12-17[STATS] Add libm.so to lib dependencies for stats libraryJonathan Peyton
2015-12-14Fix broken visual studio builds by disabling KMP_USE_TSX.Jonathan Peyton
2015-12-11Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 3Jonathan Peyton
2015-12-11Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 2Jonathan Peyton
2015-12-11Hinted lock (OpenMP 4.5 feature) Updates/FixesJonathan Peyton
2015-12-03Replace DYNA_* names with KMP_* namesJonathan Peyton
2015-11-30Fix honoring of OMP_THREAD_LIMIT in the teams constructJonathan Peyton
2015-11-30Fix crash when __kmp_task_team_setup called for single threaded teamJonathan Peyton
2015-11-30Adding Hwloc library option for affinity mechanismJonathan Peyton
2015-11-16Add newlines to debug TRACE messages in kmp_taskdeps.cppJonathan Peyton
2015-11-16Add missing KMP_NESTED_HOT_TEAMS guardsJonathan Peyton
2015-11-16[OPENMP] Fixed tests for gcc build.Alexey Bataev
2015-11-12Add debug trace message for hierarchical barrierJonathan Peyton
2015-11-12Remove outdated commentJonathan Peyton
2015-11-12Fix for ittnotify loop reportingJonathan Peyton
2015-11-11[OMPT] Add ompt_event_task_switch event into OMPT/OpenMPJonathan Peyton
2015-11-11[OMPT] Remove unnecessary header in ompt-general.cJonathan Peyton
2015-11-09Fixes to wait-loop codeJonathan Peyton
2015-11-09Fixes and improvements to tasking in barriersJonathan Peyton
2015-11-09Improvements to machine_hierarchy code for re-sizingJonathan Peyton
2015-11-09[OMPT] Add OMPT events for the OpenMP taskwait construct.Jonathan Peyton
2015-11-06Fix for zero chunk sizeJonathan Peyton
2015-11-05Improve OMPT initialization codeJonathan Peyton
2015-11-04Remove incorrect debug assert.Jonathan Peyton
2015-11-04Remove some empty lines.Jonathan Peyton