aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-22opts.c (finish_options): Do not fail for -fgnu-tm.Aldy Hernandez1-2/+0
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+2
2011-10-05invoke.texi (-fshrink-wrap): Document.Bernd Schmidt1-0/+1
2011-09-27common.opt: Add -foptimize-strlen option.Jakub Jelinek1-0/+1
2011-09-27re PR middle-end/43864 (Same basic blocks should be merged)Tom de Vries1-0/+1
2011-09-27invoke.texi (ffat-lto-objects): Document.Andi Kleen1-1/+3
2011-09-02opts.c (print_specific_help): Fix off-by-one compare in assertion check.Gary Funck1-1/+1
2011-06-30opts.c (finish_options): Do not disable IPA-PTA during ltrans.Richard Guenther1-5/+0
2011-06-28common.opt (in_lto_p): New Variable entry.Joseph Myers1-4/+25
2011-06-28genattr-common.c: New.Joseph Myers1-3/+2
2011-06-21gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.Joseph Myers1-5/+0
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-11/+12
2011-06-10opts.c (default_options): Enlist OPT_finline_functions_called_once.Jan Hubicka1-0/+1
2011-05-25common.opt (flag_stack_usage_info): New variable.Eric Botcazou1-0/+10
2011-05-11opts.c (finish_options): Move warning settings from process_options.Joseph Myers1-0/+25
2011-04-26Implement -Wno-maybe-uninitializedXinliang David Li1-0/+8
2011-03-31opts.h (cl_option): Add comments to fields.Joseph Myers1-1/+1
2011-03-29[multiple changes]Vladimir Makarov1-13/+0
2011-03-28re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov1-0/+13
2011-03-27[multiple changes]Vladimir Makarov1-13/+0
2011-03-24invoke.texi (max-stores-to-sink): Document.Ira Rosen1-0/+6
2011-03-23Makefile.in (IPA_TYPE_ESCAPE_H): Remove.Richard Guenther1-1/+0
2011-03-22target.def (handle_option): Take gcc_options and cl_decoded_option pointers a...Joseph Myers1-10/+2
2011-02-17common.opt (optimize_fast): New Variable.Joseph Myers1-7/+6
2011-02-08common.opt (fcx-limited-range): Add SetByCombined flag.Ian Lance Taylor1-12/+24
2011-02-01Check HOST_BIT_BUCKET when settting dump base/dir.H.J. Lu1-1/+2
2011-01-22New -fcompare-elim pass.Richard Henderson1-0/+1
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