aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-15common.opt (fdevirtualize): New flag.Martin Jambor1-0/+1
2011-01-12re PR tree-optimization/47233 (IPA reference tends to explode in memory use w...Jan Hubicka1-0/+5
2011-01-08opts.c (finish_options): Set opts->x_flag_opts_finished to true, not false.Joseph Myers1-1/+1
2010-12-20re PR middle-end/46916 (gcc.dg/torture/stackalign/non-local-goto-[1,2].c ICEs...Iain Sandoe1-0/+4
2010-12-19Fix -fno-lto (PR lto/46905)Andi Kleen1-1/+1
2010-12-01* opts.c: Expand comment on tm.h include.Joseph Myers1-2/+3
2010-12-01common.opt (flag_stack_check): New Variable entry.Joseph Myers1-12/+3
2010-11-29system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers1-8/+1
2010-11-26options.texi (Enum, EnumValue): Document new record types.Joseph Myers1-85/+73
2010-11-25target.def (supports_split_stack, [...]): Take gcc_options parameters.Joseph Myers1-11/+2
2010-11-24common.opt (user_vect_verbosity_level): New Variable entry.Joseph Myers1-2/+14
2010-11-24common.opt (initial_max_fld_align, [...]): New Variable entries.Joseph Myers1-112/+126
2010-11-24flag-types.h (struct visibility_flags): Don't declare here.Joseph Myers1-380/+94
2010-11-22common.opt (exit_after_options, [...]): New Variable entries.Joseph Myers1-76/+62
2010-11-19common.opt (debug_struct_ordinary, [...]): New Variable entries.Joseph Myers1-149/+15
2010-11-19common.opt (flag_instrument_functions_exclude_functions, [...]): New Variable...Joseph Myers1-43/+7
2010-11-19options.texi (Var): Document effects of Defer.Joseph Myers1-36/+12
2010-11-17opts.c (target_handle_option): Do not assert that loc == UNKNOWN_LOCATION.Joseph Myers1-2/+5
2010-11-12opts-common.c (control_warning_option): New.Joseph Myers1-36/+36
2010-11-12Makefile.in (OPTS_H): Define.Joseph Myers1-30/+46
2010-11-12re PR c/44782 (implement -ferror-limit=)Nathan Froyd1-0/+4
2010-11-11opts.c (finish_options): Do not error on -flto-partition alone.Jan Hubicka1-2/+0
2010-11-11invoke.texi (-fwhopr): Merge into -flto section.Jan Hubicka1-13/+10
2010-11-11opts.c (warning_as_error_callback, [...]): Remove.Joseph Myers1-16/+0
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-7/+7
2010-11-10common.opt (flag_excess_precision_cmdline, [...]): New Variable declarations.Joseph Myers1-241/+184
2010-11-04tree.def (FMA_EXPR): New tree code.Richard Guenther1-0/+12
2010-11-03opts.c (finish_options): Properly check for all WHOPR flags before complainin...Richard Guenther1-2/+2
2010-10-22target.h (enum opt_levels, [...]): New.Joseph Myers1-127/+215
2010-10-16opts.c (set_fast_math_flags, [...]): Make static.Joseph Myers1-2/+4
2010-10-16arm.c (arm_option_optimization): Set flag_section_anchors to 1 not 2.Joseph Myers1-3/+5
2010-10-15target.def (target_option.init_struct): New hook.Joseph Myers1-0/+3
2010-10-14params.c (params_finished): New.Joseph Myers1-27/+33
2010-10-11params.c (set_param_value_internal): New.Joseph Myers1-13/+12
2010-10-08Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.Joseph Myers1-84/+142
2010-10-05invoke.texi (-flto-partition, [...]): Document.Jan Hubicka1-0/+7
2010-10-05opts-common.c (handle_option, [...]): Add diagnostic_context parameter.Joseph Myers1-9/+16
2010-10-04flags.h (g_switch_value, [...]): Remove.Joseph Myers1-4/+0
2010-10-04optc-gen.awk: Define global_options_set.Joseph Myers1-89/+27
2010-10-01common.opt: Add -fcombine-stack-adjustments.Nick Clifton1-0/+1
2010-09-30opt-functions.awk (static_var): Update comment.Joseph Myers1-27/+43
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-7/+16
2010-09-28Hookize TARGET_UNWIND_INFO et al.Richard Henderson1-21/+18
2010-09-28re PR target/45815 (error: '-fsplit-stack' currently only supported on GNU/Li...Ian Lance Taylor1-1/+1
2010-09-27common.opt (fsplit-stack): New option.Ian Lance Taylor1-0/+14
2010-09-22common.opt (-assemble, [...]): New.Joseph Myers1-4/+0
2010-09-16target.def (target_option.optimization): New hook.Joseph Myers1-6/+4
2010-09-02opts.h (struct cl_option): Add warn_message field.Joseph Myers1-18/+2
2010-09-02re PR driver/44076 (-MT <target> behaves different as -MT<target> (w/o space))Joseph Myers1-19/+3
2010-09-02opts.c (common_handle_option): Fix OPT_fwhopr/fwhopr_* handling.Andi Kleen1-1/+5