Age | Commit message (Expand) | Author | Files | Lines |
2011-02-08 | common.opt (fcx-limited-range): Add SetByCombined flag. | Ian Lance Taylor | 1 | -12/+24 |
2011-02-01 | Check HOST_BIT_BUCKET when settting dump base/dir. | H.J. Lu | 1 | -1/+2 |
2011-01-22 | New -fcompare-elim pass. | Richard Henderson | 1 | -0/+1 |
2011-01-15 | common.opt (fdevirtualize): New flag. | Martin Jambor | 1 | -0/+1 |
2011-01-12 | re PR tree-optimization/47233 (IPA reference tends to explode in memory use w... | Jan Hubicka | 1 | -0/+5 |
2011-01-08 | opts.c (finish_options): Set opts->x_flag_opts_finished to true, not false. | Joseph Myers | 1 | -1/+1 |
2010-12-20 | re PR middle-end/46916 (gcc.dg/torture/stackalign/non-local-goto-[1,2].c ICEs... | Iain Sandoe | 1 | -0/+4 |
2010-12-19 | Fix -fno-lto (PR lto/46905) | Andi Kleen | 1 | -1/+1 |
2010-12-01 | * opts.c: Expand comment on tm.h include. | Joseph Myers | 1 | -2/+3 |
2010-12-01 | common.opt (flag_stack_check): New Variable entry. | Joseph Myers | 1 | -12/+3 |
2010-11-29 | system.h: Include "safe-ctype.h" instead of <safe-ctype.h>. | Joseph Myers | 1 | -8/+1 |
2010-11-26 | options.texi (Enum, EnumValue): Document new record types. | Joseph Myers | 1 | -85/+73 |
2010-11-25 | target.def (supports_split_stack, [...]): Take gcc_options parameters. | Joseph Myers | 1 | -11/+2 |
2010-11-24 | common.opt (user_vect_verbosity_level): New Variable entry. | Joseph Myers | 1 | -2/+14 |
2010-11-24 | common.opt (initial_max_fld_align, [...]): New Variable entries. | Joseph Myers | 1 | -112/+126 |
2010-11-24 | flag-types.h (struct visibility_flags): Don't declare here. | Joseph Myers | 1 | -380/+94 |
2010-11-22 | common.opt (exit_after_options, [...]): New Variable entries. | Joseph Myers | 1 | -76/+62 |
2010-11-19 | common.opt (debug_struct_ordinary, [...]): New Variable entries. | Joseph Myers | 1 | -149/+15 |
2010-11-19 | common.opt (flag_instrument_functions_exclude_functions, [...]): New Variable... | Joseph Myers | 1 | -43/+7 |
2010-11-19 | options.texi (Var): Document effects of Defer. | Joseph Myers | 1 | -36/+12 |
2010-11-17 | opts.c (target_handle_option): Do not assert that loc == UNKNOWN_LOCATION. | Joseph Myers | 1 | -2/+5 |
2010-11-12 | opts-common.c (control_warning_option): New. | Joseph Myers | 1 | -36/+36 |
2010-11-12 | Makefile.in (OPTS_H): Define. | Joseph Myers | 1 | -30/+46 |
2010-11-12 | re PR c/44782 (implement -ferror-limit=) | Nathan Froyd | 1 | -0/+4 |
2010-11-11 | opts.c (finish_options): Do not error on -flto-partition alone. | Jan Hubicka | 1 | -2/+0 |
2010-11-11 | invoke.texi (-fwhopr): Merge into -flto section. | Jan Hubicka | 1 | -13/+10 |
2010-11-11 | opts.c (warning_as_error_callback, [...]): Remove. | Joseph Myers | 1 | -16/+0 |
2010-11-10 | cfgloop.c (verify_loop_structure): Use %' in diagnostics. | Joseph Myers | 1 | -7/+7 |
2010-11-10 | common.opt (flag_excess_precision_cmdline, [...]): New Variable declarations. | Joseph Myers | 1 | -241/+184 |
2010-11-04 | tree.def (FMA_EXPR): New tree code. | Richard Guenther | 1 | -0/+12 |
2010-11-03 | opts.c (finish_options): Properly check for all WHOPR flags before complainin... | Richard Guenther | 1 | -2/+2 |
2010-10-22 | target.h (enum opt_levels, [...]): New. | Joseph Myers | 1 | -127/+215 |
2010-10-16 | opts.c (set_fast_math_flags, [...]): Make static. | Joseph Myers | 1 | -2/+4 |
2010-10-16 | arm.c (arm_option_optimization): Set flag_section_anchors to 1 not 2. | Joseph Myers | 1 | -3/+5 |
2010-10-15 | target.def (target_option.init_struct): New hook. | Joseph Myers | 1 | -0/+3 |
2010-10-14 | params.c (params_finished): New. | Joseph Myers | 1 | -27/+33 |
2010-10-11 | params.c (set_param_value_internal): New. | Joseph Myers | 1 | -13/+12 |
2010-10-08 | Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h. | Joseph Myers | 1 | -84/+142 |
2010-10-05 | invoke.texi (-flto-partition, [...]): Document. | Jan Hubicka | 1 | -0/+7 |
2010-10-05 | opts-common.c (handle_option, [...]): Add diagnostic_context parameter. | Joseph Myers | 1 | -9/+16 |
2010-10-04 | flags.h (g_switch_value, [...]): Remove. | Joseph Myers | 1 | -4/+0 |
2010-10-04 | optc-gen.awk: Define global_options_set. | Joseph Myers | 1 | -89/+27 |
2010-10-01 | common.opt: Add -fcombine-stack-adjustments. | Nick Clifton | 1 | -0/+1 |
2010-09-30 | opt-functions.awk (static_var): Update comment. | Joseph Myers | 1 | -27/+43 |
2010-09-29 | optc-gen.awk: Generate global_options initializer instead of individual varia... | Joseph Myers | 1 | -7/+16 |
2010-09-28 | Hookize TARGET_UNWIND_INFO et al. | Richard Henderson | 1 | -21/+18 |
2010-09-28 | re PR target/45815 (error: '-fsplit-stack' currently only supported on GNU/Li... | Ian Lance Taylor | 1 | -1/+1 |
2010-09-27 | common.opt (fsplit-stack): New option. | Ian Lance Taylor | 1 | -0/+14 |
2010-09-22 | common.opt (-assemble, [...]): New. | Joseph Myers | 1 | -4/+0 |
2010-09-16 | target.def (target_option.optimization): New hook. | Joseph Myers | 1 | -6/+4 |