diff options
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index 66782ce..ddac0b4 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -345,7 +345,7 @@ Common Joined RejectNegative fdiagnostics-show-option Common -Amend appropriate diagnostic messages with the command line option that controls them. +Amend appropriate diagnostic messages with the command line option that controls them fdump- Common Joined RejectNegative @@ -433,7 +433,7 @@ elimination fgcse-after-reload Common Report Var(flag_gcse_after_reload) Perform global common subexpression elimination after register allocation -has finished. +has finished fguess-branch-probability Common Report Var(flag_guess_branch_prob) @@ -552,15 +552,15 @@ Move loop invariant computations out of loops fmudflap Common RejectNegative Report Var(flag_mudflap) -Add mudflap bounds-checking instrumentation for single-threaded program. +Add mudflap bounds-checking instrumentation for single-threaded program fmudflapth Common RejectNegative Report Var(flag_mudflap_threads) -Add mudflap bounds-checking instrumentation for multi-threaded program. +Add mudflap bounds-checking instrumentation for multi-threaded program fmudflapir Common RejectNegative Report Var(flag_mudflap_ignore_reads) -Ignore read operations when inserting mudflap instrumentation. +Ignore read operations when inserting mudflap instrumentation freschedule-modulo-scheduled-loops Common Report Var(flag_resched_modulo_sched) @@ -753,7 +753,7 @@ Mark data as shared rather than private fshow-column Common C ObjC C++ ObjC++ Report Var(flag_show_column) Init(1) -Show column numbers in diagnostics, when available. Default on. +Show column numbers in diagnostics, when available. Default on fsignaling-nans Common Report Var(flag_signaling_nans) @@ -769,11 +769,11 @@ Use value profiling for speculative prefetching fsplit-ivs-in-unroller Common Report Var(flag_split_ivs_in_unroller) Init(1) -Split lifetimes of induction variables when loops are unrolled. +Split lifetimes of induction variables when loops are unrolled fvariable-expansion-in-unroller Common Report Var(flag_variable_expansion_in_unroller) -Apply variable expansion when loops are unrolled. +Apply variable expansion when loops are unrolled ; Emit code to probe the stack, to help detect stack overflow; also ; may cause large objects to be allocated dynamically. @@ -869,7 +869,7 @@ Coalesce memory temporaries in the SSA->normal pass ftree-copyrename Common Report Var(flag_tree_copyrename) -Replace SSA temporaries with better names in copies. +Replace SSA temporaries with better names in copies ftree-copy-prop Common Report Var(flag_tree_copy_prop) @@ -933,7 +933,7 @@ Replace temporary expressions in the SSA->normal pass ftree-lrs Common Report Var(flag_tree_live_range_split) -Perform live range splitting during the SSA->normal pass. +Perform live range splitting during the SSA->normal pass ftree-vrp Common Report Var(flag_tree_vrp) Init(0) |