aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/kmp_sched.cpp
AgeCommit message (Expand)Author
2017-05-12Clang-format and whitespace cleanup of source codeJonathan Peyton
2017-03-21Stride in distribute parallel for loops with no chunk size.Andrey Churbanov
2017-01-27Cleanup: put i_maxmin members and ___kmp_size_type into traits_tJonathan Peyton
2016-12-14Follow up to r289732: Update comments in source files to reference .cpp filesJonathan Peyton
2016-06-14Renaming change: 41 -> 45 and 4.1 -> 4.5Jonathan Peyton
2016-05-31Addition of OpenMP 4.5 feature: schedule(simd:static)Jonathan Peyton
2016-05-20Remove trailing whitespace in src/ directoryJonathan Peyton
2016-05-05[STATS] Use partitioned timer schemeJonathan Peyton
2016-04-18Fix trip count calculation for parallel loops in runtimeJonathan Peyton
2016-02-25dd new OpenMP 4.5 schedule clause modifiers (monotonic/non-monotonic) featureJonathan Peyton
2015-10-09[OMPT] Reduce overhead of OMPTJonathan Peyton
2015-09-21[OMPT] Simplify control variable logic for OMPTJonathan Peyton
2015-09-21Fix the OpenMP 3.0 buildJonathan Peyton
2015-08-11Tidy statistics collectionJonathan Peyton
2015-05-22Fix doxygen commentsJonathan Peyton
2015-05-06D9302.partial2: cleanup of ittnotify checks, that eliminats redundant notific...Andrey Churbanov
2015-04-29These are the actual changes in the runtime to issue OMPT-related functions. ...Andrey Churbanov
2015-01-27Comments only: removing the Revision and Date svn variables from the top of a...Andrey Churbanov
2014-10-07I apologise in advance for the size of this check-in. At Intel we doJim Cownie
2013-09-27First attempt to import OpenMP runtimeJim Cownie