diff options
Diffstat (limited to 'flang/docs/ReleaseNotes.md')
-rw-r--r-- | flang/docs/ReleaseNotes.md | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/flang/docs/ReleaseNotes.md b/flang/docs/ReleaseNotes.md index dfaa2eb..99dc41c 100644 --- a/flang/docs/ReleaseNotes.md +++ b/flang/docs/ReleaseNotes.md @@ -24,9 +24,7 @@ page](https://llvm.org/releases/). ## Major New Features -* Initial support for VOLATILE variables and procedure interface arguments has been added. -* OpenMP support is stable and no longer considered experimental. All of OpenMP 3.1 is - supported, along with much of OpenMP 4.0 and some parts of later standards. +* Support for LOWER= argument for C_F_POINTER. ## Bug Fixes @@ -34,35 +32,12 @@ page](https://llvm.org/releases/). ## New Compiler Flags -* -floop-interchange is now recognized by flang. -* -floop-interchange is enabled by default at -O2 and above. -* -fveclib=libmvec is supported for AArch64 (same as Flang/x86 and - Clang/AArch64) (requires GLIBC 2.40 or newer) - ## Windows Support ## Fortran Language Changes in Flang ## Build System Changes - * The FortranRuntime library has been renamed to `flang_rt.runtime`. - - * The FortranFloat128Math library has been renamed to `flang_rt.quadmath`. - - * The CufRuntime_cuda_${version} library has been renamed to - `flang_rt.cuda_${version}`. - - * The Fortran Runtime library has been move to a new top-level directory - named "flang-rt". It now supports the LLVM_ENABLE_RUNTIMES mechanism to - build Flang-RT for multiple target triples. libflang_rt.runtime.{a|so} will - now be emitted into Clang's per-target resource directory - (next to libclang_rt.*.*) where it is also found by Flang's driver. - - * Flang on AArch64 now always depends on compiler-rt to provide the - `__trampoline_setup` function. This dependency will be automatically added - in in-tree builds with the AArch64 target, but compiler-rt will need to be - manually added to LLVM builds when building flang out-of-tree. - ## New Issues Found |