naromero77 5f8810d7b4 [flang][docs] Initial documentation for the Fortran LLVM Test Suite.
Describes how to run the Fortran LLVM Test Suite, specifically the external SPEC CPU 2017 Fortran tests.

Reviewed By: rovka

Differential Revision: https://reviews.llvm.org/D102877
2021-05-26 15:59:55 -05:00

66 lines
924 B
Markdown

# Welcome to Flang's documentation
Flang is LLVM's Fortran frontend
```eval_rst
.. toctree::
:titlesonly:
ReleaseNotes
```
# Contributing to Flang
```eval_rst
.. toctree::
:titlesonly:
GettingInvolved
FortranForCProgrammers
C++style
C++17
PullRequestChecklist
ImplementingASemanticCheck
```
# Design Documents
```eval_rst
.. toctree::
:titlesonly:
Overview
Preprocessing
Parsing
LabelResolution
ModFiles
Semantics
OpenMP-semantics
ControlFlowGraph
FortranIR
IORuntimeInternals
f2018-grammar.md
OpenMP-4.5-grammar.md
Directives
Extensions
Intrinsics
OptionComparison
ParserCombinators
RuntimeDescriptor
RuntimeTypeInfo
Calls
Character
ArrayComposition
BijectiveInternalNameUniquing
DoConcurrent
FortranLLVMTestSuite
```
# Indices and tables
```eval_rst
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
```