aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/gccint.texi
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@google.com>2008-09-21 11:05:14 -0400
committerDiego Novillo <dnovillo@gcc.gnu.org>2008-09-21 11:05:14 -0400
commite6c99067cbb1827ecc4a54ec6fdac6e221d933a0 (patch)
treed3d059f4def91a8519e23abe08d73f66f1403d8d /gcc/doc/gccint.texi
parent9453804343a2e9dd2db33d6f845746175198bdb3 (diff)
downloadgcc-e6c99067cbb1827ecc4a54ec6fdac6e221d933a0.zip
gcc-e6c99067cbb1827ecc4a54ec6fdac6e221d933a0.tar.gz
gcc-e6c99067cbb1827ecc4a54ec6fdac6e221d933a0.tar.bz2
gccint.texi: Include generic.texi and gimple.texi.
2008-09-21 Diego Novillo <dnovillo@google.com> * doc/gccint.texi: Include generic.texi and gimple.texi. Re-order index. * doc/tree-ssa.texi (GENERIC): Move to generic.texi. (GIMPLE): Move to gimple.texi. (Annotations): Remove references to to stmt_ann_t and ssa_name_ann_t. (SSA Operands): Rename from 'Statement Operands'. * doc/generic.texi: New. * doc/gimple.texi: New. * Makefile.in (TEXI_GCCINT_FILES): Add generic.texi and gimple.texi. * Makefile.in (TEXI_GCCINT_FILES): * gimple.c (gimple_copy_call_skip_args): Rename from giple_copy_call_skip_args. Update all users. * doc/gimple.texi (gimple_copy_call_skip_args): Document. From-SVN: r140527
Diffstat (limited to 'gcc/doc/gccint.texi')
-rw-r--r--gcc/doc/gccint.texi8
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/doc/gccint.texi b/gcc/doc/gccint.texi
index 9fe28c0..b4b559e 100644
--- a/gcc/doc/gccint.texi
+++ b/gcc/doc/gccint.texi
@@ -110,8 +110,10 @@ Additional tutorial information is linked to from
* Passes:: Order of passes, what they do, and what each file is for.
* Trees:: The source representation used by the C and C++ front ends.
* RTL:: The intermediate representation that most passes work on.
+* GENERIC:: Language-independent representation generated by Front Ends
+* GIMPLE:: Tuple representation used by Tree SSA optimizers
+* Tree SSA:: Analysis and optimization of GIMPLE
* Control Flow:: Maintaining and manipulating the control flow graph.
-* Tree SSA:: Analysis and optimization of the tree representation.
* Loop Analysis and Representation:: Analysis and representation of loops
* Machine Desc:: How to write machine description instruction patterns.
* Target Macros:: How to write the machine description C macros and functions.
@@ -142,9 +144,11 @@ Additional tutorial information is linked to from
@include options.texi
@include passes.texi
@include c-tree.texi
+@include rtl.texi
+@include generic.texi
+@include gimple.texi
@include tree-ssa.texi
@include loop.texi
-@include rtl.texi
@include cfg.texi
@include md.texi
@include tm.texi