diff --git a/index.html b/index.html index 7d6bed15..2d2f9c65 100755 --- a/index.html +++ b/index.html @@ -54,6 +54,14 @@ sort of tools that can be built using the Clang frontend as a library to parse C/C++ code.
+Flang is a modern + Fortran compiler with an associated runtime, which aims to generate + high-performance code, and support Fortran 2023 and all official Fortran + standards going back to Fortran 77, including a number of widely-used + extensions. Flang + supports OpenMP + for both CPUs and GPUs.
The LLDB project builds on libraries provided by LLVM and Clang to provide a great native debugger. It uses the Clang ASTs and expression parser, LLVM JIT, LLVM disassembler, @@ -94,7 +102,7 @@
The OpenMP subproject provides an OpenMP runtime for use with the - OpenMP implementation in Clang.
The polly project implements a suite of cache-locality optimizations as well as auto-parallelism and