aboutsummaryrefslogtreecommitdiff
path: root/openmp/runtime
AgeCommit message (Expand)AuthorFilesLines
2016-01-28Merging r258990:Jonathan Peyton1-5/+4
2016-01-25Merging r258695:Hans Wennborg1-1/+5
2016-01-22Merging r258528:Jonathan Peyton1-0/+1
2016-01-19Merging r258169:Hans Wennborg1-0/+11
2016-01-14Merging r257833:Hans Wennborg1-1/+1
2016-01-12New API for restoring current thread's affinity to init affinity of applicationJonathan Peyton1-0/+38
2016-01-11Remove double negative in if() logic.Jonathan Peyton1-2/+2
2016-01-11Put function names on their own line.Jonathan Peyton1-3/+5
2016-01-04Removed unused __kmp_*_i8 functions.Jonathan Peyton9-94/+19
2016-01-04Fix for barrier problem: applications with many parallel regions (2^30) hangJonathan Peyton1-3/+3
2015-12-27test omp_threadprivate_for.c fixedAndrey Churbanov1-2/+3
2015-12-23Fix build error: OMPT_SUPPORT=true was not tested after hinted lock changesJonathan Peyton1-1/+8
2015-12-18Prevent monitor thread creation when KMP_BLOCKTIME="infinite"Jonathan Peyton2-0/+17
2015-12-18Remove some extra spacesJonathan Peyton1-3/+3
2015-12-18[STATS] Have CMake do real check for stats functionalityJonathan Peyton4-5/+42
2015-12-17[STATS] Properly guard the tick_time() function and its usesJonathan Peyton3-2/+13
2015-12-17[STATS] replace __cpuid() intrinsic with already existing __kmp_x86_cpuid() f...Jonathan Peyton1-4/+5
2015-12-17[STATS] Fix stats lock problem to be compatible with new hinted lock codeJonathan Peyton2-1/+4
2015-12-17[STATS] Add libm.so to lib dependencies for stats libraryJonathan Peyton1-0/+1
2015-12-14Fix broken visual studio builds by disabling KMP_USE_TSX.Jonathan Peyton1-1/+2
2015-12-11Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 3Jonathan Peyton16-357/+331
2015-12-11Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 2Jonathan Peyton13-222/+376
2015-12-11Hinted lock (OpenMP 4.5 feature) Updates/FixesJonathan Peyton3-140/+159
2015-12-03Replace DYNA_* names with KMP_* namesJonathan Peyton5-213/+213
2015-11-30Fix honoring of OMP_THREAD_LIMIT in the teams constructJonathan Peyton1-7/+36
2015-11-30Fix crash when __kmp_task_team_setup called for single threaded teamJonathan Peyton1-20/+21
2015-11-30Adding Hwloc library option for affinity mechanismJonathan Peyton18-138/+789
2015-11-16Add newlines to debug TRACE messages in kmp_taskdeps.cppJonathan Peyton1-2/+2
2015-11-16Add missing KMP_NESTED_HOT_TEAMS guardsJonathan Peyton1-0/+6
2015-11-16[OPENMP] Fixed tests for gcc build.Alexey Bataev2-2/+3
2015-11-12Add debug trace message for hierarchical barrierJonathan Peyton1-0/+2
2015-11-12Remove outdated commentJonathan Peyton1-3/+0
2015-11-12Fix for ittnotify loop reportingJonathan Peyton1-1/+3
2015-11-11[OMPT] Add ompt_event_task_switch event into OMPT/OpenMPJonathan Peyton5-13/+37
2015-11-11[OMPT] Remove unnecessary header in ompt-general.cJonathan Peyton1-1/+0
2015-11-09Fixes to wait-loop codeJonathan Peyton4-4/+10
2015-11-09Fixes and improvements to tasking in barriersJonathan Peyton2-2/+6
2015-11-09Improvements to machine_hierarchy code for re-sizingJonathan Peyton2-36/+40
2015-11-09[OMPT] Add OMPT events for the OpenMP taskwait construct.Jonathan Peyton2-2/+27
2015-11-06Fix for zero chunk sizeJonathan Peyton2-0/+42
2015-11-05Improve OMPT initialization codeJonathan Peyton4-10/+26
2015-11-04Remove incorrect debug assert.Jonathan Peyton1-1/+0
2015-11-04Remove some empty lines.Jonathan Peyton5-21/+0
2015-11-04Refactor of task_team code.Jonathan Peyton5-242/+131
2015-11-02[OPENMP] Add dependency to clang/clang-headers etc. for in-tree build of libomp.Alexey Bataev4-7/+6
2015-10-30[OMPT] Adding missing free() calls to ompt_tool_windows() function.Jonathan Peyton1-0/+4
2015-10-29[OMPT] Windows Support for OMPTJonathan Peyton7-11/+125
2015-10-20Removed zeroing th.th_task_state for master thread at start of nested parallel.Jonathan Peyton1-9/+7
2015-10-20Removed '@' from delimiters, added it as offset designator.Jonathan Peyton2-24/+77
2015-10-19Fix OMP_PLACES negation operator parsing (!place)Jonathan Peyton1-1/+1