PR target/16201
[official-gcc.git] / gcc / doc / gccint.texi
bloba72fc81747ba073962b4f05e15ac605866fb3dcf
1 \input texinfo  @c -*-texinfo-*-
2 @c %**start of header
3 @setfilename gccint.info
4 @c INTERNALS is used by md.texi to determine whether to include the
5 @c whole of that file, in the internals manual, or only the part
6 @c dealing with constraints, in the user manual.
7 @set INTERNALS
9 @c See miscellaneous notes in gcc.texi on checks/things to do.
11 @include gcc-common.texi
13 @settitle GNU Compiler Collection (GCC) Internals
15 @c Create a separate index for command line options.
16 @defcodeindex op
17 @c Merge the standard indexes into a single one.
18 @syncodeindex fn cp
19 @syncodeindex vr cp
20 @syncodeindex ky cp
21 @syncodeindex pg cp
22 @syncodeindex tp cp
24 @paragraphindent 1
26 @c %**end of header
28 @copying
29 Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
30 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
32 Permission is granted to copy, distribute and/or modify this document
33 under the terms of the GNU Free Documentation License, Version 1.2 or
34 any later version published by the Free Software Foundation; with the
35 Invariant Sections being ``GNU General Public License'' and ``Funding
36 Free Software'', the Front-Cover texts being (a) (see below), and with
37 the Back-Cover Texts being (b) (see below).  A copy of the license is
38 included in the section entitled ``GNU Free Documentation License''.
40 (a) The FSF's Front-Cover Text is:
42      A GNU Manual
44 (b) The FSF's Back-Cover Text is:
46      You have freedom to copy and modify this GNU Manual, like GNU
47      software.  Copies published by the Free Software Foundation raise
48      funds for GNU development.
49 @end copying
50 @ifnottex
51 @dircategory Programming
52 @direntry
53 * gccint: (gccint).            Internals of the GNU Compiler Collection.
54 @end direntry
55 This file documents the internals of the GNU compilers.
56 @sp 1
57 @insertcopying
58 @sp 1
59 @end ifnottex
61 @setchapternewpage odd
62 @shorttitlepage GNU Compiler Collection Internals (GCC)
63 @titlepage
64 @center @titlefont{GNU Compiler Collection Internals}
65 @sp 2
66 @center by Richard M. Stallman and the GCC Developer Community
67 @sp 3
68 @center Last updated 23 May 2004
69 @sp 1
71 @center for GCC @value{version-GCC}
72 @page
73 @vskip 0pt plus 1filll
74 For GCC Version @value{version-GCC}@*
75 @sp 1
76 @insertcopying
77 @end titlepage
78 @summarycontents
79 @contents
80 @page
82 @node Top, Contributing,, (DIR)
83 @top Introduction
84 @cindex introduction
86 This manual documents the internals of the GNU compilers, including
87 how to port them to new targets and some information about how to
88 write front ends for new languages.  It corresponds to GCC version
89 @value{version-GCC}.  The use of the GNU compilers is documented in a
90 separate manual.  @xref{Top,, Introduction, gcc, Using the GNU
91 Compiler Collection (GCC)}.
93 This manual is mainly a reference manual rather than a tutorial.  It
94 discusses how to contribute to GCC (@pxref{Contributing}), the
95 characteristics of the machines supported by GCC as hosts and targets
96 (@pxref{Portability}), how GCC relates to the ABIs on such systems
97 (@pxref{Interface}), and the characteristics of the languages for
98 which GCC front ends are written (@pxref{Languages}).  It then
99 describes the GCC source tree structure and build system, some of the
100 interfaces to GCC front ends, and how support for a target system is
101 implemented in GCC@.
103 Additional tutorial information is linked to from
104 @uref{http://gcc.gnu.org/readings.html}.
106 @menu
107 * Contributing::    How to contribute to testing and developing GCC.
108 * Portability::     Goals of GCC's portability features.
109 * Interface::       Function-call interface of GCC output.
110 * Libgcc::          Low-level runtime library used by GCC.
111 * Languages::       Languages for which GCC front ends are written.
112 * Source Tree::     GCC source tree structure and build system.
113 * Passes::          Order of passes, what they do, and what each file is for.
114 * Trees::           The source representation used by the C and C++ front ends.
115 * RTL::             The intermediate representation that most passes work on.
116 * Control Flow::    Maintaining and manipulating the control flow graph.
117 * Tree SSA::        Analysis and optimization of the tree representation.
118 * Machine Desc::    How to write machine description instruction patterns.
119 * Target Macros::   How to write the machine description C macros and functions.
120 * Host Config::     Writing the @file{xm-@var{machine}.h} file.
121 * Fragments::       Writing the @file{t-@var{target}} and @file{x-@var{host}} files.
122 * Collect2::        How @code{collect2} works; how it finds @code{ld}.
123 * Header Dirs::     Understanding the standard header file directories.
124 * Type Information:: GCC's memory management; generating type information.
126 * Funding::         How to help assure funding for free software.
127 * GNU Project::     The GNU Project and GNU/Linux.
129 * Copying::         GNU General Public License says
130                      how you can copy and share GCC.
131 * GNU Free Documentation License:: How you can copy and share this manual.
132 * Contributors::    People who have contributed to GCC.
134 * Option Index::    Index to command line options.
135 * Concept Index::   Index of concepts and symbol names.
136 @end menu
138 @include contribute.texi
139 @include portability.texi
140 @include interface.texi
141 @include libgcc.texi
142 @include languages.texi
143 @include sourcebuild.texi
144 @include passes.texi
145 @include c-tree.texi
146 @include tree-ssa.texi
147 @include rtl.texi
148 @include cfg.texi
149 @include md.texi
150 @include tm.texi
151 @include hostconfig.texi
152 @include fragments.texi
153 @include collect2.texi
154 @include headerdirs.texi
155 @include gty.texi
157 @include funding.texi
158 @include gnu.texi
159 @include gpl.texi
161 @c ---------------------------------------------------------------------
162 @c GFDL
163 @c ---------------------------------------------------------------------
165 @include fdl.texi
167 @include contrib.texi
169 @c ---------------------------------------------------------------------
170 @c Indexes
171 @c ---------------------------------------------------------------------
173 @node Option Index
174 @unnumbered Option Index
176 GCC's command line options are indexed here without any initial @samp{-}
177 or @samp{--}.  Where an option has both positive and negative forms
178 (such as @option{-f@var{option}} and @option{-fno-@var{option}}),
179 relevant entries in the manual are indexed under the most appropriate
180 form; it may sometimes be useful to look up both forms.
182 @printindex op
184 @node Concept Index
185 @unnumbered Concept Index
187 @printindex cp
189 @c ---------------------------------------------------------------------
190 @c Epilogue
191 @c ---------------------------------------------------------------------
193 @bye