summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/kmp_str.cpp
AgeCommit message (Expand)Author
2025-07-21[OpenMP] Fixup bugs found during fuzz testing (#143455)Jonathan Peyton
2023-08-18[OpenMP] Add option to use different units for blocktimeTerry Wilmarth
2023-02-07[OpenMP][libomp] Remove false positive for memory sanitizerJonathan Peyton
2023-02-06Revert "[OpenMP][libomp] Remove false positive for memory sanitizer"Ron Lieberman
2023-02-06[OpenMP][libomp] Remove false positive for memory sanitizerJonathan Peyton
2021-07-29[OpenMP] libomp: Add new experimental barrier: two-level distributed barrierTerry Wilmarth
2021-06-29Revert "[OpenMP] Add Two-level Distributed Barrier"Johannes Doerfert
2021-06-16[OpenMP] Add Two-level Distributed BarrierTerry Wilmarth
2021-02-20[OpenMP][NFC] clang-format the whole openmp projectShilei Tian
2020-12-31[OpenMP] libomp: Handle implicit conversion warningsTerry Wilmarth
2020-12-07[OpenMP] NFC: comment adjustedAndreyChurbanov
2020-12-07[OpenMP] libomp: Fix possible NULL dereferencesAndreyChurbanov
2020-01-03[OpenMP] NFC: Fix trivial typos in commentsKelvin Li
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-13[OpenMP] Implement OpenMP 5.0 affinity format functionalityJonathan Peyton
2018-09-26[OpenMP][OMPT] A few improvementsJonathan Peyton
2017-11-09Remove const from variables with dynamic memoryJonas Hahnfeld
2017-10-20Apply formatting changesJonathan Peyton
2017-09-27Remove unnecessary semicolonsJonathan Peyton
2017-08-19Use va_copy instead of __va_copy to fix building libomp against musl libcJonathan Peyton
2017-07-03OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.Andrey Churbanov
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