aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/kmp_barrier.cpp
AgeCommit message (Expand)Author
2017-05-12Clang-format and whitespace cleanup of source codeJonathan Peyton
2017-04-04Reset cancellation status for 'parallel', 'sections' and 'for' constracts.Olga Malysheva
2017-02-15[OpenMP] New Tsan annotations to remove false positive on reduction and barriersJonas Hahnfeld
2017-01-27Fix performance issue incurred by removing monitor thread.Jonathan Peyton
2016-11-14Update stats-gathering codeJonathan Peyton
2016-11-07[OpenMP] Enable ThreadSanitizer to check OpenMP programsJonas Hahnfeld
2016-10-07Code cleanup for the runtime without monitor threadJonathan Peyton
2016-06-14Renaming change: 41 -> 45 and 4.1 -> 4.5Jonathan Peyton
2016-05-20Remove trailing whitespace in src/ directoryJonathan Peyton
2016-05-05[STATS] Use partitioned timer schemeJonathan Peyton
2016-04-14[ITTNOTIFY] Correct barrier imbalance time in case of tasksJonathan Peyton
2016-01-27Fixing comments.Jonathan Peyton
2015-11-12Add debug trace message for hierarchical barrierJonathan Peyton
2015-11-09Fixes and improvements to tasking in barriersJonathan Peyton
2015-11-04Refactor of task_team code.Jonathan Peyton
2015-10-08Formatting/Whitespace/Comment changes associated with wait/release improvements.Jonathan Peyton
2015-10-08OpenMP Wait/release improvements.Jonathan Peyton
2015-09-21[OMPT] Simplify control variable logic for OMPTJonathan Peyton
2015-09-21Fix the OpenMP 3.0 buildJonathan Peyton
2015-09-18[OMPT] Correct an incorrect OMPT ifdef Jonathan Peyton
2015-09-10Fix hanging barriers if number of parallel regions exceeds UINT_MAXJonathan Peyton
2015-08-26Replace variables with definitions inside KMP_DEBUG_ASSERT statementsJonathan Peyton
2015-08-12One line fix for hierarchical barrierJonathan Peyton
2015-08-11Tidy statistics collectionJonathan Peyton
2015-07-09Follow up to safe API patchJonathan Peyton
2015-07-09Enable debugger supportJonathan Peyton
2015-07-01Fix OMPT event_barrer_endJonathan Peyton
2015-06-29Fix OMPT state maintenance for barriers and missing init of implicit task id.Jonathan Peyton
2015-06-08Remove unused variable warnings by moving variables.Jonathan Peyton
2015-06-08Remove unused variable warnings by fooling compiler.Jonathan Peyton
2015-05-07D9306 omp 4.1 async offload support (partial): code changesAndrey Churbanov
2015-05-06D9302.partial2: cleanup of ittnotify checks, that eliminats redundant notific...Andrey Churbanov
2015-05-06D9302.partial: bug fix for ittnotify: added missed timing on hierarchical bar...Andrey Churbanov
2015-04-29These are the actual changes in the runtime to issue OMPT-related functions. ...Andrey Churbanov
2015-03-10proc_bind_disabled enum value removed, its usage replased with proc_bind_falseAndrey Churbanov
2015-02-10The usage of tt_state flag is replaced by an array of two task_team pointers.Andrey Churbanov
2015-01-27Comments only: removing the Revision and Date svn variables from the top of a...Andrey Churbanov
2015-01-27Fixed implementation of the teams construct in case it contains parallel regi...Andrey Churbanov
2015-01-13This patch enables the use of KMP_AFFINITY=balanced on non-MIC Architectures....Andrey Churbanov
2015-01-13small fixes to the hierarchical barrierAndrey Churbanov
2014-10-07I apologise in advance for the size of this check-in. At Intel we doJim Cownie