summaryrefslogtreecommitdiff
path: root/openmp/runtime/cmake/LibompHandleFlags.cmake
AgeCommit message (Expand)Author
2025-08-20[NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537)David Tenty
2025-06-05[OpenMP][cmake] Simplify -m32 handling (#142742)Rainer Orth
2025-06-04[OpenMP] Don't use libproc on Solaris (#142379)Rainer Orth
2024-06-20[OpenMP][libomp] Remove Perl in favor of Python (#95307)Jonathan Peyton
2024-03-08[OpenMP] Implements __kmp_is_address_mapped for Solaris/Illumos. (#82930)David CARLIER
2024-02-25[OpenMP] Implement __kmp_is_address_mapped on DragonFlyBSD. (#82895)David CARLIER
2023-11-11[OpenMP] Link against libm on OpenBSD (#70614)Brad Smith
2023-11-02[OpenMP] Add support for Solaris/x86_64 (#70593)Brad Smith
2023-07-07[OpenMP] Remove the workaround of passing "-x assembler-with-cpp" manuallyMartin Storsjö
2022-12-14[OpenMP] Fix detecting warning options for GCCMartin Storsjö
2022-12-08[OpenMP][libomp] Fix version scripts after undefined version script changesJoseph Huber
2022-11-29Revert "Add mean_anyway to hpc config"Ron Lieberman
2022-11-29Add mean_anyway to hpc configRon Lieberman
2022-11-21[CMake][OpenMP] Remove -Wl,--warn-shared-textrelFangrui Song
2022-11-18[openmp] Only try to add the -mrtm flag on i386/x86_64Martin Storsjö
2022-11-07[libomp] Add -Wl,--undefined-version workaroundFangrui Song
2022-10-19Avoid exporting 80-bit fp functions for architectures other than Intel.Malhar Jajoo
2022-10-13Revert "[Libomp] Do not error on undefined version script symbols"Slava Zakharin
2022-10-13[Libomp] Do not error on undefined version script symbolsJoseph Huber
2022-10-03[OpenMP][libomp] Allow unused-but-set warningsJonathan Peyton
2022-06-02[OpenMP][libomp] Make LIBOMP_CONFIGURED_LIBFLAGS a list instead of stringMikael Simberg
2022-03-05[OpenMP][CMake] Ensure linking against libm for LinuxJames Beddek
2021-06-16[OpenMP][NFC] Add back suppression of warningJoachim Protze
2021-06-16[OpenMP] Remove unused variables from libomp codeJoachim Protze
2021-02-12[OpenMP] Silence more warning flagsMartin Storsjö
2021-02-12[OpenMP] Fix the check for libpsapi for i386Martin Storsjö
2021-02-11[OpenMP] Enable omp_get_num_devices() on WindowsHansang Bae
2020-12-31[OpenMP] libomp: Handle implicit conversion warningsTerry Wilmarth
2020-10-26[OpenMP] changing OMP rtl to use shared memory instead of env variableAndreyChurbanov
2019-11-19[OpenMP] Remove -Wl,-fini=__kmp_internal_end_finiAaron Puchert
2019-10-08Don't link libm with -Wl,--as-needed on FreeBSDAndrey Churbanov
2019-09-04[OpenMP] Change initialization of __kmp_globalJonas Hahnfeld
2019-08-15[OpenMP] Enable warning about "implicit fallthrough"Jonas Hahnfeld
2019-08-15[OpenMP] Remove 'unnecessary parentheses'Jonas Hahnfeld
2019-08-15[OMPT] Resolve warnings because of ints in if conditionsJonas Hahnfeld
2019-08-15[OpenMP] Turn on -Wall compiler warnings by defaultJonas Hahnfeld
2019-07-30[OpenMP] Rename last file to cpp and remove LIBOMP_CFLAGSJonas Hahnfeld
2019-07-12[OpenMP] Remove OMP spec versioningJonathan Peyton
2019-04-03Ensure correct pthread flags and libraries are usedDimitry Andric
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
2018-12-09Add DragonFlyBSD support to OpenMPKamil Rytarowski
2018-08-09[OpenMP] Cleanup codeJonathan Peyton
2018-07-30[CMake] Disable -Wstringop-overflowJonas Hahnfeld
2017-11-29[CMake] Refactor common settings and flagsJonas Hahnfeld
2017-03-06OpenMP version 5.0 addedJonathan Peyton
2016-11-14Introduce dynamic affinity dispatch capabilitiesJonathan Peyton
2016-06-14Renaming change: 41 -> 45 and 4.1 -> 4.5Jonathan Peyton
2015-11-30Adding Hwloc library option for affinity mechanismJonathan Peyton
2015-09-21Complex division requires libm on NetBSD, add it.Joerg Sonnenberger