summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_sched.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Remove OMP spec versioningJonathan Peyton2019-07-121-14/+2
* [OpenMP][Stats] Fix stats gathering for distribute and team clauseJonathan Peyton2019-04-031-20/+36
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [OMPT] Update types according to TR7Joachim Protze2018-09-101-1/+1
* [OpenMP] Cleanup codeJonathan Peyton2018-08-091-2/+2
* [OpenMP][Stats] Cleanup stats gathering codeJonathan Peyton2018-07-301-4/+23
* Introduce GOMP_taskloop APIJonathan Peyton2018-04-181-0/+1
* [OMPT] Fix assertion for OpenMP code generated with outdated compilersJoachim Protze2017-11-101-4/+8
* Remove const from variables with dynamic memoryJonas Hahnfeld2017-11-091-9/+9
* Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze2017-11-011-24/+68
* Apply formatting changesJonathan Peyton2017-10-201-2/+0
* remove deprecated register storage class specifierEd Maste2017-07-071-28/+28
* Clang-format and whitespace cleanup of source codeJonathan Peyton2017-05-121-745/+732
* Stride in distribute parallel for loops with no chunk size.Andrey Churbanov2017-03-211-0/+1
* Cleanup: put i_maxmin members and ___kmp_size_type into traits_tJonathan Peyton2017-01-271-35/+8
* Follow up to r289732: Update comments in source files to reference .cpp filesJonathan Peyton2016-12-141-1/+1
* Renaming change: 41 -> 45 and 4.1 -> 4.5Jonathan Peyton2016-06-141-1/+1
* Addition of OpenMP 4.5 feature: schedule(simd:static)Jonathan Peyton2016-05-311-0/+23
* Remove trailing whitespace in src/ directoryJonathan Peyton2016-05-201-2/+2
* [STATS] Use partitioned timer schemeJonathan Peyton2016-05-051-1/+1
* Fix trip count calculation for parallel loops in runtimeJonathan Peyton2016-04-181-8/+16
* dd new OpenMP 4.5 schedule clause modifiers (monotonic/non-monotonic) featureJonathan Peyton2016-02-251-0/+3
* [OMPT] Reduce overhead of OMPTJonathan Peyton2015-10-091-2/+8
* [OMPT] Simplify control variable logic for OMPTJonathan Peyton2015-09-211-4/+4
* Fix the OpenMP 3.0 buildJonathan Peyton2015-09-211-2/+2
* Tidy statistics collectionJonathan Peyton2015-08-111-1/+6
* Fix doxygen commentsJonathan Peyton2015-05-221-6/+3
* D9302.partial2: cleanup of ittnotify checks, that eliminats redundant notific...Andrey Churbanov2015-05-061-4/+10
* These are the actual changes in the runtime to issue OMPT-related functions. ...Andrey Churbanov2015-04-291-0/+45
* 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-23/+540
* First attempt to import OpenMP runtimeJim Cownie2013-09-271-0/+366
OpenPOWER on IntegriCloud