summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/kmp_threadprivate.cpp
AgeCommit message (Expand)Author
2024-03-11[OpenMP] Make sure ptr is used after NULL check (#83304)Jonathan Peyton
2021-03-05Added API for "masked" construct via two entrypoints: __kmpc_masked,tlwilmar
2021-02-20[OpenMP][NFC] clang-format the whole openmp projectShilei Tian
2020-12-31[OpenMP] libomp: Handle implicit conversion warningsTerry Wilmarth
2020-07-21[OpenMP] libomp cleanup: add checks of bad memory accessAndreyChurbanov
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-09[OpenMP] Fix a few formatting issuesJonathan Peyton
2018-03-05Improve OpenMP threadprivate implementation.Andrey Churbanov
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-10-24Disable threadprivate data cleanup if runtime is terminatingJonathan Peyton
2017-10-20Apply formatting changesJonathan Peyton
2017-08-17Remove BUILD_TVJonathan Peyton
2017-05-12Clang-format and whitespace cleanup of source codeJonathan Peyton
2016-12-14Follow up to r289732: Update comments in source files to reference .cpp filesJonathan Peyton
2016-12-14Change source files from .c to .cppJonathan Peyton