diff options
author | Diego Novillo <dnovillo@gcc.gnu.org> | 2004-05-13 02:41:07 -0400 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2004-05-13 02:41:07 -0400 |
commit | 6de9cd9a886ea695aa892c3c7c07818a7b7e9e6f (patch) | |
tree | a2568888a519c077427b133de9ece5879a8484a5 /gcc/doc/gccint.texi | |
parent | ac1a20aec53364d77f3bdff94a2a0a06840e0fe9 (diff) | |
download | gcc-6de9cd9a886ea695aa892c3c7c07818a7b7e9e6f.tar.gz |
Merge tree-ssa-20020619-branch into mainline.
From-SVN: r81764
Diffstat (limited to 'gcc/doc/gccint.texi')
-rw-r--r-- | gcc/doc/gccint.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/doc/gccint.texi b/gcc/doc/gccint.texi index 7ce5dde73c6..5dbe1f79f43 100644 --- a/gcc/doc/gccint.texi +++ b/gcc/doc/gccint.texi @@ -140,6 +140,8 @@ 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. +* Control Flow:: Maintaining and manipulating the control flow graph. +* Tree SSA:: Analysis and optimization of the tree representation. * Machine Desc:: How to write machine description instruction patterns. * Target Macros:: How to write the machine description C macros and functions. * Host Config:: Writing the @file{xm-@var{machine}.h} file. @@ -168,7 +170,9 @@ Additional tutorial information is linked to from @include sourcebuild.texi @include passes.texi @include c-tree.texi +@include tree-ssa.texi @include rtl.texi +@include cfg.texi @include md.texi @include tm.texi @include hostconfig.texi |