aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.h
AgeCommit message (Expand)Author
2014-03-03opts.h (CL_PCH_IGNORE): Define.Joern Rennecke
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo
2013-02-27opts.h: Include obstack.h.Jakub Jelinek
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-08-24dwarf2out.c (gen_producer_string): Omit command line switch if CL_NO_DWARF_RE...Simon Baldwin
2011-11-03re PR lto/44965 (lto option code breaks file format with each added option)Richard Guenther
2011-09-02opts.c (print_specific_help): Fix off-by-one compare in assertion check.Gary Funck
2011-08-18Allow HOST_WIDE_INT for option variable.H.J. Lu
2011-05-16opts-common.c (opt_enum_arg_to_value): New.Joseph Myers
2011-04-04options.texi (ToLower): Document.Joseph Myers
2011-03-31opts.h (cl_option): Add comments to fields.Joseph Myers
2011-03-30options.texi (NegativeAlias): Document.Joseph Myers
2011-03-29lto-opts.c (register_user_option_p, [...]): Make type argument unsigned.Joseph Myers
2010-11-26options.texi (Enum, EnumValue): Document new record types.Joseph Myers
2010-11-24common.opt (initial_max_fld_align, [...]): New Variable entries.Joseph Myers
2010-11-24flag-types.h (struct visibility_flags): Don't declare here.Joseph Myers
2010-11-19options.texi (Var): Document effects of Defer.Joseph Myers
2010-11-12opts-common.c (control_warning_option): New.Joseph Myers
2010-11-12Makefile.in (OPTS_H): Define.Joseph Myers
2010-11-11opts.c (warning_as_error_callback, [...]): Remove.Joseph Myers
2010-11-10common.opt (flag_excess_precision_cmdline, [...]): New Variable declarations.Joseph Myers
2010-11-05defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG, [...]): Remove.Joseph Myers
2010-10-08Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.Joseph Myers
2010-10-05opts-common.c (handle_option, [...]): Add diagnostic_context parameter.Joseph Myers
2010-10-04optc-gen.awk: Define global_options_set.Joseph Myers
2010-09-30opt-functions.awk (static_var): Update comment.Joseph Myers
2010-09-22opts-common.c (prune_options): Make static.Joseph Myers
2010-09-03options.texi (SeparateAlias): Document.Joseph Myers
2010-09-02opts.h (struct cl_option): Add warn_message field.Joseph Myers
2010-09-02re PR driver/44076 (-MT <target> behaves different as -MT<target> (w/o space))Joseph Myers
2010-08-30opts.h (CL_ERR_NEGATIVE): Define.Joseph Myers
2010-08-22Makefile.in (gccspec.o, cppspec.o): Update dependencies.Joseph Myers
2010-08-16options.texi (NoDriverArg): Document.Joseph Myers
2010-08-16common.opt: Add driver options.Joseph Myers
2010-08-11opts.h (struct cl_option_handler_func): Make handler take cl_decoded_option s...Joseph Myers
2010-07-28darwin-driver.c (SWITCH_TAKES_ARG, [...]): Remove.Joseph Myers
2010-07-27coretypes.h (struct cl_option_handlers): Declare.Joseph Myers
2010-07-27common.opt (o): Add MissingArgError.Joseph Myers
2010-07-27langhooks-def.h (lhd_init_options, [...]): New.Joseph Myers
2010-06-20re PR other/32998 (-frecord-gcc-switches issues)Joseph Myers
2010-06-12opts-common.c: Include options.h.Joseph Myers
2010-05-06re PR c/40989 (-Werror= and #pragma diagnostics do not work with group flags)Manuel López-Ibáñez
2010-04-07diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...Simon Baldwin
2009-10-13re PR lto/41565 (-m32 causes an ICE when the object files were compiled with ...Richard Guenther
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek
2008-10-07re PR middle-end/37576 (-v --help ICEs)Jakub Jelinek
2008-08-30Change attribute((option(...))) to attribute((target(...))); Do not allocate ...Michael Meissner