OSDN Git Service

* Makefile.in (bt-load.o): Depend on except.h.
[pf3gnuchains/gcc-fork.git] / gcc / common.opt
index 26af280..a384b04 100644 (file)
@@ -1,5 +1,5 @@
 ; Options for the language- and target-independent parts of the compiler.
-; Copyright (C) 2003 Free Software Foundation, Inc.
+; Copyright (C) 2003, 2004 Free Software Foundation, Inc.
 ;
 ; This file is part of GCC.
 ;
@@ -243,6 +243,10 @@ fbranch-target-load-optimize2
 Common
 Perform branch target load optimization after prologue / epilogue threading
 
+fbtr-bb-exclusive
+Common
+Restrict target load migration not to re-use registers in any basic block
+
 fcall-saved-
 Common Joined RejectNegative
 -fcall-saved-<register>        Mark <register> as being preserved across functions
@@ -362,9 +366,9 @@ fgcse-sm
 Common
 Perform store motion after global common subexpression elimination
 
-fgnu-linker
+fgcse-las
 Common
-Output GNU ld formatted global initializers
+Perform redundant load after store elimination in global common subexpression elimination
 
 fguess-branch-probability
 Common
@@ -513,6 +517,18 @@ fprofile-arcs
 Common
 Insert arc-based program profiling code
 
+fprofile-generate
+Common
+Enable common options for generating profile info for profile feedback directed optimizations
+
+fprofile-use
+Common
+Enable common options for performing profile feedback directed optimizations
+
+fprofile-values
+Common
+Insert code to profile values of expressions
+
 frandom-seed
 Common
 
@@ -620,18 +636,6 @@ fsingle-precision-constant
 Common
 Convert floating point constants to single precision constants
 
-fssa
-Common
-Enable static single assignment optimizations
-
-fssa-ccp
-Common
-Enable SSA conditional constant propagation
-
-fssa-dce
-Common
-Enable aggressive SSA dead code elimination
-
 fstack-check
 Common
 Insert stack checking code into the program
@@ -715,6 +719,10 @@ fverbose-asm
 Common
 Add extra commentary to assembler output
 
+fvpt
+Common
+Use expression value profiles in optimizations
+
 fweb
 Common
 Construct webs and split unrelated uses of single variable
@@ -739,14 +747,6 @@ gcoff
 Common JoinedOrMissing
 Generate debug information in COFF format
 
-gdwarf
-Common JoinedOrMissing
-Generate debug information in DWARF v1 format
-
-gdwarf+
-Common JoinedOrMissing
-Generate debug information in extended DWARF v1 format
-
 gdwarf-2
 Common JoinedOrMissing
 Generate debug information in DWARF v2 format