.. Copyright 1988-2022 Free Software Foundation, Inc. This is part of the GCC manual. For copying conditions, see the copyright.rst file. .. index:: passes and files of the compiler, files and passes of the compiler, compiler passes and files, pass dumps .. _passes: Passes and Files of the Compiler -------------------------------- This chapter is dedicated to giving an overview of the optimization and code generation passes of the compiler. In the process, it describes some of the language front end interface, though this description is no where near complete. .. toctree:: :maxdepth: 2 passes-and-files-of-the-compiler/parsing-pass passes-and-files-of-the-compiler/gimplification-pass passes-and-files-of-the-compiler/pass-manager passes-and-files-of-the-compiler/inter-procedural-optimization-passes passes-and-files-of-the-compiler/tree-ssa-passes passes-and-files-of-the-compiler/rtl-passes passes-and-files-of-the-compiler/optimization-info