summaryrefslogtreecommitdiff
path: root/gcc/opts.h
Commit message (Expand)AuthorAgeFilesLines
* opts-common.c (opt_enum_arg_to_value): New.Joseph Myers2011-05-161-0/+2
* options.texi (ToLower): Document.Joseph Myers2011-04-041-0/+2
* opts.h (cl_option): Add comments to fields.Joseph Myers2011-03-311-18/+43
* options.texi (NegativeAlias): Document.Joseph Myers2011-03-301-0/+1
* lto-opts.c (register_user_option_p, [...]): Make type argument unsigned.Joseph Myers2011-03-291-22/+22
* options.texi (Enum, EnumValue): Document new record types.Joseph Myers2010-11-261-1/+56
* common.opt (initial_max_fld_align, [...]): New Variable entries.Joseph Myers2010-11-241-1/+5
* flag-types.h (struct visibility_flags): Don't declare here.Joseph Myers2010-11-241-0/+24
* options.texi (Var): Document effects of Defer.Joseph Myers2010-11-191-1/+21
* opts-common.c (control_warning_option): New.Joseph Myers2010-11-121-0/+8
* Makefile.in (OPTS_H): Define.Joseph Myers2010-11-121-13/+7
* opts.c (warning_as_error_callback, [...]): Remove.Joseph Myers2010-11-111-1/+0
* common.opt (flag_excess_precision_cmdline, [...]): New Variable declarations.Joseph Myers2010-11-101-2/+4
* defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG, [...]): Remove.Joseph Myers2010-11-051-6/+11
* Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.Joseph Myers2010-10-081-3/+11
* opts-common.c (handle_option, [...]): Add diagnostic_context parameter.Joseph Myers2010-10-051-5/+9
* optc-gen.awk: Define global_options_set.Joseph Myers2010-10-041-3/+9
* opt-functions.awk (static_var): Update comment.Joseph Myers2010-09-301-8/+15
* opts-common.c (prune_options): Make static.Joseph Myers2010-09-221-1/+0
* options.texi (SeparateAlias): Document.Joseph Myers2010-09-031-6/+7
* opts.h (struct cl_option): Add warn_message field.Joseph Myers2010-09-021-0/+4
* re PR driver/44076 (-MT <target> behaves different as -MT<target> (w/o space))Joseph Myers2010-09-021-0/+3
* opts.h (CL_ERR_NEGATIVE): Define.Joseph Myers2010-08-301-0/+3
* Makefile.in (gccspec.o, cppspec.o): Update dependencies.Joseph Myers2010-08-221-0/+5
* options.texi (NoDriverArg): Document.Joseph Myers2010-08-161-6/+7
* common.opt: Add driver options.Joseph Myers2010-08-161-5/+7
* opts.h (struct cl_option_handler_func): Make handler take cl_decoded_option s...Joseph Myers2010-08-111-7/+9
* darwin-driver.c (SWITCH_TAKES_ARG, [...]): Remove.Joseph Myers2010-07-281-4/+6
* coretypes.h (struct cl_option_handlers): Declare.Joseph Myers2010-07-271-3/+49
* common.opt (o): Add MissingArgError.Joseph Myers2010-07-271-0/+1
* langhooks-def.h (lhd_init_options, [...]): New.Joseph Myers2010-07-271-0/+8
* re PR other/32998 (-frecord-gcc-switches issues)Joseph Myers2010-06-201-7/+19
* opts-common.c: Include options.h.Joseph Myers2010-06-121-1/+33
* re PR c/40989 (-Werror= and #pragma diagnostics do not work with group flags)Manuel López-Ibáñez2010-05-061-2/+3
* diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...Simon Baldwin2010-04-071-0/+1
* re PR lto/41565 (-m32 causes an ICE when the object files were compiled with ...Richard Guenther2009-10-131-0/+1
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+2
* re PR middle-end/37576 (-v --help ICEs)Jakub Jelinek2008-10-071-8/+8
* Change attribute((option(...))) to attribute((target(...))); Do not allocate ...Michael Meissner2008-08-301-1/+2
* cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka2008-07-251-1/+0
* re PR other/28322 (GCC new warnings and compatibility)Manuel López-Ibáñez2008-02-251-0/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* re PR c/26494 (-pedantic-errors can be overridden by -W*)Manuel López-Ibáñez2007-02-151-0/+2
* invoke.texi (Overall Options): Document --help=.Nick Clifton2007-02-121-10/+23
* re PR target/26885 (-m64 -m32 no longer creates 32-bit object)H.J. Lu2006-05-161-0/+3
* opts.c (no_unit_at_a_time_default): New global variable.Jan Hubicka2006-02-011-0/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* system.h (TARGET_OPTIONS, [...]): Poison.Richard Sandiford2005-06-011-1/+0
* opts.h (cl_option_state): New structure.Richard Sandiford2005-06-011-0/+9
* opt-functions.awk (var_type): New function.Richard Sandiford2005-05-261-4/+8