summaryrefslogtreecommitdiff
path: root/gcc/opts-common.c
Commit message (Expand)AuthorAgeFilesLines
* PR middle-end/77475jakub2016-09-131-14/+35
* Fix bogus option suggestions for RejectNegative options (PR driver/71651)dmalcolm2016-06-301-2/+8
* PR driver/69265: add hint for options with misspelled argumentsdmalcolm2016-05-191-1/+10
* PR driver/69265 and 69453: improved suggestions for various misspelled optionsdmalcolm2016-02-121-0/+41
* Update copyright years.jakub2016-01-041-1/+1
* PR c/68833jakub2015-12-141-1/+7
* PR c/48088jakub2015-12-081-46/+116
* [PATCH] Fix PR68029law2015-12-021-1/+1
* fdiagnostics-color=never does not disable color for some diagnosticsmanu2015-09-241-0/+17
* Honour DriverOnly for enum values in error messageskrebbel2015-07-281-0/+2
* 2015-07-09 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-091-1/+1
* Update copyright years.jakub2015-01-051-1/+1
* gcc/ChangeLog:manu2014-08-201-4/+3
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* 2013-12-16 Chung-Lin Tang <cltang@codesourcery.com>cltang2013-12-161-1/+12
* PR bootstrap/56509jakub2013-03-051-0/+34
* * opts.h: Include obstack.h.jakub2013-02-271-8/+7
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+2
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-5/+7
* Remove unnecessary VEC function overloads.dnovillo2012-09-111-6/+2
* * opts-common.c (generate_canonical_option): Free opt_textjakub2011-11-111-0/+2
* 2011-11-03 Richard Guenther <rguenther@suse.de>rguenth2011-11-031-3/+0
* Allow HOST_WIDE_INT for option variable.hjl2011-08-181-10/+41
* * opts-common.c (opt_enum_arg_to_value): New.jsm282011-05-161-0/+16
* 2011-04-12 Axel Freyn <axel-freyn@gmx.de>jsm282011-04-121-3/+0
* * doc/options.texi (ToLower): Document.jsm282011-04-041-0/+13
* * opts.h (cl_option): Add comments to fields. Add bit-fields forjsm282011-03-311-21/+19
* * doc/options.texi (NegativeAlias): Document.jsm282011-03-301-0/+5
* * lto-opts.c (register_user_option_p, lto_register_user_option):jsm282011-03-291-2/+2
* * opts-common.c (decode_cmdline_option): Print empty stringjiez2011-02-231-2/+13
* PR driver/47678jsm282011-02-111-6/+6
* * doc/options.texi (Enum, EnumValue): Document new record types.jsm282010-11-261-0/+128
* * flag-types.h (struct visibility_flags): Don't declare here.jsm282010-11-241-0/+72
* * doc/options.texi (Var): Document effects of Defer.jsm282010-11-191-0/+16
* * opts-common.c (control_warning_option): New.jsm282010-11-121-0/+31
* * Makefile.in (OPTS_H): Define.jsm282010-11-121-31/+34
* * opts-common.c (decode_cmdline_option): Initialize separate_args.pthaugen2010-11-121-1/+1
* * common.opt (flag_excess_precision_cmdline, flag_generate_lto,jsm282010-11-101-1/+1
* * doc/tm.texi.in (TARGET_OPTION_TRANSLATE_TABLE): Remove.jsm282010-11-101-89/+1
* * defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG,jsm282010-11-051-25/+37
* * common.opt (R, T, Tbss, Tdata, Ttext, h, z): New.jsm282010-11-011-6/+3
* * Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.jsm282010-10-081-1/+1
* * opts-common.c (handle_option, handle_generated_option,jsm282010-10-051-12/+20
* * optc-gen.awk: Define global_options_set. Don't definejsm282010-10-041-17/+38
* * opt-functions.awk (static_var): Update comment.jsm282010-09-301-23/+42
* * opts-common.c (prune_options): Make static. Work with decodedjsm282010-09-221-101/+60
* * common.opt (-assemble, -compile, -coverage, -debug, -dump,jsm282010-09-221-34/+225
* * doc/options.texi (SeparateAlias): Document.jsm282010-09-031-2/+9
* * opts.h (struct cl_option): Add warn_message field.jsm282010-09-021-39/+69