| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * basic-block.h (single_succ_p, single_pred_p, single_succ_edge, | rakdver | 2005-03-11 | 1 | -9/+3 |
* | * loop-iv.c (get_biv_step_1): Remove lhs. | kazu | 2005-03-09 | 1 | -2/+1 |
* | * c-semantics.c, cfghooks.c, diagnostic.h, loop-iv.c, | kazu | 2005-03-08 | 1 | -1/+1 |
* | * combine.c (simplify_and_const_int): Use gen_int_mode instead | kazu | 2005-03-05 | 1 | -2/+1 |
* | PR rtl-optimization/19103 | rakdver | 2004-12-28 | 1 | -1/+1 |
* | PR rtl-optimization/19001 | rakdver | 2004-12-18 | 1 | -16/+73 |
* | * basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ... | nathan | 2004-11-25 | 1 | -1/+1 |
* | * bitmap.h (struct bitmap_obstack): New obstack type. | nathan | 2004-11-22 | 1 | -2/+2 |
* | * loop-iv.c (iv_number_of_iterations): Make it static. | kazu | 2004-11-09 | 1 | -1/+1 |
* | PR rtl-optimization/17791 | rakdver | 2004-10-07 | 1 | -1/+1 |