| Commit message (Expand) | Author | Age | Files | Lines |
* | * opts-common.c (opt_enum_arg_to_value): New. | jsm28 | 2011-05-16 | 1 | -0/+2 |
* | * doc/options.texi (ToLower): Document. | jsm28 | 2011-04-04 | 1 | -0/+2 |
* | * opts.h (cl_option): Add comments to fields. Add bit-fields for | jsm28 | 2011-03-31 | 1 | -18/+43 |
* | * doc/options.texi (NegativeAlias): Document. | jsm28 | 2011-03-30 | 1 | -0/+1 |
* | * lto-opts.c (register_user_option_p, lto_register_user_option): | jsm28 | 2011-03-29 | 1 | -22/+22 |
* | * doc/options.texi (Enum, EnumValue): Document new record types. | jsm28 | 2010-11-26 | 1 | -1/+56 |
* | * common.opt (initial_max_fld_align, flag_debug_asm, | jsm28 | 2010-11-24 | 1 | -1/+5 |
* | * flag-types.h (struct visibility_flags): Don't declare here. | jsm28 | 2010-11-24 | 1 | -0/+24 |
* | * doc/options.texi (Var): Document effects of Defer. | jsm28 | 2010-11-19 | 1 | -1/+21 |
* | * opts-common.c (control_warning_option): New. | jsm28 | 2010-11-12 | 1 | -0/+8 |
* | * Makefile.in (OPTS_H): Define. | jsm28 | 2010-11-12 | 1 | -13/+7 |
* | * opts.c (warning_as_error_callback, | jsm28 | 2010-11-11 | 1 | -1/+0 |
* | * common.opt (flag_excess_precision_cmdline, flag_generate_lto, | jsm28 | 2010-11-10 | 1 | -2/+4 |
* | * defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG, | jsm28 | 2010-11-05 | 1 | -6/+11 |
* | * Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h. | jsm28 | 2010-10-08 | 1 | -3/+11 |
* | * opts-common.c (handle_option, handle_generated_option, | jsm28 | 2010-10-05 | 1 | -5/+9 |
* | * optc-gen.awk: Define global_options_set. Don't define | jsm28 | 2010-10-04 | 1 | -3/+9 |
* | * opt-functions.awk (static_var): Update comment. | jsm28 | 2010-09-30 | 1 | -8/+15 |
* | * opts-common.c (prune_options): Make static. Work with decoded | jsm28 | 2010-09-22 | 1 | -1/+0 |
* | * doc/options.texi (SeparateAlias): Document. | jsm28 | 2010-09-03 | 1 | -6/+7 |
* | * opts.h (struct cl_option): Add warn_message field. | jsm28 | 2010-09-02 | 1 | -0/+4 |
* | PR driver/44076 | jsm28 | 2010-09-02 | 1 | -0/+3 |
* | * opts.h (CL_ERR_NEGATIVE): Define. | jsm28 | 2010-08-30 | 1 | -0/+3 |
* | * Makefile.in (gccspec.o, cppspec.o): Update dependencies. | jsm28 | 2010-08-22 | 1 | -0/+5 |
* | * doc/options.texi (NoDriverArg): Document. | jsm28 | 2010-08-16 | 1 | -6/+7 |
* | * common.opt: Add driver options. | jsm28 | 2010-08-16 | 1 | -5/+7 |
* | * opts.h (struct cl_option_handler_func): Make handler take | jsm28 | 2010-08-11 | 1 | -7/+9 |
* | * config/darwin-driver.c (SWITCH_TAKES_ARG, | jsm28 | 2010-07-28 | 1 | -4/+6 |
* | * coretypes.h (struct cl_option_handlers): Declare. | jsm28 | 2010-07-27 | 1 | -3/+49 |
* | * common.opt (o): Add MissingArgError. | jsm28 | 2010-07-27 | 1 | -0/+1 |
* | * langhooks-def.h (lhd_init_options, LANG_HOOKS_OPTION_LANG_MASK, | jsm28 | 2010-07-27 | 1 | -0/+8 |
* | PR other/32998 | jsm28 | 2010-06-20 | 1 | -7/+19 |
* | * opts-common.c: Include options.h. | jsm28 | 2010-06-12 | 1 | -1/+33 |
* | 2010-05-06 Manuel López-Ibáñez <manu@gcc.gnu.org> | manu | 2010-05-06 | 1 | -2/+3 |
* | * diagnostic.h (diagnostic_override_option_index): New macro to | simonb | 2010-04-07 | 1 | -0/+1 |
* | 2009-10-13 Richard Guenther <rguenther@suse.de> | rguenth | 2009-10-13 | 1 | -0/+1 |
* | Update Copyright years for files modified in 2008 and/or 2009. | jakub | 2009-02-20 | 1 | -1/+2 |
* | PR middle-end/37576 | jakub | 2008-10-07 | 1 | -8/+8 |
* | Change attribute((option(...))) to attribute((target(...))); Do not allocate ... | meissner | 2008-08-30 | 1 | -1/+2 |
* | * cgraphbuild.c (record_reference): Drop non-unit-at-a-time code. | hubicka | 2008-07-25 | 1 | -1/+0 |
* | 2008-02-26 Manuel Lopez-Ibanez <manu@gcc.gnu.org> | manu | 2008-02-25 | 1 | -0/+1 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | nickc | 2007-07-26 | 1 | -4/+3 |
* | 2007-02-15 Manuel Lopez-Ibanez <manu@gcc.gnu.org> | manu | 2007-02-15 | 1 | -0/+2 |
* | * doc/invoke.texi (Overall Options): Document --help=. ... | nickc | 2007-02-12 | 1 | -10/+23 |
* | gcc/ | hjl | 2006-05-16 | 1 | -0/+3 |
* | 2006-02-01 Jan Hubicka <jh@suse.cz> | rsandifo | 2006-02-01 | 1 | -0/+1 |
* | Update FSF address. | kcook | 2005-06-25 | 1 | -2/+2 |
* | * system.h (TARGET_OPTIONS, TARGET_SWITCHES): Poison. | rsandifo | 2005-06-01 | 1 | -1/+0 |
* | * opts.h (cl_option_state): New structure. | rsandifo | 2005-06-01 | 1 | -0/+9 |
* | * opt-functions.awk (var_type): New function. | rsandifo | 2005-05-26 | 1 | -4/+8 |