summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/kmp_utility.cpp
AgeCommit message (Expand)Author
2024-03-12[OpenMP] Remove unused logical/physical CPUID information (#83298)Jonathan Peyton
2023-12-14[openmp][wasm] Allow compiling OpenMP to WebAssembly (#71297)Andrew Brown
2023-01-03[OpenMP] Solve potential VERSION script error w/ OMPT symbolsJP Lehr
2022-11-08[OpenMP][mingw] Fix build for aarch64 targetAlvin Wong
2021-10-14[OpenMP][host runtime] Add initial hybrid CPU supportPeyton, Jonathan L
2021-10-14[OpenMP][host runtime] small fixup of RTM CPUID bit checkPeyton, Jonathan L
2021-10-01[OpenMP][host runtime] Introduce kmp_cpuinfo_flags_t to replace integer flagsPeyton, Jonathan L
2021-03-15[OpenMP] Remove unused cpu_stackoffset memberPeyton, Jonathan L
2021-02-20[OpenMP][NFC] clang-format the whole openmp projectShilei Tian
2020-12-31[OpenMP] libomp: Handle implicit conversion warningsTerry Wilmarth
2020-04-04[OpenMP] NFC: Fix trivial typoKazuaki Ishizaki
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-10Support clang compiling under windows-gnu and windows-msvcAndrey Churbanov
2017-11-09Add const to some variables to avoid const_castsJonas Hahnfeld
2017-10-20Apply formatting changesJonathan Peyton
2017-09-27Remove unnecessary semicolonsJonathan 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