comparison gcc/doc/gccint.texi @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents 77e2b8dfacca
children f6334be47118
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
26 @c %**end of header 26 @c %**end of header
27 27
28 @copying 28 @copying
29 Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 29 Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
30 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 30 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
31 2008 Free Software Foundation, Inc. 31 2008, 2010 Free Software Foundation, Inc.
32 32
33 Permission is granted to copy, distribute and/or modify this document 33 Permission is granted to copy, distribute and/or modify this document
34 under the terms of the GNU Free Documentation License, Version 1.2 or 34 under the terms of the GNU Free Documentation License, Version 1.2 or
35 any later version published by the Free Software Foundation; with the 35 any later version published by the Free Software Foundation; with the
36 Invariant Sections being ``Funding Free Software'', the Front-Cover 36 Invariant Sections being ``Funding Free Software'', the Front-Cover
104 * Portability:: Goals of GCC's portability features. 104 * Portability:: Goals of GCC's portability features.
105 * Interface:: Function-call interface of GCC output. 105 * Interface:: Function-call interface of GCC output.
106 * Libgcc:: Low-level runtime library used by GCC. 106 * Libgcc:: Low-level runtime library used by GCC.
107 * Languages:: Languages for which GCC front ends are written. 107 * Languages:: Languages for which GCC front ends are written.
108 * Source Tree:: GCC source tree structure and build system. 108 * Source Tree:: GCC source tree structure and build system.
109 * Testsuites:: GCC testsuites.
109 * Options:: Option specification files. 110 * Options:: Option specification files.
110 * Passes:: Order of passes, what they do, and what each file is for. 111 * Passes:: Order of passes, what they do, and what each file is for.
111 * Trees:: The source representation used by the C and C++ front ends.
112 * GENERIC:: Language-independent representation generated by Front Ends 112 * GENERIC:: Language-independent representation generated by Front Ends
113 * GIMPLE:: Tuple representation used by Tree SSA optimizers 113 * GIMPLE:: Tuple representation used by Tree SSA optimizers
114 * Tree SSA:: Analysis and optimization of GIMPLE 114 * Tree SSA:: Analysis and optimization of GIMPLE
115 * RTL:: Machine-dependent low-level intermediate representation. 115 * RTL:: Machine-dependent low-level intermediate representation.
116 * Control Flow:: Maintaining and manipulating the control flow graph. 116 * Control Flow:: Maintaining and manipulating the control flow graph.
142 @include libgcc.texi 142 @include libgcc.texi
143 @include languages.texi 143 @include languages.texi
144 @include sourcebuild.texi 144 @include sourcebuild.texi
145 @include options.texi 145 @include options.texi
146 @include passes.texi 146 @include passes.texi
147 @include c-tree.texi
148 @include rtl.texi 147 @include rtl.texi
149 @include generic.texi 148 @include generic.texi
150 @include gimple.texi 149 @include gimple.texi
151 @include tree-ssa.texi 150 @include tree-ssa.texi
152 @include loop.texi 151 @include loop.texi