summaryrefslogtreecommitdiff
path: root/flang/CMakeLists.txt
AgeCommit message (Expand)Author
2025-08-13[flang/flang-rt] Add -isysroot flag only to tests really requiring (#152914)parabola94
2025-08-10[flang][Driver] Enable FLANG_DEFAULT_LINKER (#149786)parabola94
2025-07-03[flang][cmake] Separate FLANG_INCLUDE_TOOLS from FLANG_BUILD_TOOLS (#145005)parabola94
2025-06-23[flang][cmake] Don't pass -fno-strict-aliasing for GCC eitherSam James
2025-05-22[CMake] respect LLVMConfig.cmake's LLVM_DEFINITIONS in standalone builds (#13...jeremyd2019
2025-05-02[flang] Enable installing binding header and modules as part of distribution ...Reilly Brogan
2025-04-30Reapply "[Flang] Remove FLANG_INCLUDE_RUNTIME (#124126)"Michael Kruse
2025-04-24[CMake] Support using precompiled headers with ccache in flang (#136856)Kajetan Puchalski
2025-04-08Revert "[CMake] Fix using precompiled headers with ccache" (#134848)Kajetan Puchalski
2025-04-08[CMake] Fix using precompiled headers with ccache (#131397)Kajetan Puchalski
2025-03-26Revert "[Flang] Remove FLANG_INCLUDE_RUNTIME (#124126)"Michael Kruse
2025-03-26[Flang] Remove FLANG_INCLUDE_RUNTIME (#124126)Michael Kruse
2025-03-21[flang] set the paths for the symbol extracting tool (#131375)Kelvin Li
2025-02-20[flang] Add FLANG_PARALLEL_COMPILE_JOBS option (#127364)Tom Stellard
2025-02-16[Flang] LLVM_ENABLE_RUNTIMES=flang-rt (#110217)Michael Kruse
2025-02-16[Flang][NFC] Move runtime library files to flang-rt (#110298)Michael Kruse
2025-02-15[Flang] Support overriding `LLVM_LIT_ARGS` in standalone builds (#127340)Michał Górny
2025-02-15[flang] Revert MLIR_MAIN_SRC_DIR override (#127337)Michał Górny
2025-02-15[flang] Fix standalone builds against installed MLIR (#126387)Michał Górny
2025-02-11[mlir][cmake] Do not export MLIR_MAIN_SRC_DIR and MLIR_INCLUDE_DIR (#125842)Nikita Popov
2025-02-08[Flang] Rename libFortranRuntime.a to libflang_rt.runtime.a (#122341)Michael Kruse
2025-02-08[Flang] Optionally do not compile the runtime in-tree (#122336)Michael Kruse
2025-01-29[flang][cuda] Remove the need of special compile definition for CUFInit (#124...Valentin Clement (バレンタイン クレメン)
2025-01-28[flang][cuda] Allow to set the stack limit size (#124859)Valentin Clement (バレンタイン クレメン)
2025-01-13[flang] Support discovering LLVM/Clang/MLIR without explicit *_DIR (#122639)Michał Górny
2025-01-10Revert "[flang] Fix finding system install of LLVM/Clang/MLIR in standalone b...Michał Górny
2025-01-09[flang] Fix finding system install of LLVM/Clang/MLIR in standalone builds (#...Michał Górny
2024-12-18[flang] Add cmake error if building with clang-cl and MSVC 17.12 (#120114)David Truby
2024-12-17[cmake] Drop `AddFileDependencies` and `CMakeParseArguments` (#120002)paperchalice
2024-08-02[flang][cuda] Add CUF allocator (#101216)Valentin Clement (バレンタイン クレメン)
2024-07-19[flang][runtime] Build ISO_FORTRAN_ENV to export kind arrays as linkable symb...Michael Klemm
2024-06-18Revert "[flang] Add FLANG_PARALLEL_COMPILE_JOBS option" (#96000)Tom Stellard
2024-06-18[flang] Add FLANG_PARALLEL_COMPILE_JOBS option (#95672)Tom Stellard
2024-05-25[flang] Revise IDE folder structure (#89745)Michael Kruse
2024-05-22[flang] cmake fix for FLANG_RUNTIME_F128_MATH_LIB build (#93054)dpalermo
2024-04-19Reland "[flang][build] Fixed paths discrovery for the out-of-tree build. (#87...Slava Zakharin
2024-04-18Revert "[flang][build] Fixed paths discrovery for the out-of-tree build. (#87...Slava Zakharin
2024-04-05[flang][build] Fixed paths discrovery for the out-of-tree build. (#87822)Slava Zakharin
2024-03-11[flang] Fix Darwin build after 4762c6557d15 (#84478)Leandro Lupori
2024-02-20[flang][runtime] Add FortranFloat128Math wrapper library. (#81971)Slava Zakharin
2024-01-16[flang] Add install target to install flang headers (#78151)Tom Eccles
2023-10-30[flang] Put ISO_Fortran_binding.h where it can be easily used (#70129)Pete Steinfeld
2023-10-20Revert "[flang] Put ISO_Fortran_binding.h where it can be easily used (#69121)"Peter Steinfeld
2023-10-19[flang] Put ISO_Fortran_binding.h where it can be easily used (#69121)Pete Steinfeld
2023-10-02Revert "[Flang] [FlangRT] Introduce FlangRT project as solution to Flang's ru...David Spickett
2023-09-30[Flang] [FlangRT] Introduce FlangRT project as solution to Flang's runtime LL...Paul Scoropan
2023-06-03[flang] Fix for 541f5c4a6db35870091dd15dfa09dde751229a17 (D140524) breaking o...Hussain Kadhem
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-17[cmake] Correct option to LLVM_FORCE_USE_OLD_TOOLCHAINJonas Hahnfeld