summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/kmp_sched.cpp
AgeCommit message (Expand)Author
2025-03-17[OpenMP] Address __kmp_dist_for_static_init issue (#129902)Sergio Afonso
2024-07-03[OpenMP][OMPT] Indicate loop schedule for worksharing-loop events (#97429)Joachim
2024-03-12[OpenMP] Add debug checks for divide by zero (#83300)Jonathan Peyton
2023-02-02[OpenMP] Guard the code if ITT is not usedShilei Tian
2022-10-03[OpenMP] Ignore schedule modifier in static schedulingHansang Bae
2022-04-06[OpenMP] Add support for ompt_callback_dispatchHansang Bae
2022-02-11[OpenMP] libomp: fix bug in implementation of distribute construct.AndreyChurbanov
2021-03-23[OpenMP] Misc. changes that add or remove pointer/bound checksHansang Bae
2021-03-05Added API for "masked" construct via two entrypoints: __kmpc_masked,tlwilmar
2021-02-22[OpenMP] Help static loop code avoid over/underflowPeyton, Jonathan L
2021-02-20[OpenMP][NFC] clang-format the whole openmp projectShilei Tian
2020-07-21[OpenMP] libomp cleanup: add checks of bad memory accessAndreyChurbanov
2020-07-20[OpenMP] libomp cleanup: add check of input global tid parameterAndreyChurbanov
2020-04-04[OpenMP] NFC: Fix trivial typoKazuaki Ishizaki
2019-07-12[OpenMP] Remove OMP spec versioningJonathan Peyton
2019-04-03[OpenMP][Stats] Fix stats gathering for distribute and team clauseJonathan Peyton
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-10[OMPT] Update types according to TR7Joachim Protze
2018-08-09[OpenMP] Cleanup codeJonathan Peyton
2018-07-30[OpenMP][Stats] Cleanup stats gathering codeJonathan Peyton
2018-04-18Introduce GOMP_taskloop APIJonathan Peyton
2017-11-10[OMPT] Fix assertion for OpenMP code generated with outdated compilersJoachim Protze
2017-11-09Remove const from variables with dynamic memoryJonas Hahnfeld
2017-11-01Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze
2017-10-20Apply formatting changesJonathan Peyton
2017-07-07remove deprecated register storage class specifierEd Maste
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