aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts-common.c
AgeCommit message (Expand)Author
2013-03-05 PR bootstrap/56509Jakub Jelinek
2013-02-27 * opts.h: Include obstack.h.Jakub Jelinek
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-18This patch rewrites the old VEC macro-based interface into a new oneDiego Novillo
2012-09-11Remove unnecessary VEC function overloads.Diego Novillo
2011-11-11 * opts-common.c (generate_canonical_option): Free opt_textJakub Jelinek
2011-11-032011-11-03 Richard Guenther <rguenther@suse.de>Richard Guenther
2011-08-18Allow HOST_WIDE_INT for option variable.H.J. Lu
2011-05-16 * opts-common.c (opt_enum_arg_to_value): New.Joseph Myers
2011-04-122011-04-12 Axel Freyn <axel-freyn@gmx.de>Axel Freyn
2011-04-04 * doc/options.texi (ToLower): Document.Joseph Myers
2011-03-31 * opts.h (cl_option): Add comments to fields. Add bit-fields forJoseph Myers
2011-03-30 * doc/options.texi (NegativeAlias): Document.Joseph Myers
2011-03-29 * lto-opts.c (register_user_option_p, lto_register_user_option):Joseph Myers
2011-02-23 * opts-common.c (decode_cmdline_option): Print empty stringJie Zhang
2011-02-11 PR driver/47678Joseph Myers
2010-11-26 * doc/options.texi (Enum, EnumValue): Document new record types.Joseph Myers
2010-11-24 * flag-types.h (struct visibility_flags): Don't declare here.Joseph Myers
2010-11-19 * doc/options.texi (Var): Document effects of Defer.Joseph Myers
2010-11-12 * opts-common.c (control_warning_option): New.Joseph Myers
2010-11-12 * Makefile.in (OPTS_H): Define.Joseph Myers
2010-11-12 * opts-common.c (decode_cmdline_option): Initialize separate_args.Pat Haugen
2010-11-10 * common.opt (flag_excess_precision_cmdline, flag_generate_lto,Joseph Myers
2010-11-10 * doc/tm.texi.in (TARGET_OPTION_TRANSLATE_TABLE): Remove.Joseph Myers
2010-11-05 * defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG,Joseph Myers
2010-11-01 * common.opt (R, T, Tbss, Tdata, Ttext, h, z): New.Joseph Myers
2010-10-08 * Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.Joseph Myers
2010-10-05 * opts-common.c (handle_option, handle_generated_option,Joseph Myers
2010-10-04 * optc-gen.awk: Define global_options_set. Don't defineJoseph Myers
2010-09-30 * opt-functions.awk (static_var): Update comment.Joseph Myers
2010-09-22 * opts-common.c (prune_options): Make static. Work with decodedJoseph Myers
2010-09-22 * common.opt (-assemble, -compile, -coverage, -debug, -dump,Joseph Myers
2010-09-03 * doc/options.texi (SeparateAlias): Document.Joseph Myers
2010-09-02 * opts.h (struct cl_option): Add warn_message field.Joseph Myers
2010-09-02 PR driver/44076Joseph Myers
2010-08-30 * opts.h (CL_ERR_NEGATIVE): Define.Joseph Myers
2010-08-22 * Makefile.in (gccspec.o, cppspec.o): Update dependencies.Joseph Myers
2010-08-16 * doc/options.texi (NoDriverArg): Document.Joseph Myers
2010-08-16 * common.opt: Add driver options.Joseph Myers
2010-08-11 * opts.h (struct cl_option_handler_func): Make handler takeJoseph Myers
2010-07-28 * config/darwin-driver.c (SWITCH_TAKES_ARG,Joseph Myers
2010-07-27 * coretypes.h (struct cl_option_handlers): Declare.Joseph Myers
2010-07-27 * langhooks-def.h (lhd_init_options, LANG_HOOKS_OPTION_LANG_MASK,Joseph Myers
2010-06-20 PR other/32998Joseph Myers
2010-06-12 * opts-common.c: Include options.h.Joseph Myers
2010-06-09 * opts-common.c (prune_options): Ensure replacement argv arrayDave Korn
2009-11-25Remove trailing white spaces.H.J. Lu
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek
2008-06-26 * config/i386/driver-i386.c (detect_caches_amd,Kaveh Ghazi