comparison gcc/doc/gccint.texi @ 132:d34655255c78

update gcc-8.2
author mir3636
date Thu, 25 Oct 2018 10:21:07 +0900
parents 84e7813d76e9
children 1830386684a0
comparison
equal deleted inserted replaced
130:e108057fa461 132:d34655255c78
24 @paragraphindent 1 24 @paragraphindent 1
25 25
26 @c %**end of header 26 @c %**end of header
27 27
28 @copying 28 @copying
29 Copyright @copyright{} 1988-2017 Free Software Foundation, Inc. 29 Copyright @copyright{} 1988-2018 Free Software Foundation, Inc.
30 30
31 Permission is granted to copy, distribute and/or modify this document 31 Permission is granted to copy, distribute and/or modify this document
32 under the terms of the GNU Free Documentation License, Version 1.3 or 32 under the terms of the GNU Free Documentation License, Version 1.3 or
33 any later version published by the Free Software Foundation; with the 33 any later version published by the Free Software Foundation; with the
34 Invariant Sections being ``Funding Free Software'', the Front-Cover 34 Invariant Sections being ``Funding Free Software'', the Front-Cover
105 * Languages:: Languages for which GCC front ends are written. 105 * Languages:: Languages for which GCC front ends are written.
106 * Source Tree:: GCC source tree structure and build system. 106 * Source Tree:: GCC source tree structure and build system.
107 * Testsuites:: GCC testsuites. 107 * Testsuites:: GCC testsuites.
108 * Options:: Option specification files. 108 * Options:: Option specification files.
109 * Passes:: Order of passes, what they do, and what each file is for. 109 * Passes:: Order of passes, what they do, and what each file is for.
110 * poly_int:: Representation of runtime sizes and offsets.
110 * GENERIC:: Language-independent representation generated by Front Ends 111 * GENERIC:: Language-independent representation generated by Front Ends
111 * GIMPLE:: Tuple representation used by Tree SSA optimizers 112 * GIMPLE:: Tuple representation used by Tree SSA optimizers
112 * Tree SSA:: Analysis and optimization of GIMPLE 113 * Tree SSA:: Analysis and optimization of GIMPLE
113 * RTL:: Machine-dependent low-level intermediate representation. 114 * RTL:: Machine-dependent low-level intermediate representation.
114 * Control Flow:: Maintaining and manipulating the control flow graph. 115 * Control Flow:: Maintaining and manipulating the control flow graph.
122 * Type Information:: GCC's memory management; generating type information. 123 * Type Information:: GCC's memory management; generating type information.
123 * Plugins:: Extending the compiler with plugins. 124 * Plugins:: Extending the compiler with plugins.
124 * LTO:: Using Link-Time Optimization. 125 * LTO:: Using Link-Time Optimization.
125 126
126 * Match and Simplify:: How to write expression simplification patterns for GIMPLE and GENERIC 127 * Match and Simplify:: How to write expression simplification patterns for GIMPLE and GENERIC
128 * User Experience Guidelines:: Guidelines for implementing diagnostics and options.
127 * Funding:: How to help assure funding for free software. 129 * Funding:: How to help assure funding for free software.
128 * GNU Project:: The GNU Project and GNU/Linux. 130 * GNU Project:: The GNU Project and GNU/Linux.
129 131
130 * Copying:: GNU General Public License says 132 * Copying:: GNU General Public License says
131 how you can copy and share GCC. 133 how you can copy and share GCC.
142 @include libgcc.texi 144 @include libgcc.texi
143 @include languages.texi 145 @include languages.texi
144 @include sourcebuild.texi 146 @include sourcebuild.texi
145 @include options.texi 147 @include options.texi
146 @include passes.texi 148 @include passes.texi
149 @include poly-int.texi
147 @include generic.texi 150 @include generic.texi
148 @include gimple.texi 151 @include gimple.texi
149 @include tree-ssa.texi 152 @include tree-ssa.texi
150 @include rtl.texi 153 @include rtl.texi
151 @include cfg.texi 154 @include cfg.texi
158 @include headerdirs.texi 161 @include headerdirs.texi
159 @include gty.texi 162 @include gty.texi
160 @include plugins.texi 163 @include plugins.texi
161 @include lto.texi 164 @include lto.texi
162 @include match-and-simplify.texi 165 @include match-and-simplify.texi
166 @include ux.texi
163 167
164 @include funding.texi 168 @include funding.texi
165 @include gnu.texi 169 @include gnu.texi
166 @include gpl_v3.texi 170 @include gpl_v3.texi
167 171