| Commit message (Expand) | Author | Age | Files | Lines |
* | 2005-06-03 Richard Guenther <rguenth@gcc.gnu.org> | rguenth | 2005-06-02 | 1 | -22/+3 |
* | 2005-06-02 Richard Guenther <rguenth@gcc.gnu.org> | rguenth | 2005-06-02 | 1 | -9/+7 |
* | * c-common.c, c-parser.c, cfgbuild.c, cfghooks.c, cfghooks.h, | kazu | 2005-05-26 | 1 | -1/+1 |
* | * tree-nested.c (build_addr): New "context" argument. Temporarily | law | 2005-05-24 | 1 | -1/+1 |
* | 2005-05-19 Richard Guenther <rguenth@gcc.gnu.org> | rguenth | 2005-05-19 | 1 | -3/+4 |
* | * tree-ssa-loop-ivopts.c (find_bivs, find_givs_in_stmt_scev): Apply | rakdver | 2005-05-17 | 1 | -1/+3 |
* | * tree-ssa-loop-ivopts.c (rewrite_address_base): Don't call | kazu | 2005-05-04 | 1 | -1/+0 |
* | 2005-05-03 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2005-05-03 | 1 | -46/+12 |
* | * tree-ssa-loop-ivopts.c: Fix a comment typo. | kazu | 2005-05-01 | 1 | -1/+1 |
* | PR tree-optimization/18316 | rakdver | 2005-05-01 | 1 | -182/+732 |
* | * bt-load.c, cfgexpand.c, dwarf2out.c, emit-rtl.c, expr.c, | kazu | 2005-04-28 | 1 | -1/+1 |
* | PR tree-optimization/21171 | rakdver | 2005-04-27 | 1 | -0/+5 |
* | * tree-ssa-loop-ivopts.c (ivopts_data, decl_rtl_to_reset, | kazu | 2005-04-26 | 1 | -24/+30 |
* | * tree-ssa-loop-ivopts.c (struct cost_pair): Add value field. | rakdver | 2005-04-23 | 1 | -37/+65 |
* | 2005-04-22 Diego Novillo <dnovillo@redhat.com> | dnovillo | 2005-04-23 | 1 | -3/+1 |
* | * tree-flow-inline.h (get_stmt_operands): Remove. | kazu | 2005-04-17 | 1 | -3/+0 |
* | Merge from tree-cleanup-branch: VRP, store CCP, store | dnovillo | 2005-04-09 | 1 | -17/+36 |
* | PR target/20625 | rakdver | 2005-04-05 | 1 | -4/+20 |
* | 2005-04-05 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2005-04-05 | 1 | -10/+16 |
* | * Makefile.in (tree-ssa-loop-ivopts.o): Depend on langhooks.h. | rsandifo | 2005-04-04 | 1 | -11/+17 |
* | * params.c (set_param_value): Use gcc_assert & gcc_unreachable. | nathan | 2005-04-03 | 1 | -2/+2 |
* | * tree-ssa-loop-ivopts.c (determine_iv_cost): Do not try to preserve | rakdver | 2005-03-22 | 1 | -2/+5 |
* | * basic-block.h (single_succ_p, single_pred_p, single_succ_edge, | rakdver | 2005-03-11 | 1 | -1/+1 |
* | * c-common.c, c-opts.c, combine.c, cse.c, dojump.c, | kazu | 2005-03-08 | 1 | -1/+1 |
* | * tree-phinodes.c (remove_phi_node): Drop the last argument. | kazu | 2005-03-05 | 1 | -1/+1 |
* | PR tree-optimization/19937 | rakdver | 2005-02-25 | 1 | -3/+5 |
* | * tree-ssa-loop-ivopts.c (computation_cost): Start register | dj | 2005-02-22 | 1 | -1/+2 |
* | * bitmap.h (BITMAP_XMALLOC, BITMAP_XFREE): Remove. | nathan | 2005-02-17 | 1 | -14/+14 |
* | * cse.c, tree-ssa-loop-ivopts.c, config/rs6000/linux-unwind.h: | kazu | 2005-02-10 | 1 | -1/+1 |
* | * tree-ssa-loop-ivopts.c (determine_base_object): Ignore casts. | rakdver | 2005-02-10 | 1 | -74/+121 |
* | PR tree-optimization/18687 | rakdver | 2005-02-10 | 1 | -82/+161 |
* | * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Do not add | rakdver | 2005-02-06 | 1 | -3/+24 |
* | PR tree-optimization/18219 | rakdver | 2005-02-06 | 1 | -12/+8 |
* | PR tree-optimization/19038 | rakdver | 2005-01-19 | 1 | -12/+27 |
* | * basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c, | kazu | 2005-01-18 | 1 | -1/+1 |
* | PR tree-optimization/17949 | rakdver | 2005-01-12 | 1 | -0/+35 |
* | PR rtl-optimization/19078 | rakdver | 2004-12-25 | 1 | -4/+30 |
* | PR middle-end/17746 | ebotcazou | 2004-12-23 | 1 | -1/+1 |
* | 2004-12-19 Dale Johannesen <dalej@apple.com> | dalej | 2004-12-20 | 1 | -1/+1 |
* | PR tree-optimization/18800 | rakdver | 2004-12-18 | 1 | -27/+160 |
* | gcc/ | kazu | 2004-12-07 | 1 | -1/+1 |
* | * expr.c (get_inner_reference): Handle REAL/IMAGPART_EXPR. | rth | 2004-11-30 | 1 | -4/+3 |
* | * tree-phinodes.c (add_phi_arg): Take "tree" instead of | kazu | 2004-11-25 | 1 | -1/+1 |
* | * bt-load.c (migrate_btr_defs): Remove unneeded NULL check. | nathan | 2004-11-25 | 1 | -2/+1 |
* | * fold-const.c (nondestructive_fold_binary_to_constant): Rename | sayle | 2004-11-23 | 1 | -5/+3 |
* | * global.c, tree-ssa-copy.c, tree-ssa-loop-ivopts.c, | kazu | 2004-11-14 | 1 | -1/+1 |
* | * tree-cfg.c, tree-if-conv.c, tree-ssa-loop-ivopts.c, | kazu | 2004-11-14 | 1 | -1/+1 |
* | * tree-ssa-loop-ivopts.c (get_address_cost): Add address elements in | rakdver | 2004-11-10 | 1 | -9/+65 |
* | * tree-ssa-loop-ivopts.c: Fix a comment typo. | kazu | 2004-11-09 | 1 | -1/+1 |
* | * Makefile.in (tree-ssa-loop-ivopts.o): Add sbitmap.h dependency. | rakdver | 2004-11-08 | 1 | -317/+676 |