summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_dispatch.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* D9302.partial2: cleanup of ittnotify checks, that eliminats redundant notific...Andrey Churbanov2015-05-061-12/+11
* These are the actual changes in the runtime to issue OMPT-related functions. ...Andrey Churbanov2015-04-291-0/+35
* Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=...Andrey Churbanov2015-02-201-0/+8
* Comments only: removing the Revision and Date svn variables from the top of a...Andrey Churbanov2015-01-271-2/+0
* I apologise in advance for the size of this check-in. At Intel we doJim Cownie2014-10-071-87/+300
* Fix typosAlp Toker2014-02-241-1/+1
* For your Christmas hacking pleasure.Jim Cownie2013-12-231-9/+13
* First attempt to import OpenMP runtimeJim Cownie2013-09-271-0/+2399
OpenPOWER on IntegriCloud