summaryrefslogtreecommitdiff
path: root/gcc/opts.c
Commit message (Expand)AuthorAgeFilesLines
* gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.Joseph Myers2011-06-211-5/+0
* target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers2011-06-151-11/+12
* opts.c (default_options): Enlist OPT_finline_functions_called_once.Jan Hubicka2011-06-101-0/+1
* common.opt (flag_stack_usage_info): New variable.Eric Botcazou2011-05-251-0/+10
* opts.c (finish_options): Move warning settings from process_options.Joseph Myers2011-05-111-0/+25
* Implement -Wno-maybe-uninitializedXinliang David Li2011-04-261-0/+8
* opts.h (cl_option): Add comments to fields.Joseph Myers2011-03-311-1/+1
* [multiple changes]Vladimir Makarov2011-03-291-13/+0
* re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov2011-03-281-0/+13
* [multiple changes]Vladimir Makarov2011-03-271-13/+0
* invoke.texi (max-stores-to-sink): Document.Ira Rosen2011-03-241-0/+6
* Makefile.in (IPA_TYPE_ESCAPE_H): Remove.Richard Guenther2011-03-231-1/+0
* target.def (handle_option): Take gcc_options and cl_decoded_option pointers a...Joseph Myers2011-03-221-10/+2
* common.opt (optimize_fast): New Variable.Joseph Myers2011-02-171-7/+6
* common.opt (fcx-limited-range): Add SetByCombined flag.Ian Lance Taylor2011-02-081-12/+24
* Check HOST_BIT_BUCKET when settting dump base/dir.H.J. Lu2011-02-011-1/+2
* New -fcompare-elim pass.Richard Henderson2011-01-221-0/+1
* common.opt (fdevirtualize): New flag.Martin Jambor2011-01-151-0/+1
* re PR tree-optimization/47233 (IPA reference tends to explode in memory use w...Jan Hubicka2011-01-121-0/+5
* opts.c (finish_options): Set opts->x_flag_opts_finished to true, not false.Joseph Myers2011-01-081-1/+1
* re PR middle-end/46916 (gcc.dg/torture/stackalign/non-local-goto-[1,2].c ICEs...Iain Sandoe2010-12-201-0/+4
* Fix -fno-lto (PR lto/46905)Andi Kleen2010-12-191-1/+1
* * opts.c: Expand comment on tm.h include.Joseph Myers2010-12-011-2/+3
* common.opt (flag_stack_check): New Variable entry.Joseph Myers2010-12-011-12/+3
* system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers2010-11-291-8/+1
* options.texi (Enum, EnumValue): Document new record types.Joseph Myers2010-11-261-85/+73
* target.def (supports_split_stack, [...]): Take gcc_options parameters.Joseph Myers2010-11-251-11/+2
* common.opt (user_vect_verbosity_level): New Variable entry.Joseph Myers2010-11-241-2/+14
* common.opt (initial_max_fld_align, [...]): New Variable entries.Joseph Myers2010-11-241-112/+126
* flag-types.h (struct visibility_flags): Don't declare here.Joseph Myers2010-11-241-380/+94
* common.opt (exit_after_options, [...]): New Variable entries.Joseph Myers2010-11-221-76/+62
* common.opt (debug_struct_ordinary, [...]): New Variable entries.Joseph Myers2010-11-191-149/+15
* common.opt (flag_instrument_functions_exclude_functions, [...]): New Variable...Joseph Myers2010-11-191-43/+7
* options.texi (Var): Document effects of Defer.Joseph Myers2010-11-191-36/+12
* opts.c (target_handle_option): Do not assert that loc == UNKNOWN_LOCATION.Joseph Myers2010-11-171-2/+5
* opts-common.c (control_warning_option): New.Joseph Myers2010-11-121-36/+36
* Makefile.in (OPTS_H): Define.Joseph Myers2010-11-121-30/+46
* re PR c/44782 (implement -ferror-limit=)Nathan Froyd2010-11-121-0/+4
* opts.c (finish_options): Do not error on -flto-partition alone.Jan Hubicka2010-11-111-2/+0
* invoke.texi (-fwhopr): Merge into -flto section.Jan Hubicka2010-11-111-13/+10
* opts.c (warning_as_error_callback, [...]): Remove.Joseph Myers2010-11-111-16/+0
* cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers2010-11-101-7/+7
* common.opt (flag_excess_precision_cmdline, [...]): New Variable declarations.Joseph Myers2010-11-101-241/+184
* tree.def (FMA_EXPR): New tree code.Richard Guenther2010-11-041-0/+12
* opts.c (finish_options): Properly check for all WHOPR flags before complainin...Richard Guenther2010-11-031-2/+2
* target.h (enum opt_levels, [...]): New.Joseph Myers2010-10-221-127/+215
* opts.c (set_fast_math_flags, [...]): Make static.Joseph Myers2010-10-161-2/+4
* arm.c (arm_option_optimization): Set flag_section_anchors to 1 not 2.Joseph Myers2010-10-161-3/+5
* target.def (target_option.init_struct): New hook.Joseph Myers2010-10-151-0/+3
* params.c (params_finished): New.Joseph Myers2010-10-141-27/+33