aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.h
AgeCommit message (Expand)AuthorFilesLines
2011-05-16opts-common.c (opt_enum_arg_to_value): New.Joseph Myers1-0/+2
2011-04-04options.texi (ToLower): Document.Joseph Myers1-0/+2
2011-03-31opts.h (cl_option): Add comments to fields.Joseph Myers1-18/+43
2011-03-30options.texi (NegativeAlias): Document.Joseph Myers1-0/+1
2011-03-29lto-opts.c (register_user_option_p, [...]): Make type argument unsigned.Joseph Myers1-22/+22
2010-11-26options.texi (Enum, EnumValue): Document new record types.Joseph Myers1-1/+56
2010-11-24common.opt (initial_max_fld_align, [...]): New Variable entries.Joseph Myers1-1/+5
2010-11-24flag-types.h (struct visibility_flags): Don't declare here.Joseph Myers1-0/+24
2010-11-19options.texi (Var): Document effects of Defer.Joseph Myers1-1/+21
2010-11-12opts-common.c (control_warning_option): New.Joseph Myers1-0/+8
2010-11-12Makefile.in (OPTS_H): Define.Joseph Myers1-13/+7
2010-11-11opts.c (warning_as_error_callback, [...]): Remove.Joseph Myers1-1/+0
2010-11-10common.opt (flag_excess_precision_cmdline, [...]): New Variable declarations.Joseph Myers1-2/+4
2010-11-05defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG, [...]): Remove.Joseph Myers1-6/+11
2010-10-08Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.Joseph Myers1-3/+11
2010-10-05opts-common.c (handle_option, [...]): Add diagnostic_context parameter.Joseph Myers1-5/+9
2010-10-04optc-gen.awk: Define global_options_set.Joseph Myers1-3/+9
2010-09-30opt-functions.awk (static_var): Update comment.Joseph Myers1-8/+15
2010-09-22opts-common.c (prune_options): Make static.Joseph Myers1-1/+0
2010-09-03options.texi (SeparateAlias): Document.Joseph Myers1-6/+7
2010-09-02opts.h (struct cl_option): Add warn_message field.Joseph Myers1-0/+4
2010-09-02re PR driver/44076 (-MT <target> behaves different as -MT<target> (w/o space))Joseph Myers1-0/+3
2010-08-30opts.h (CL_ERR_NEGATIVE): Define.Joseph Myers1-0/+3
2010-08-22Makefile.in (gccspec.o, cppspec.o): Update dependencies.Joseph Myers1-0/+5
2010-08-16options.texi (NoDriverArg): Document.Joseph Myers1-6/+7
2010-08-16common.opt: Add driver options.Joseph Myers1-5/+7
2010-08-11opts.h (struct cl_option_handler_func): Make handler take cl_decoded_option s...Joseph Myers1-7/+9
2010-07-28darwin-driver.c (SWITCH_TAKES_ARG, [...]): Remove.Joseph Myers1-4/+6
2010-07-27coretypes.h (struct cl_option_handlers): Declare.Joseph Myers1-3/+49
2010-07-27common.opt (o): Add MissingArgError.Joseph Myers1-0/+1
2010-07-27langhooks-def.h (lhd_init_options, [...]): New.Joseph Myers1-0/+8
2010-06-20re PR other/32998 (-frecord-gcc-switches issues)Joseph Myers1-7/+19
2010-06-12opts-common.c: Include options.h.Joseph Myers1-1/+33
2010-05-06re PR c/40989 (-Werror= and #pragma diagnostics do not work with group flags)Manuel López-Ibáñez1-2/+3
2010-04-07diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...Simon Baldwin1-0/+1
2009-10-13re PR lto/41565 (-m32 causes an ICE when the object files were compiled with ...Richard Guenther1-0/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2008-10-07re PR middle-end/37576 (-v --help ICEs)Jakub Jelinek1-8/+8
2008-08-30Change attribute((option(...))) to attribute((target(...))); Do not allocate ...Michael Meissner1-1/+2
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka1-1/+0
2008-02-25re PR other/28322 (GCC new warnings and compatibility)Manuel López-Ibáñez1-0/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-02-15re PR c/26494 (-pedantic-errors can be overridden by -W*)Manuel López-Ibáñez1-0/+2
2007-02-12invoke.texi (Overall Options): Document --help=.Nick Clifton1-10/+23
2006-05-16re PR target/26885 (-m64 -m32 no longer creates 32-bit object)H.J. Lu1-0/+3
2006-02-01opts.c (no_unit_at_a_time_default): New global variable.Jan Hubicka1-0/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-01system.h (TARGET_OPTIONS, [...]): Poison.Richard Sandiford1-1/+0
2005-06-01opts.h (cl_option_state): New structure.Richard Sandiford1-0/+9
2005-05-26opt-functions.awk (var_type): New function.Richard Sandiford1-4/+8