aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-16arm.c (arm_option_optimization): Set flag_section_anchors to 1 not 2.Joseph Myers1-3/+5
2010-10-15target.def (target_option.init_struct): New hook.Joseph Myers1-0/+3
2010-10-14params.c (params_finished): New.Joseph Myers1-27/+33
2010-10-11params.c (set_param_value_internal): New.Joseph Myers1-13/+12
2010-10-08Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.Joseph Myers1-84/+142
2010-10-05invoke.texi (-flto-partition, [...]): Document.Jan Hubicka1-0/+7
2010-10-05opts-common.c (handle_option, [...]): Add diagnostic_context parameter.Joseph Myers1-9/+16
2010-10-04flags.h (g_switch_value, [...]): Remove.Joseph Myers1-4/+0
2010-10-04optc-gen.awk: Define global_options_set.Joseph Myers1-89/+27
2010-10-01common.opt: Add -fcombine-stack-adjustments.Nick Clifton1-0/+1
2010-09-30opt-functions.awk (static_var): Update comment.Joseph Myers1-27/+43
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-7/+16
2010-09-28Hookize TARGET_UNWIND_INFO et al.Richard Henderson1-21/+18
2010-09-28re PR target/45815 (error: '-fsplit-stack' currently only supported on GNU/Li...Ian Lance Taylor1-1/+1
2010-09-27common.opt (fsplit-stack): New option.Ian Lance Taylor1-0/+14
2010-09-22common.opt (-assemble, [...]): New.Joseph Myers1-4/+0
2010-09-16target.def (target_option.optimization): New hook.Joseph Myers1-6/+4
2010-09-02opts.h (struct cl_option): Add warn_message field.Joseph Myers1-18/+2
2010-09-02re PR driver/44076 (-MT <target> behaves different as -MT<target> (w/o space))Joseph Myers1-19/+3
2010-09-02opts.c (common_handle_option): Fix OPT_fwhopr/fwhopr_* handling.Andi Kleen1-1/+5
2010-08-31common.opt (fwhopr=): Update for -fwhopr=jobserverAndi Kleen1-1/+1
2010-08-30opts.h (CL_ERR_NEGATIVE): Define.Joseph Myers1-1/+2
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-15/+7
2010-08-16common.opt: Add driver options.Joseph Myers1-9/+28
2010-08-11opts.h (struct cl_option_handler_func): Make handler take cl_decoded_option s...Joseph Myers1-22/+35
2010-08-06tree-ssa-ccp.c (struct prop_value_d): Add mask member.Richard Guenther1-0/+1
2010-08-02Add -ftree-loop-distribute-patterns enabled at -O3.Sebastian Pop1-0/+1
2010-07-30common.opt (-G): Don't define option here.Joseph Myers1-5/+0
2010-07-27coretypes.h (struct cl_option_handlers): Declare.Joseph Myers1-154/+75
2010-07-27common.opt (o): Add MissingArgError.Joseph Myers1-1/+3
2010-07-27langhooks-def.h (lhd_init_options, [...]): New.Joseph Myers1-10/+5
2010-06-29re PR other/44034 (target hooks are hard to maintain)Joern Rennecke1-2/+2
2010-06-25tree-pass.h (pass_split_functions): Declare.Jan Hubicka1-0/+1
2010-06-21diagnostic.h (diagnostic_classification_change_t): New.DJ Delorie1-2/+4
2010-06-20re PR other/32998 (-frecord-gcc-switches issues)Joseph Myers1-70/+77
2010-06-12opts-common.c: Include options.h.Joseph Myers1-117/+25
2010-06-11invoke.texi (Wsuggest-attribute): Document.Jan Hubicka1-0/+5
2010-06-01optabs.c (init_optabs): Guard all accesses to reinit.Richard Guenther1-1/+2
2010-05-26opts.c (common_handle_option): Handle OPT_Ofast.Richard Guenther1-0/+1
2010-05-26diagnostic.c: Don't include opts.h.Joseph Myers1-1/+53
2010-05-25invoke.texi: Document -Ofast.Richard Guenther1-1/+23
2010-05-19invoke.texi (-fwhopr): Document new optional jobs argument.Richard Guenther1-0/+4
2010-05-18ipacp_0.c: New test.Jan Hubicka1-1/+0
2010-05-16invoke.texi (-fipa-struct-reorg): Do not mention -fipa-type-escape.Richard Guenther1-1/+0
2010-05-16opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.Eric Botcazou1-0/+8
2010-05-15ipa-reference.c: Include toplev.hJan Hubicka1-1/+0
2010-05-06re PR c/40989 (-Werror= and #pragma diagnostics do not work with group flags)Manuel López-Ibáñez1-37/+57
2010-05-04Sanitize the behavior of -Wcoverage-mismatch.Neil Vachharajani1-0/+3
2010-04-27invoke.texi (-fipa-profile): Document.Jan Hubicka1-0/+1
2010-04-23toplev.c (general_init): Set default for fdiagnostics-show-option.Manuel López-Ibáñez1-1/+1