aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/kmp_dispatch.cpp
AgeCommit message (Expand)Author
2017-11-09Remove const from variables with dynamic memoryJonas Hahnfeld
2017-11-03Revert "Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 ...Jonas Hahnfeld
2017-11-03Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)Joachim Protze
2017-11-01Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze
2017-10-20Apply formatting changesJonathan Peyton
2017-09-27Remove unnecessary semicolonsJonathan Peyton
2017-09-05Minor code cleanup of Klocwork issuesJonathan Peyton
2017-07-17OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.Andrey Churbanov
2017-07-07remove deprecated register storage class specifierEd Maste
2017-07-03OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.Andrey Churbanov
2017-06-05OpenMP 4.5: implemented support of schedule(simd:guided) andAndrey Churbanov
2017-05-12Clang-format and whitespace cleanup of source codeJonathan Peyton
2017-02-17[stats] add stats-gathering for static_steal scheduling methodJonathan Peyton
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-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-06-21Performance improvement: accessing thread struct as opposed to team structJonathan 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-05-31Use C++11 atomics for ticket locks implementationPaul Osmialowski
2016-05-31Offer API for setting number of loop dispatch buffersJonathan Peyton
2016-05-05[STATS] Use partitioned timer schemeJonathan Peyton
2016-04-18Fix trip count calculation for parallel loops in runtimeJonathan Peyton
2016-03-02Add new OpenMP 4.5 doacross loop nest featureJonathan Peyton
2016-02-25dd new OpenMP 4.5 schedule clause modifiers (monotonic/non-monotonic) featureJonathan Peyton
2016-01-04Removed unused __kmp_*_i8 functions.Jonathan Peyton
2015-11-12Fix for ittnotify loop reportingJonathan Peyton
2015-11-06Fix for zero chunk sizeJonathan 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-07-13fixed typo in debug assertion reported by John Mellor-CrummeyAndrey Churbanov
2015-06-08Remove unused variable warnings by adding proper macro guards.Jonathan 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-02-20Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=...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
2014-02-24Fix typosAlp Toker
2013-12-23For your Christmas hacking pleasure.Jim Cownie
2013-09-27First attempt to import OpenMP runtimeJim Cownie