Age | Commit message (Expand) | Author | Files | Lines |
2011-09-29 | Use urandom to get random seed | Andi Kleen | 1 | -1/+11 |
2011-09-29 | Change random seeds to 64bit and drop re-crcing | Andi Kleen | 1 | -10/+17 |
2011-09-27 | invoke.texi (ffat-lto-objects): Document. | Andi Kleen | 1 | -24/+46 |
2011-07-22 | re PR c++/49756 (g++ ICE) | Jakub Jelinek | 1 | -0/+4 |
2011-07-09 | Move ASM_COMMENT_START to defaults.h. | Richard Henderson | 1 | -4/+0 |
2011-07-07 | dwarf2: Extract cfi creation to a new pass. | Richard Henderson | 1 | -5/+0 |
2011-06-28 | common.opt (in_lto_p): New Variable entry. | Joseph Myers | 1 | -13/+0 |
2011-06-23 | params.c: Include common/common-target.h. | Joseph Myers | 1 | -19/+3 |
2011-06-15 | target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h. | Joseph Myers | 1 | -1/+2 |
2011-05-25 | common.opt (flag_stack_usage_info): New variable. | Eric Botcazou | 1 | -20/+38 |
2011-05-11 | opts.c (finish_options): Move warning settings from process_options. | Joseph Myers | 1 | -23/+0 |
2011-05-02 | Upgrade the utility of timevars. | Lawrence Crowl | 1 | -14/+38 |
2011-04-22 | Proper handling of -Werror=coverage-mismatch | Xinliang David Li | 1 | -0/+9 |
2011-04-08 | re PR lto/48467 ([LTO] Anomalous behavior of -save-temps) | Richard Guenther | 1 | -15/+19 |
2011-03-31 | opts.h (cl_option): Add comments to fields. | Joseph Myers | 1 | -1/+1 |
2011-02-03 | re PR target/47564 (internal compiler error in memory_address_addr_space, at ... | Jakub Jelinek | 1 | -2/+24 |
2011-02-01 | Fix PR47561: print the Graphite flags. | Sebastian Pop | 1 | -2/+6 |
2010-12-01 | common.opt (flag_stack_check): New Variable entry. | Joseph Myers | 1 | -3/+0 |
2010-12-01 | common.opt (main_input_filename, [...]): New Variable entries. | Joseph Myers | 1 | -252/+0 |
2010-11-30 | hwint.c: New. | Joseph Myers | 1 | -76/+0 |
2010-11-29 | system.h: Include "safe-ctype.h" instead of <safe-ctype.h>. | Joseph Myers | 1 | -6/+0 |
2010-11-26 | toplev.c (finalize): Add no_backend parameter. | Alexandre Oliva | 1 | -6/+10 |
2010-11-24 | * toplev.c: Include <signal.h>. | Joseph Myers | 1 | -0/+1 |
2010-11-24 | common.opt (initial_max_fld_align, [...]): New Variable entries. | Joseph Myers | 1 | -19/+2 |
2010-11-24 | flag-types.h (struct visibility_flags): Don't declare here. | Joseph Myers | 1 | -93/+0 |
2010-11-22 | common.opt (exit_after_options, [...]): New Variable entries. | Joseph Myers | 1 | -3/+0 |
2010-11-19 | common.opt (debug_struct_ordinary, [...]): New Variable entries. | Joseph Myers | 1 | -0/+6 |
2010-11-19 | options.texi (Var): Document effects of Defer. | Joseph Myers | 1 | -0/+2 |
2010-11-17 | invoke.texi (-dy): Remove. | Joseph Myers | 1 | -7/+1 |
2010-11-15 | godump.c: New file. | Ian Lance Taylor | 1 | -0/+6 |
2010-11-12 | Makefile.in (OPTS_H): Define. | Joseph Myers | 1 | -1/+1 |
2010-11-10 | cfgloop.c (verify_loop_structure): Use %' in diagnostics. | Joseph Myers | 1 | -1/+1 |
2010-11-10 | common.opt (flag_excess_precision_cmdline, [...]): New Variable declarations. | Joseph Myers | 1 | -47/+2 |
2010-10-22 | target.h (enum opt_levels, [...]): New. | Joseph Myers | 1 | -5/+1 |
2010-10-14 | params.c (params_finished): New. | Joseph Myers | 1 | -2/+3 |
2010-10-11 | params.c (set_param_value_internal): New. | Joseph Myers | 1 | -0/+1 |
2010-10-08 | Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h. | Joseph Myers | 1 | -19/+25 |
2010-10-04 | optc-gen.awk: Define global_options_set. | Joseph Myers | 1 | -5/+0 |
2010-09-30 | opt-functions.awk (static_var): Update comment. | Joseph Myers | 1 | -19/+4 |
2010-09-28 | re PR fortran/40569 (F2008: Support COMPILER_OPTIONS() / COMPILER_VERSION()) | Tobias Burnus | 1 | -2/+2 |
2010-09-17 | options.texi (Variable): Document. | Joseph Myers | 1 | -17/+0 |
2010-09-08 | toplev.c (output_stack_usage): Use lbasename instead of basename. | Rainer Orth | 1 | -1/+1 |
2010-08-30 | Stack usage support | Eric Botcazou | 1 | -0/+90 |
2010-08-05 | Replace exact_log2(x & -x) in favor of more direct computation. | Richard Henderson | 1 | -3/+29 |
2010-07-26 | re PR target/44132 (emutls is broken under a range of circumstances.) | Richard Henderson | 1 | -5/+0 |
2010-07-26 | target.def (output_source_filename): New hook. | Anatoly Sokolov | 1 | -33/+0 |
2010-07-12 | flags.h (target_flagstate): Add x_flag_excess_precision. | Richard Sandiford | 1 | -1/+0 |
2010-07-12 | tm.texi.in (SWITCHABLE_TARGET): Document. | Richard Sandiford | 1 | -12/+6 |
2010-06-29 | tm.texi (TARGET_OPTION_OVERRIDE): Document. | Joern Rennecke | 1 | -3/+1 |
2010-06-25 | Enable prefetching at -O3 for AMD cpus. | Changpeng Fang | 1 | -3/+3 |