aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivopts.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-05tree-phinodes.c (remove_phi_node): Drop the last argument.Kazu Hirata1-1/+1
2005-02-25re PR tree-optimization/19937 (Wrong loop exit (causes binutils to fail))Zdenek Dvorak1-3/+5
2005-02-21tree-ssa-loop-ivopts.c (computation_cost): Start register numbering at LAST_V...DJ Delorie1-1/+2
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-14/+14
2005-02-10cse.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-02-10tree-ssa-loop-ivopts.c (determine_base_object): Ignore casts.Zdenek Dvorak1-74/+121
2005-02-10re PR tree-optimization/18687 (>200% compile time regression compared to gcc-...Zdenek Dvorak1-82/+161
2005-02-06tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Do not add unnecessary c...Zdenek Dvorak1-3/+24
2005-02-06re PR tree-optimization/18219 (bloats code by 31%)Zdenek Dvorak1-12/+8
2005-01-19re PR tree-optimization/19038 (tree-ssa causing loops to have more than one BB)Zdenek Dvorak1-12/+27
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-12re PR tree-optimization/17949 (Tree loop optimization generates unaligned acc...Zdenek Dvorak1-0/+35
2004-12-25re PR rtl-optimization/19078 (Poor quality code after loop unrolling.)Zdenek Dvorak1-4/+30
2004-12-23re PR middle-end/17746 (ICE when building the Ada RTS)Eric Botcazou1-1/+1
2004-12-20tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Don't reference operan...Dale Johannesen1-1/+1
2004-12-18re PR tree-optimization/18800 (ivopt missed)Zdenek Dvorak1-27/+160
2004-12-07c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH.Kazu Hirata1-1/+1
2004-11-29expr.c (get_inner_reference): Handle REAL/IMAGPART_EXPR.Richard Henderson1-4/+3
2004-11-25tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a...Kazu Hirata1-1/+1
2004-11-25bt-load.c (migrate_btr_defs): Remove unneeded NULL check.Nathan Sidwell1-2/+1
2004-11-23fold-const.c (nondestructive_fold_binary_to_constant): Rename to fold_binary_...Roger Sayle1-5/+3
2004-11-14global.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-11-14tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate.Kazu Hirata1-1/+1
2004-11-10tree-ssa-loop-ivopts.c (get_address_cost): Add address elements in right order.Zdenek Dvorak1-9/+65
2004-11-09* tree-ssa-loop-ivopts.c: Fix a comment typo.Kazu Hirata1-1/+1
2004-11-08Makefile.in (tree-ssa-loop-ivopts.o): Add sbitmap.h dependency.Zdenek Dvorak1-317/+676
2004-11-08tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate.Kazu Hirata1-7/+7
2004-11-04bitmap.h (bitmap_a_or_b, [...]): Remove.Nathan Sidwell1-5/+5
2004-11-03tree-ssa-loop-ivopts.c (get_address_cost): Offset zero does not cause extra c...Ulrich Weigand1-10/+5
2004-10-28tree-ssa-loop-ivopts.c: Fix a comment typo.Kazu Hirata1-1/+1
2004-10-27re PR tree-optimization/18048 (mgrid loop performance regression with ivopts ...Zdenek Dvorak1-6/+47
2004-10-18tree-cfg.c (bsi_for_stmt): Rename from stmt_for_bsi.Diego Novillo1-4/+4
2004-10-17tree-ssa-loop-ivopts.c (tree_ssa_iv_optimize): Move checking out of loop.Zdenek Dvorak1-7/+7
2004-10-16tree-ssa-loop-ivopts.c (struct ivopts_data): New field important_candidates.Zdenek Dvorak1-1/+16
2004-10-06lambda-code.c (lambda_loopnest_to_gcc_loopnest): Convert to use FOR_EACH_SSA_...Daniel Berlin1-1/+1
2004-10-01tree-chrec.c (chrec_fold_plus_poly_poly, [...]): Use fold_convert or build_in...Zdenek Dvorak1-61/+104
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-2/+3
2004-09-26bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak1-27/+49
2004-09-26re PR tree-optimization/17591 (Ada bootstrap SEGV in stage2 on osint.adb, no ...Zdenek Dvorak1-44/+118
2004-09-23tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos1-7/+22
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-10/+9
2004-09-16fold-const.c (fold): Fold difference of addresses.Zdenek Dvorak1-154/+122
2004-09-10cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-09tree-ssa-loop-ivopts.c (peel_address): Fix abort on VIEW_CONVERT_EXPR.Jan Hubicka1-0/+3
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-42/+42
2004-09-07tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Deal with '<' class too.Jan Hubicka1-0/+1
2004-09-07* tree-ssa-loop-ivopts.c (iv_value): Avoid invalid sharing on niter.Jan Hubicka1-1/+1
2004-09-07builtins.c (fold_builtin_strchr): Use build_int_cst, not fold_convert.Nathan Sidwell1-8/+5
2004-09-06loop.c (loop_dump_aux): Do not print RTL when not available.Jan Hubicka1-21/+46
2004-09-05c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1