summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/CMakeLists.txt
AgeCommit message (Expand)Author
2025-11-20[OpenMP][AIX] Not to create symbolic links to libomp.so in install step (NFC)...Kelvin Li
2025-11-03[OpenMP][AIX] Not to create symbolic links to libomp.so on AIX (#165890)Kelvin Li
2025-08-30[OpenMP] Use Clang resource dir only in bootstrapping build (#156018)Michael Kruse
2025-08-27[Flang-RT][OpenMP] Define _GLIBCXX_NO_ASSERTIONS (#155440)Michael Kruse
2025-08-21Revert "Fix Debug Build Using GCC 15" (#154877)dpalermo
2025-08-21Fix Debug Build Using GCC 15 (#152223)Patrick Simmons
2025-08-20[NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537)David Tenty
2025-07-26[OpenMP] Fix runtimes default build (#149871)Michael Kruse
2024-11-20[OpenMP][Build][Wasm][116552] Fixed build problem when compiling with Emscrip...Christian Oliveros
2024-10-25[OpenMP] Create versioned libgomp softlinks (#112973)Ye Luo
2024-10-08[libomp][AIX] Use SO version "1" for AIX libomp (#111384)Xing Xue
2024-09-18[libomp][AIX] Ensure only libomp.a is published on AIX (#109016)Xing Xue
2024-07-05[openmp] Silence warning when building the x64 Windows LLVM release packageAlexandre Ganea
2024-06-20[OpenMP][libomp] Remove Perl in favor of Python (#95307)Jonathan Peyton
2024-05-29[OpenMP] Fix multiply installing `libomp.so` (#93685)Joseph Huber
2024-05-25[openmp] Revise IDE folder structure (#89750)Michael Kruse
2024-05-15[OpenMP] Fix intermediate header locations for OpenMPJoseph Huber
2024-04-22[Offload] Move `/openmp/libomptarget` to `/offload` (#75125)Johannes Doerfert
2024-04-09[Libomp] Place generated OpenMP headers into build resource directory (#88007)Joseph Huber
2024-04-08Revert "[Libomp] Place generated OpenMP headers into build resource d… (#88...Pete Steinfeld
2024-04-08[Libomp] Place generated OpenMP headers into build resource directory (#88007)Joseph Huber
2024-03-20[flang][OpenMP] Compile proper `omp_lib.mod` from the `openmp/src/include` so...Michael Klemm
2024-02-09[OpenMP] Fix libomp debug build. (#81029)Daniil Fukalov
2024-02-03[openmp] Add a dependency on the separate import library (#80449)Martin Storsjö
2024-01-08[openmp][AIX]Initial changes for porting to AIX (#76841)Xing Xue
2023-07-31[OpenMP] Introduce ompx.h and 3D wrappers (threadId, threadDim, ...)Johannes Doerfert
2023-05-27Reland "[CMake] Bumps minimum version to 3.20.0.Mark de Wever
2023-05-17Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber
2023-05-16[OpenMP] Compile assembly files as ASM, not CMartin Storsjö
2023-05-12[OpenMP] Fix GCC build issues and restore "Additional APIs used by the MSVC c...Vadim Paretsky
2023-05-06[OpenMP] Make `libomptarget` link against `libomp`Shilei Tian
2023-05-06[NFC][OpenMP] Remove trailing whitespaces in `openmp/runtime/src/CMakeLists.txt`Shilei Tian
2023-04-24Revert "[OpenMP] Fix GCC build issues and restore "Additional APIs used by the"Joseph Huber
2023-04-24[OpenMP] Fix GCC build issues and restore "Additional APIs used by theNatalia Glagoleva
2023-04-21Revert "[OpenMP] Additional APIs used by the MSVC compiler for loop collapse"Slava Zakharin
2023-04-21[OpenMP] Additional APIs used by the MSVC compiler for loop collapseNatalia Glagoleva
2023-03-27[OpenMP] Fix an OpenMP Windows build problemVadim Paretsky
2023-03-02This check-in makes the following improvements to the OpenMP Windows build:Vadim Paretsky (Intel Americas Inc)
2023-02-15[openmp] Fix building for mingw targets after import library changesMartin Storsjö
2023-02-13[OpenMP] generate the Windows import library that imports by name ratherVadim Paretsky (Intel Americas Inc)
2022-12-08[openmp] Provide an assembly implementation of __kmp_invoke_microtask on ARMMartin Storsjö
2022-11-24[openmp] Use z_Linux_asm.S to provide __kmp_invoke_microtask with Clang for W...Martin Storsjö
2022-11-15[OpenMP] [OMPT] [2/8] Implemented a connector for communication of OMPT callb...Dhruva Chakrabarti
2022-11-01Revert "[OpenMP] [OMPT] [2/8] Implemented a connector for communication of OM...Dhruva Chakrabarti
2022-10-31[OpenMP] [OMPT] [2/8] Implemented a connector for communication of OMPT callb...Dhruva Chakrabarti
2022-09-09[OpenMP] Install ompt-multiplex.h alongside omp.hserge-sans-paille
2022-08-02[OpenMP] Only include CMAKE_DL_LIBS on unix platformsMartin Storsjö
2022-07-28[CMake][OpenMP] Remove wrong backslashSebastian Neubauer
2022-07-26[cmake] Slight fix ups to make robust to the full range of GNUInstallDirsJohn Ericson
2022-04-22[Clang][OpenMP] libompd: get libomp hwloc includedir by target_link_librariesYe Luo