]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/doc/gccint/passes-and-files-of-the-compiler.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / gcc / doc / gccint / passes-and-files-of-the-compiler.rst
CommitLineData
c63539ff
ML
1..
2 Copyright 1988-2022 Free Software Foundation, Inc.
3 This is part of the GCC manual.
4 For copying conditions, see the copyright.rst file.
5
6.. index:: passes and files of the compiler, files and passes of the compiler, compiler passes and files, pass dumps
7
8.. _passes:
9
10Passes and Files of the Compiler
11--------------------------------
12
13This chapter is dedicated to giving an overview of the optimization and
14code generation passes of the compiler. In the process, it describes
15some of the language front end interface, though this description is no
16where near complete.
17
18.. toctree::
19 :maxdepth: 2
20
21 passes-and-files-of-the-compiler/parsing-pass
22 passes-and-files-of-the-compiler/gimplification-pass
23 passes-and-files-of-the-compiler/pass-manager
24 passes-and-files-of-the-compiler/inter-procedural-optimization-passes
25 passes-and-files-of-the-compiler/tree-ssa-passes
26 passes-and-files-of-the-compiler/rtl-passes
3ed1b4ce 27 passes-and-files-of-the-compiler/optimization-info