From d82d0df9b217ce5f9ce6f81ea9bbdefdd35e02fe Mon Sep 17 00:00:00 2001
From: Tarun Prabhu
Flang is a modern "LLVM + native" 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
From 87b372f347585dc9596373df093e9d2c8130b484 Mon Sep 17 00:00:00 2001
From: Tarun Prabhu
Flang is a modern "LLVM - native" 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.
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.