| Commit message (Expand) | Author | Age | Files | Lines |
* | 2012-04-19 Richard Guenther <rguenther@suse.de> | rguenth | 2012-04-19 | 1 | -15/+16 |
* | * diagnostic-core.h: Include bversion.h. | jsm28 | 2010-11-30 | 1 | -2/+1 |
* | 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org> | manu | 2010-07-08 | 1 | -0/+1 |
* | * df.h (df_rd_bb_info, df_md_bb_info, df_lr_bb_info, df_live_bb_info, | hubicka | 2010-06-04 | 1 | -1/+1 |
* | Remove trailing white spaces. | hjl | 2009-11-25 | 1 | -24/+24 |
* | * loop-iv.c (iv_analyze_op): Use function_invariant_p, not CONSTANT_P, | bernds | 2009-09-27 | 1 | -2/+2 |
* | PR rtl-optimization/40209 | ian | 2009-07-24 | 1 | -0/+1 |
* | 2009-06-22 Shujing Zhao <pearly.zhao@oracle.com> | paolo | 2009-06-22 | 1 | -15/+15 |
* | * loop-iv.c (simple_rhs_p): Allow expressions that are | bernds | 2009-04-24 | 1 | -3/+3 |
* | * loop-iv.c (replace_single_def_regs): Look for REG_EQUAL notes; | bernds | 2009-04-24 | 1 | -8/+31 |
* | * loop-iv.c (replace_single_def_regs, replace_in_expr): New static | bernds | 2009-03-31 | 1 | -3/+51 |
* | * loop-iv.c (simple_rhs_p): Allow more kinds of expressions. | bernds | 2009-03-31 | 1 | -2/+6 |
* | * loop-iv.c (determine_max_iter): New arg OLD_NITER. All callers | bernds | 2009-03-31 | 1 | -4/+8 |
* | * loop-iv.c (simplify_using_condition): A condition of the form | bernds | 2009-03-31 | 1 | -8/+57 |
* | * loop-iv.c (suitable_set_for_replacement): Renamed from | bernds | 2009-03-31 | 1 | -46/+60 |
* | PR39235: | amylaar | 2009-03-04 | 1 | -1/+3 |
* | Revert last change. | rsandifo | 2009-02-21 | 1 | -29/+33 |
* | gcc/ | rsandifo | 2009-02-21 | 1 | -33/+29 |
* | Update Copyright years for files modified in 2008 and/or 2009. | jakub | 2009-02-20 | 1 | -1/+2 |
* | * loop-iv.c (implies_p): In the final case, test that operands 0 | bernds | 2009-02-13 | 1 | -1/+2 |
* | PR rtl-optimization/32283 | rakdver | 2008-11-20 | 1 | -6/+19 |
* | 2008-10-11 Kenneth Zadeck <zadeck@naturalbridge.com> | zadeck | 2008-10-11 | 1 | -16/+16 |
* | * config/i386/driver-i386.c (detect_caches_amd, | ghazi | 2008-06-26 | 1 | -5/+5 |
* | 2008-01-22 Kenneth Zadeck <zadeck@naturalbridge.com> | zadeck | 2008-01-22 | 1 | -1/+0 |
* | 2008-01-19 Kenneth Zadeck <zadeck@naturalbridge.com> | zadeck | 2008-01-20 | 1 | -3/+5 |
* | PR rtl-optimization/33224 | rakdver | 2007-08-31 | 1 | -1/+2 |
* | 2007-08-30 Kenneth Zadeck <zadeck@naturalbridge.com> | zadeck | 2007-08-30 | 1 | -1/+1 |
* | 2008-08-05 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2007-08-05 | 1 | -1/+1 |
* | * alias.c (record_set, memory_modified_1): Constify. | ghazi | 2007-07-30 | 1 | -1/+1 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | nickc | 2007-07-26 | 1 | -4/+3 |
* | * cfglayout.c (insn_scope, insn_line): Constify. | ghazi | 2007-07-25 | 1 | -1/+1 |
* | PR rtl-optimization/32405 | rakdver | 2007-06-20 | 1 | -0/+5 |
* | Merge dataflow branch into mainline | dberlin | 2007-06-11 | 1 | -43/+72 |
* | PR target/29953 | chrbr | 2007-06-08 | 1 | -3/+3 |
* | * c-typeck.c, config/arm/arm.c, config/darwin.c, | kazu | 2007-05-26 | 1 | -2/+2 |
* | * loop-iv.c (simplify_using_initial_values): Fix oversight in previous | bernds | 2007-02-26 | 1 | -1/+4 |
* | * loop-iv.c (simplify_using_initial_values): Return if the | bernds | 2007-02-24 | 1 | -0/+2 |
* | * loop-iv.c (implies_p): Detect additional cases where A implies B. | bernds | 2007-02-24 | 1 | -39/+105 |
* | * loop-iv.c (determine_max_iter): Moved in front of its sole user. | bernds | 2007-02-23 | 1 | -65/+65 |
* | PR rtl-optimization/30113 | rakdver | 2006-12-11 | 1 | -1/+1 |
* | 2006-01-31 Marcin Dalecki <martin@dalecki.de> | dalecki | 2006-01-31 | 1 | -3/+3 |
* | * loop-iv.c (iv_analysis_loop_init): Use df analysis in a more | rakdver | 2006-01-24 | 1 | -5/+8 |
* | * loop-iv.c (iv_analysis_loop_init): Use df in more conservative way. | rakdver | 2006-01-20 | 1 | -8/+5 |
* | * loop-iv.c: Include df.h and hashtab.h. | rakdver | 2006-01-20 | 1 | -462/+453 |
* | 2005-08-31 Dale Johannesen <dalej@apple.com> | dalej | 2005-08-31 | 1 | -1/+1 |
* | gcc: | bonzini | 2005-07-21 | 1 | -0/+37 |
* | Update FSF address. | kcook | 2005-06-25 | 1 | -2/+2 |
* | * cgraphunit.c, ipa-inline.c, loop-iv.c, modulo-sched.c, | kazu | 2005-05-29 | 1 | -3/+3 |
* | PR rtl-optimization/21254 | rakdver | 2005-05-06 | 1 | -13/+34 |
* | * local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable. | nathan | 2005-04-01 | 1 | -46/+35 |