aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts-common.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-05re PR bootstrap/56509 (gnattools build failure)Jakub Jelinek1-0/+34
2013-02-27opts.h: Include obstack.h.Jakub Jelinek1-8/+7
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-5/+7
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-6/+2
2011-11-11opts-common.c (generate_canonical_option): Free opt_text it it has been alloc...Jakub Jelinek1-0/+2
2011-11-03re PR lto/44965 (lto option code breaks file format with each added option)Richard Guenther1-3/+0
2011-08-18Allow HOST_WIDE_INT for option variable.H.J. Lu1-10/+41
2011-05-16opts-common.c (opt_enum_arg_to_value): New.Joseph Myers1-0/+16
2011-04-12opts-common.c (decode_cmdline_options_to_array): Remove variable argv_copied.Axel Freyn1-3/+0
2011-04-04options.texi (ToLower): Document.Joseph Myers1-0/+13
2011-03-31opts.h (cl_option): Add comments to fields.Joseph Myers1-21/+19
2011-03-30options.texi (NegativeAlias): Document.Joseph Myers1-0/+5
2011-03-29lto-opts.c (register_user_option_p, [...]): Make type argument unsigned.Joseph Myers1-2/+2
2011-02-23opts-common.c (decode_cmdline_option): Print empty string argument as "" in d...Jie Zhang1-2/+13
2011-02-11re PR driver/47678 (missing error message for -I)Joseph Myers1-6/+6
2010-11-26options.texi (Enum, EnumValue): Document new record types.Joseph Myers1-0/+128
2010-11-24flag-types.h (struct visibility_flags): Don't declare here.Joseph Myers1-0/+72
2010-11-19options.texi (Var): Document effects of Defer.Joseph Myers1-0/+16
2010-11-12opts-common.c (control_warning_option): New.Joseph Myers1-0/+31
2010-11-12Makefile.in (OPTS_H): Define.Joseph Myers1-31/+34
2010-11-12opts-common.c (decode_cmdline_option): Initialize separate_args.Pat Haugen1-1/+1
2010-11-10common.opt (flag_excess_precision_cmdline, [...]): New Variable declarations.Joseph Myers1-1/+1
2010-11-10tm.texi.in (TARGET_OPTION_TRANSLATE_TABLE): Remove.Joseph Myers1-89/+1
2010-11-05defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG, [...]): Remove.Joseph Myers1-25/+37
2010-11-01common.opt (R, [...]): New.Joseph Myers1-6/+3
2010-10-08Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.Joseph Myers1-1/+1
2010-10-05opts-common.c (handle_option, [...]): Add diagnostic_context parameter.Joseph Myers1-12/+20
2010-10-04optc-gen.awk: Define global_options_set.Joseph Myers1-17/+38
2010-09-30opt-functions.awk (static_var): Update comment.Joseph Myers1-23/+42
2010-09-22opts-common.c (prune_options): Make static.Joseph Myers1-101/+60
2010-09-22common.opt (-assemble, [...]): New.Joseph Myers1-34/+225
2010-09-03options.texi (SeparateAlias): Document.Joseph Myers1-2/+9
2010-09-02opts.h (struct cl_option): Add warn_message field.Joseph Myers1-39/+69
2010-09-02re PR driver/44076 (-MT <target> behaves different as -MT<target> (w/o space))Joseph Myers1-31/+126
2010-08-30opts.h (CL_ERR_NEGATIVE): Define.Joseph Myers1-0/+1
2010-08-22Makefile.in (gccspec.o, cppspec.o): Update dependencies.Joseph Myers1-39/+72
2010-08-16options.texi (NoDriverArg): Document.Joseph Myers1-4/+13
2010-08-16common.opt: Add driver options.Joseph Myers1-9/+11
2010-08-11opts.h (struct cl_option_handler_func): Make handler take cl_decoded_option s...Joseph Myers1-15/+65
2010-07-28darwin-driver.c (SWITCH_TAKES_ARG, [...]): Remove.Joseph Myers1-15/+56
2010-07-27coretypes.h (struct cl_option_handlers): Declare.Joseph Myers1-0/+134
2010-07-27langhooks-def.h (lhd_init_options, [...]): New.Joseph Myers1-0/+8
2010-06-20re PR other/32998 (-frecord-gcc-switches issues)Joseph Myers1-13/+84
2010-06-12opts-common.c: Include options.h.Joseph Myers1-1/+134
2010-06-09opts-common.c (prune_options): Ensure replacement argv array is correctly ter...Dave Korn1-0/+7
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-06-26driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi1-2/+2