summaryrefslogtreecommitdiff
path: root/gcc/opts-common.c
Commit message (Expand)AuthorAgeFilesLines
* 2011-04-12 Axel Freyn <axel-freyn@gmx.de>jsm282011-04-121-3/+0
* * doc/options.texi (ToLower): Document.jsm282011-04-041-0/+13
* * opts.h (cl_option): Add comments to fields. Add bit-fields forjsm282011-03-311-21/+19
* * doc/options.texi (NegativeAlias): Document.jsm282011-03-301-0/+5
* * lto-opts.c (register_user_option_p, lto_register_user_option):jsm282011-03-291-2/+2
* * opts-common.c (decode_cmdline_option): Print empty stringjiez2011-02-231-2/+13
* PR driver/47678jsm282011-02-111-6/+6
* * doc/options.texi (Enum, EnumValue): Document new record types.jsm282010-11-261-0/+128
* * flag-types.h (struct visibility_flags): Don't declare here.jsm282010-11-241-0/+72
* * doc/options.texi (Var): Document effects of Defer.jsm282010-11-191-0/+16
* * opts-common.c (control_warning_option): New.jsm282010-11-121-0/+31
* * Makefile.in (OPTS_H): Define.jsm282010-11-121-31/+34
* * opts-common.c (decode_cmdline_option): Initialize separate_args.pthaugen2010-11-121-1/+1
* * common.opt (flag_excess_precision_cmdline, flag_generate_lto,jsm282010-11-101-1/+1
* * doc/tm.texi.in (TARGET_OPTION_TRANSLATE_TABLE): Remove.jsm282010-11-101-89/+1
* * defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG,jsm282010-11-051-25/+37
* * common.opt (R, T, Tbss, Tdata, Ttext, h, z): New.jsm282010-11-011-6/+3
* * Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.jsm282010-10-081-1/+1
* * opts-common.c (handle_option, handle_generated_option,jsm282010-10-051-12/+20
* * optc-gen.awk: Define global_options_set. Don't definejsm282010-10-041-17/+38
* * opt-functions.awk (static_var): Update comment.jsm282010-09-301-23/+42
* * opts-common.c (prune_options): Make static. Work with decodedjsm282010-09-221-101/+60
* * common.opt (-assemble, -compile, -coverage, -debug, -dump,jsm282010-09-221-34/+225
* * doc/options.texi (SeparateAlias): Document.jsm282010-09-031-2/+9
* * opts.h (struct cl_option): Add warn_message field.jsm282010-09-021-39/+69
* PR driver/44076jsm282010-09-021-31/+126
* * opts.h (CL_ERR_NEGATIVE): Define.jsm282010-08-301-0/+1
* * Makefile.in (gccspec.o, cppspec.o): Update dependencies.jsm282010-08-221-39/+72
* * doc/options.texi (NoDriverArg): Document.jsm282010-08-161-4/+13
* * common.opt: Add driver options.jsm282010-08-161-9/+11
* * opts.h (struct cl_option_handler_func): Make handler takejsm282010-08-111-15/+65
* * config/darwin-driver.c (SWITCH_TAKES_ARG,jsm282010-07-281-15/+56
* * coretypes.h (struct cl_option_handlers): Declare.jsm282010-07-271-0/+134
* * langhooks-def.h (lhd_init_options, LANG_HOOKS_OPTION_LANG_MASK,jsm282010-07-271-0/+8
* PR other/32998jsm282010-06-201-13/+84
* * opts-common.c: Include options.h.jsm282010-06-121-1/+134
* * opts-common.c (prune_options): Ensure replacement argv arraydavek2010-06-091-0/+7
* Remove trailing white spaces.hjl2009-11-251-1/+1
* Update Copyright years for files modified in 2008 and/or 2009.jakub2009-02-201-1/+1
* * config/i386/driver-i386.c (detect_caches_amd,ghazi2008-06-261-2/+2
* 2008-02-07 Manuel Lopez-Ibanez <manu@gcc.gnu.org>manu2008-02-071-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-5/+4
* 2006-07-27 H.J. Lu <hongjiu.lu@intel.com>hjl2006-07-271-0/+4
* gcc/hjl2006-05-161-0/+233