Age | Commit message (Expand) | Author | Files | Lines |
2011-06-30 | opts.c (finish_options): Do not disable IPA-PTA during ltrans. | Richard Guenther | 1 | -5/+0 |
2011-06-28 | common.opt (in_lto_p): New Variable entry. | Joseph Myers | 1 | -4/+25 |
2011-06-28 | genattr-common.c: New. | Joseph Myers | 1 | -3/+2 |
2011-06-21 | gcc_update (gcc/config/avr/avr-tables.opt): New dependencies. | Joseph Myers | 1 | -5/+0 |
2011-06-15 | target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h. | Joseph Myers | 1 | -11/+12 |
2011-06-10 | opts.c (default_options): Enlist OPT_finline_functions_called_once. | Jan Hubicka | 1 | -0/+1 |
2011-05-25 | common.opt (flag_stack_usage_info): New variable. | Eric Botcazou | 1 | -0/+10 |
2011-05-11 | opts.c (finish_options): Move warning settings from process_options. | Joseph Myers | 1 | -0/+25 |
2011-04-26 | Implement -Wno-maybe-uninitialized | Xinliang David Li | 1 | -0/+8 |
2011-03-31 | opts.h (cl_option): Add comments to fields. | Joseph Myers | 1 | -1/+1 |
2011-03-29 | [multiple changes] | Vladimir Makarov | 1 | -13/+0 |
2011-03-28 | re PR bootstrap/48307 (Bootstrap failure) | Vladimir Makarov | 1 | -0/+13 |
2011-03-27 | [multiple changes] | Vladimir Makarov | 1 | -13/+0 |
2011-03-24 | invoke.texi (max-stores-to-sink): Document. | Ira Rosen | 1 | -0/+6 |
2011-03-23 | Makefile.in (IPA_TYPE_ESCAPE_H): Remove. | Richard Guenther | 1 | -1/+0 |
2011-03-22 | target.def (handle_option): Take gcc_options and cl_decoded_option pointers a... | Joseph Myers | 1 | -10/+2 |
2011-02-17 | common.opt (optimize_fast): New Variable. | Joseph Myers | 1 | -7/+6 |
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 |