comparison gcc/doc/tree-ssa.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 04ced10e8804
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
1 @c Copyright (c) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. 1 @c Copyright (c) 2004, 2005, 2007, 2008, 2010
2 @c Free Software Foundation, Inc. 2 @c Free Software Foundation, Inc.
3 @c This is part of the GCC manual. 3 @c This is part of the GCC manual.
4 @c For copying conditions, see the file gcc.texi. 4 @c For copying conditions, see the file gcc.texi.
5 5
6 @c --------------------------------------------------------------------- 6 @c ---------------------------------------------------------------------
36 functions and programming constructs needed to implement optimization 36 functions and programming constructs needed to implement optimization
37 passes for GIMPLE@. 37 passes for GIMPLE@.
38 38
39 @menu 39 @menu
40 * Annotations:: Attributes for variables. 40 * Annotations:: Attributes for variables.
41 * SSA Operands:: SSA names referenced by GIMPLE statements. 41 * SSA Operands:: SSA names referenced by GIMPLE statements.
42 * SSA:: Static Single Assignment representation. 42 * SSA:: Static Single Assignment representation.
43 * Alias analysis:: Representing aliased loads and stores. 43 * Alias analysis:: Representing aliased loads and stores.
44 * Memory model:: Memory model used by the middle-end. 44 * Memory model:: Memory model used by the middle-end.
45 @end menu 45 @end menu
46 46