Age | Commit message (Expand) | Author | Files | Lines |
2019-11-12 | Remove last leftover usage of params* files. | Martin Liska | 1 | -1/+0 |
2019-11-12 | Param to options conversion. | Martin Liska | 1 | -0/+10 |
2019-07-24 | PR driver/80545 - option -Wstringop-overflow not recognized by Fortran | Martin Sebor | 1 | -1/+2 |
2019-05-28 | Support again multiple --help options (PR other/90315). | Martin Liska | 1 | -2/+3 |
2019-05-03 | opts.h (finish_options): Remove lang_mask argument. | Jakub Jelinek | 1 | -2/+4 |
2019-05-02 | Postpone print of --help=* option. | Martin Liska | 1 | -1/+2 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-08-17 | Merge Ignore and Deprecated in .opt files. | Martin Liska | 1 | -3/+0 |
2018-07-20 | PR middle-end/82063 - issues with arguments enabled by -Wall | Martin Sebor | 1 | -8/+18 |
2018-07-04 | [multiple changes] | Martin Liska | 1 | -0/+7 |
2018-06-12 | Come up with Deprecated option flag. | Martin Liska | 1 | -0/+3 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-10-11 | Do not error for no_sanitize attributes (PR sanitizer/82490). | Martin Liska | 1 | -1/+1 |
2017-08-29 | Fix --help=target (PR other/39851). | Martin Liska | 1 | -5/+13 |
2017-06-28 | Introduce IntegerRange for options (PR driver/79659). | Martin Liska | 1 | -2/+7 |
2017-06-13 | Implement no_sanitize function attribute | Martin Liska | 1 | -0/+2 |
2017-02-25 | re PR c/79677 (Weird handling of -Werror=) | Jakub Jelinek | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-09-26 | Fix handling of -fsanitize-recover* options. | Martin Liska | 1 | -0/+1 |
2016-09-13 | re PR middle-end/77475 (unnecessary or misleading context in reporting comman... | Jakub Jelinek | 1 | -0/+3 |
2016-06-30 | Fix bogus option suggestions for RejectNegative options (PR driver/71651) | David Malcolm | 1 | -0/+1 |
2016-02-16 | re PR target/48344 (powerpc ICE with -fstack-limit-register=r2) | Kelvin Nilsen | 1 | -0/+4 |
2016-02-12 | PR driver/69265 and 69453: improved suggestions for various misspelled options | David Malcolm | 1 | -0/+11 |
2016-01-26 | re PR lto/69254 (ICE in streamer_get_builtin_tree when using -fsanitize=shift... | Jakub Jelinek | 1 | -0/+2 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-08 | re PR c/48088 (-Werror=frame-larger-than=100 does not work as expected) | Jakub Jelinek | 1 | -1/+1 |
2015-11-12 | Fix big memory leak in ix86_valid_target_attribute_p | Martin Liska | 1 | -0/+1 |
2015-09-23 | [c-family/49654/49655] reject invalid options in pragma diagnostic | Manuel López-Ibáñez | 1 | -0/+1 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -1/+0 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-19 | PR jit/63854: Fix memory leak within gcc_options | David Malcolm | 1 | -0/+1 |
2014-03-03 | opts.h (CL_PCH_IGNORE): Define. | Joern Rennecke | 1 | -0/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-10 | cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef. | Oleg Endo | 1 | -2/+2 |
2013-02-27 | opts.h: Include obstack.h. | Jakub Jelinek | 1 | -0/+7 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -2/+0 |
2012-08-24 | dwarf2out.c (gen_producer_string): Omit command line switch if CL_NO_DWARF_RE... | Simon Baldwin | 1 | -0/+1 |
2011-11-03 | re PR lto/44965 (lto option code breaks file format with each added option) | Richard Guenther | 1 | -4/+0 |
2011-09-02 | opts.c (print_specific_help): Fix off-by-one compare in assertion check. | Gary Funck | 1 | -9/+9 |
2011-08-18 | Allow HOST_WIDE_INT for option variable. | H.J. Lu | 1 | -1/+3 |
2011-05-16 | opts-common.c (opt_enum_arg_to_value): New. | Joseph Myers | 1 | -0/+2 |
2011-04-04 | options.texi (ToLower): Document. | Joseph Myers | 1 | -0/+2 |
2011-03-31 | opts.h (cl_option): Add comments to fields. | Joseph Myers | 1 | -18/+43 |
2011-03-30 | options.texi (NegativeAlias): Document. | Joseph Myers | 1 | -0/+1 |
2011-03-29 | lto-opts.c (register_user_option_p, [...]): Make type argument unsigned. | Joseph Myers | 1 | -22/+22 |
2010-11-26 | options.texi (Enum, EnumValue): Document new record types. | Joseph Myers | 1 | -1/+56 |
2010-11-24 | common.opt (initial_max_fld_align, [...]): New Variable entries. | Joseph Myers | 1 | -1/+5 |