| Commit message (Expand) | Author | Age | Files | Lines |
* | shift flag_next/gnu_runtime to modern opts system. | iains | 2011-11-30 | 1 | -8/+0 |
* | 2011-11-23 Vladimir Makarov <vmakarov@redhat.com> | vmakarov | 2011-11-23 | 1 | -0/+5 |
* | Merge from transactional-memory branch. | aldyh | 2011-11-08 | 1 | -0/+1 |
* | Reduce memory waste due to non-power-of-2 allocs | dodji | 2011-10-17 | 1 | -0/+1 |
* | Add line map statistics to -fmem-report output | dodji | 2011-10-17 | 1 | -0/+1 |
* | Emit macro expansion related diagnostics | dodji | 2011-10-17 | 1 | -0/+3 |
* | Rename __gnu_slim_lto to __gnu_lto_slim | ak | 2011-10-16 | 1 | -3/+3 |
* | Use urandom to get random seed | ak | 2011-09-29 | 1 | -1/+11 |
* | Change random seeds to 64bit and drop re-crcing | ak | 2011-09-29 | 1 | -10/+17 |
* | * doc/invoke.texi (ffat-lto-objects): Document. | hubicka | 2011-09-27 | 1 | -24/+46 |
* | PR c++/49756 | jakub | 2011-07-22 | 1 | -0/+4 |
* | Move ASM_COMMENT_START to defaults.h. | rth | 2011-07-09 | 1 | -4/+0 |
* | dwarf2: Extract cfi creation to a new pass. | rth | 2011-07-08 | 1 | -5/+0 |
* | * common.opt (in_lto_p): New Variable entry. | jsm28 | 2011-06-28 | 1 | -13/+0 |
* | * params.c: Include common/common-target.h. Don't include tm.h. | jsm28 | 2011-06-23 | 1 | -19/+3 |
* | * target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to | jsm28 | 2011-06-14 | 1 | -1/+2 |
* | * common.opt (flag_stack_usage_info): New variable. | ebotcazou | 2011-05-25 | 1 | -20/+38 |
* | * opts.c (finish_options): Move warning settings from | jsm28 | 2011-05-11 | 1 | -23/+0 |
* | Upgrade the utility of timevars. | crowl | 2011-05-02 | 1 | -14/+38 |
* | Proper handling of -Werror=coverage-mismatch | davidxl | 2011-04-22 | 1 | -0/+9 |
* | 2011-04-08 Richard Guenther <rguenther@suse.de> | rguenth | 2011-04-08 | 1 | -15/+19 |
* | * opts.h (cl_option): Add comments to fields. Add bit-fields for | jsm28 | 2011-03-31 | 1 | -1/+1 |
* | PR target/47564 | jakub | 2011-02-03 | 1 | -2/+24 |
* | Fix PR47561: print the Graphite flags. | spop | 2011-02-01 | 1 | -2/+6 |
* | * common.opt (flag_stack_check): New Variable entry. | jsm28 | 2010-12-01 | 1 | -3/+0 |
* | * common.opt (main_input_filename, main_input_basename, | jsm28 | 2010-12-01 | 1 | -252/+0 |
* | * hwint.c: New. Extracted from toplev.c. | jsm28 | 2010-11-30 | 1 | -76/+0 |
* | * system.h: Include "safe-ctype.h" instead of <safe-ctype.h>. | jsm28 | 2010-11-29 | 1 | -6/+0 |
* | * toplev.c (finalize): Add no_backend parameter. Don't finish | aoliva | 2010-11-26 | 1 | -6/+10 |
* | * toplev.c: Include <signal.h>. | jsm28 | 2010-11-24 | 1 | -0/+1 |
* | * common.opt (initial_max_fld_align, flag_debug_asm, | jsm28 | 2010-11-24 | 1 | -19/+2 |
* | * flag-types.h (struct visibility_flags): Don't declare here. | jsm28 | 2010-11-24 | 1 | -93/+0 |
* | * common.opt (exit_after_options, write_symbols, debug_info_level, | jsm28 | 2010-11-22 | 1 | -3/+0 |
* | * common.opt (debug_struct_ordinary, debug_struct_generic): New | jsm28 | 2010-11-19 | 1 | -0/+6 |
* | * doc/options.texi (Var): Document effects of Defer. | jsm28 | 2010-11-19 | 1 | -0/+2 |
* | * doc/invoke.texi (-dy): Remove. | jsm28 | 2010-11-17 | 1 | -7/+1 |
* | gcc/: | ian | 2010-11-15 | 1 | -0/+6 |
* | * Makefile.in (OPTS_H): Define. | jsm28 | 2010-11-12 | 1 | -1/+1 |
* | * cfgloop.c (verify_loop_structure): Use %' in diagnostics. Start | jsm28 | 2010-11-10 | 1 | -1/+1 |
* | * common.opt (flag_excess_precision_cmdline, flag_generate_lto, | jsm28 | 2010-11-10 | 1 | -47/+2 |
* | * target.h (enum opt_levels, struct default_options): New. | jsm28 | 2010-10-22 | 1 | -5/+1 |
* | * params.c (params_finished): New. | jsm28 | 2010-10-14 | 1 | -2/+3 |
* | * params.c (set_param_value_internal): New. | jsm28 | 2010-10-11 | 1 | -0/+1 |
* | * Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h. | jsm28 | 2010-10-08 | 1 | -19/+25 |
* | * optc-gen.awk: Define global_options_set. Don't define | jsm28 | 2010-10-04 | 1 | -5/+0 |
* | * opt-functions.awk (static_var): Update comment. | jsm28 | 2010-09-30 | 1 | -19/+4 |
* | gcc/ | burnus | 2010-09-28 | 1 | -2/+2 |
* | * doc/options.texi (Variable): Document. | jsm28 | 2010-09-17 | 1 | -17/+0 |
* | * toplev.c (output_stack_usage): Use lbasename instead of | ro | 2010-09-08 | 1 | -1/+1 |
* | Stack usage support | ebotcazou | 2010-08-30 | 1 | -0/+90 |