LLVM
LLVM compilers include Clang for C, Clang++ for C++, and Flang-f18 for Fortran. Since LLVM 19, Flang is relatively mature and supports many Fortran programs.
2025
- 2025-02-01 – Fortran submodule file naming
- 2025-01-31 – Fortran module file format
- 2025-01-27 – Intel oneAPI LLVM sanitizers
2024
- 2024-12-26 – Static linked executable
- 2024-12-13 – Clang -Wunsafe-buffer-usage tips
- 2024-10-15 – Install AMD AOCC C C++ Fortran compiler
- 2024-09-27 – Free C C++ Fortran compiler families
- 2024-06-08 – Clang MSYS2 environment
- 2024-04-10 – LLVM Flang Fortran compiler
2023
- 2023-12-15 – Compiler macro definitions
- 2023-02-09 – ISO_Fortran_binding.h and MPICH
2019
- 2019-04-09 – Python calling Python via subprocess
2018
- 2018-07-06 – print vs write Fortran statements