summaryrefslogtreecommitdiff
path: root/gcc/opts-common.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* opts-common.c (integral_argument): Add support for hexadecimal command option...Chung-Lin Tang2013-12-161-1/+12
* re PR bootstrap/56509 (gnattools build failure)Jakub Jelinek2013-03-051-0/+34
* opts.h: Include obstack.h.Jakub Jelinek2013-02-271-8/+7
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+2
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-5/+7
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-6/+2
* opts-common.c (generate_canonical_option): Free opt_text it it has been alloc...Jakub Jelinek2011-11-111-0/+2
* re PR lto/44965 (lto option code breaks file format with each added option)Richard Guenther2011-11-031-3/+0
* Allow HOST_WIDE_INT for option variable.H.J. Lu2011-08-181-10/+41
* opts-common.c (opt_enum_arg_to_value): New.Joseph Myers2011-05-161-0/+16
* opts-common.c (decode_cmdline_options_to_array): Remove variable argv_copied.Axel Freyn2011-04-121-3/+0
* options.texi (ToLower): Document.Joseph Myers2011-04-041-0/+13
* opts.h (cl_option): Add comments to fields.Joseph Myers2011-03-311-21/+19
* options.texi (NegativeAlias): Document.Joseph Myers2011-03-301-0/+5
* lto-opts.c (register_user_option_p, [...]): Make type argument unsigned.Joseph Myers2011-03-291-2/+2
* opts-common.c (decode_cmdline_option): Print empty string argument as "" in d...Jie Zhang2011-02-231-2/+13
* re PR driver/47678 (missing error message for -I)Joseph Myers2011-02-111-6/+6
* options.texi (Enum, EnumValue): Document new record types.Joseph Myers2010-11-261-0/+128
* flag-types.h (struct visibility_flags): Don't declare here.Joseph Myers2010-11-241-0/+72
* options.texi (Var): Document effects of Defer.Joseph Myers2010-11-191-0/+16
* opts-common.c (control_warning_option): New.Joseph Myers2010-11-121-0/+31
* Makefile.in (OPTS_H): Define.Joseph Myers2010-11-121-31/+34
* opts-common.c (decode_cmdline_option): Initialize separate_args.Pat Haugen2010-11-121-1/+1
* common.opt (flag_excess_precision_cmdline, [...]): New Variable declarations.Joseph Myers2010-11-101-1/+1
* tm.texi.in (TARGET_OPTION_TRANSLATE_TABLE): Remove.Joseph Myers2010-11-101-89/+1
* defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG, [...]): Remove.Joseph Myers2010-11-051-25/+37
* common.opt (R, [...]): New.Joseph Myers2010-11-011-6/+3
* Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.Joseph Myers2010-10-081-1/+1
* opts-common.c (handle_option, [...]): Add diagnostic_context parameter.Joseph Myers2010-10-051-12/+20
* optc-gen.awk: Define global_options_set.Joseph Myers2010-10-041-17/+38
* opt-functions.awk (static_var): Update comment.Joseph Myers2010-09-301-23/+42
* opts-common.c (prune_options): Make static.Joseph Myers2010-09-221-101/+60
* common.opt (-assemble, [...]): New.Joseph Myers2010-09-221-34/+225
* options.texi (SeparateAlias): Document.Joseph Myers2010-09-031-2/+9
* opts.h (struct cl_option): Add warn_message field.Joseph Myers2010-09-021-39/+69
* re PR driver/44076 (-MT <target> behaves different as -MT<target> (w/o space))Joseph Myers2010-09-021-31/+126
* opts.h (CL_ERR_NEGATIVE): Define.Joseph Myers2010-08-301-0/+1
* Makefile.in (gccspec.o, cppspec.o): Update dependencies.Joseph Myers2010-08-221-39/+72
* options.texi (NoDriverArg): Document.Joseph Myers2010-08-161-4/+13
* common.opt: Add driver options.Joseph Myers2010-08-161-9/+11
* opts.h (struct cl_option_handler_func): Make handler take cl_decoded_option s...Joseph Myers2010-08-111-15/+65
* darwin-driver.c (SWITCH_TAKES_ARG, [...]): Remove.Joseph Myers2010-07-281-15/+56
* coretypes.h (struct cl_option_handlers): Declare.Joseph Myers2010-07-271-0/+134
* 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-13/+84
* opts-common.c: Include options.h.Joseph Myers2010-06-121-1/+134
* opts-common.c (prune_options): Ensure replacement argv array is correctly ter...Dave Korn2010-06-091-0/+7
* Remove trailing white spaces.H.J. Lu2009-11-251-1/+1