summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_dispatch.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-071-3/+3
* [openmp] Fixed nonmonotonic schedule when #threads > #chunks in a loop.AndreyChurbanov2019-11-271-7/+8
* [OpenMP] Remove OMP spec versioningJonathan Peyton2019-07-121-26/+8
* [OpenMP] Add OpenMP 5.0 nonmonotonic codeJonathan Peyton2019-04-301-13/+50
* [OpenMP][Stats] Fix stats gathering for distribute and team clauseJonathan Peyton2019-04-031-0/+6
* [OpenMP] Make use of sched_yield optional in runtimeJonathan Peyton2019-02-281-23/+18
* [OMPT] Make sure that OMPT is enabled when accessing internals of the runtimeJoachim Protze2019-02-041-0/+1
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [OpenMP] Add omp_pause_resource* APIJonathan Peyton2019-01-161-0/+4
* Support clang compiling under windows-gnu and windows-msvcAndrey Churbanov2018-12-101-6/+6
* [OpenMP][OMPT] A few improvementsJonathan Peyton2018-09-261-7/+0
* [OpenMP] Cleanup codeJonathan Peyton2018-08-091-6/+4
* [OpenMP][Stats] Cleanup stats gathering codeJonathan Peyton2018-07-301-17/+51
* [OpenMP] Introduce hierarchical schedulingJonathan Peyton2018-07-091-3/+104
* [OpenMP] Restructure loop code for hierarchical schedulingJonathan Peyton2018-07-091-1327/+917
* Fix some comments and formatting in kmp_dispatch.cppJonathan Peyton2018-01-041-8/+9
* Remove const from variables with dynamic memoryJonas Hahnfeld2017-11-091-25/+25
* Revert "Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 ...Jonas Hahnfeld2017-11-031-1/+0
* Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)Joachim Protze2017-11-031-0/+1
* Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze2017-11-011-16/+80
* Apply formatting changesJonathan Peyton2017-10-201-6/+4
* Remove unnecessary semicolonsJonathan Peyton2017-09-271-4/+4
* Minor code cleanup of Klocwork issuesJonathan Peyton2017-09-051-10/+8
* OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.Andrey Churbanov2017-07-171-12/+11
* remove deprecated register storage class specifierEd Maste2017-07-071-22/+22
* OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.Andrey Churbanov2017-07-031-16/+20
* OpenMP 4.5: implemented support of schedule(simd:guided) andAndrey Churbanov2017-06-051-1/+128
* Clang-format and whitespace cleanup of source codeJonathan Peyton2017-05-121-2323/+2270
* [stats] add stats-gathering for static_steal scheduling methodJonathan Peyton2017-02-171-0/+5
* Cleanup: put i_maxmin members and ___kmp_size_type into traits_tJonathan Peyton2017-01-271-38/+6
* Follow up to r289732: Update comments in source files to reference .cpp filesJonathan Peyton2016-12-141-1/+1
* http://reviews.llvm.org/D22134: Implementation of OpenMP 4.5 nonmonotonic sch...Andrey Churbanov2016-07-111-74/+169
* Improving EPCC performance when linking with hwlocJonathan Peyton2016-07-081-0/+6
* Performance improvement: accessing thread struct as opposed to team structJonathan Peyton2016-06-211-12/+12
* Renaming change: 41 -> 45 and 4.1 -> 4.5Jonathan Peyton2016-06-141-1/+1
* Bug fix for Bugzilla bug 26602: Remove function bodies with KMP_ASSERT(0)Jonathan Peyton2016-06-131-4/+4
* Use C++11 atomics for ticket locks implementationPaul Osmialowski2016-05-311-0/+26
* Offer API for setting number of loop dispatch buffersJonathan Peyton2016-05-311-3/+3
* [STATS] Use partitioned timer schemeJonathan Peyton2016-05-051-1/+1
* Fix trip count calculation for parallel loops in runtimeJonathan Peyton2016-04-181-18/+26
* Add new OpenMP 4.5 doacross loop nest featureJonathan Peyton2016-03-021-1/+6
* dd new OpenMP 4.5 schedule clause modifiers (monotonic/non-monotonic) featureJonathan Peyton2016-02-251-0/+8
* Removed unused __kmp_*_i8 functions.Jonathan Peyton2016-01-041-54/+0
* Fix for ittnotify loop reportingJonathan Peyton2015-11-121-1/+3
* Fix for zero chunk sizeJonathan Peyton2015-11-061-0/+3
* [OMPT] Simplify control variable logic for OMPTJonathan Peyton2015-09-211-2/+2
* Fix the OpenMP 3.0 buildJonathan Peyton2015-09-211-1/+1
* Tidy statistics collectionJonathan Peyton2015-08-111-9/+20
* fixed typo in debug assertion reported by John Mellor-CrummeyAndrey Churbanov2015-07-131-1/+1
* Remove unused variable warnings by adding proper macro guards.Jonathan Peyton2015-06-081-0/+2
OpenPOWER on IntegriCloud