aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivopts.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-26builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata1-7/+7
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-12cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-06-08tree-ssa-address.c (addr_for_mem_ref): Use LAST_VIRTUAL_REGISTER instead of F...Zdenek Dvorak1-13/+13
2005-06-07tree-ssa-loop-ivopts.c (rewrite_use_outer): Unshare the expression before emi...Zdenek Dvorak1-1/+1
2005-06-07Fixes PR 18403 and meta PR 21861.Sebastian Pop1-5/+2
2005-06-07tree-ssa-address.c: New file.Zdenek Dvorak1-215/+244
2005-06-02tree-ssa-loop-ivopts.c (build_addr_strip_iref): Remove.Richard Guenther1-22/+3
2005-06-02tree-chrec.c (chrec_fold_plus_1): Ensure we build binary operations with the ...Richard Guenther1-9/+7
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-05-24tree-nested.c (build_addr): New "context" argument.Jeff Law1-1/+1
2005-05-19tree-ssa-loop-ivopts.c (determine_base_object): Use build_fold_addr_expr to g...Richard Guenther1-3/+4
2005-05-17tree-ssa-loop-ivopts.c (find_bivs, [...]): Apply expand_simple_operations to ...Zdenek Dvorak1-1/+3
2005-05-04tree-ssa-loop-ivopts.c (rewrite_address_base): Don't call update_stmt.Kazu Hirata1-1/+0
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-46/+12
2005-05-01* tree-ssa-loop-ivopts.c: Fix a comment typo.Kazu Hirata1-1/+1
2005-05-01re PR tree-optimization/18316 (Missed IV optimization)Zdenek Dvorak1-182/+732
2005-04-28bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN...Kazu Hirata1-1/+1
2005-04-27re PR tree-optimization/21171 (IV OPTS removes does not create a new VOPs for...Zdenek Dvorak1-0/+5
2005-04-26tree-ssa-loop-ivopts.c (ivopts_data, [...]): Use the VEC API instead of VARRAY.Kazu Hirata1-24/+30
2005-04-23tree-ssa-loop-ivopts.c (struct cost_pair): Add value field.Zdenek Dvorak1-37/+65
2005-04-22[multiple changes]Diego Novillo1-3/+1
2005-04-17tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata1-3/+0
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-17/+36
2005-04-05re PR target/20625 (ivopts produces code that generates "unaligned access exc...Zdenek Dvorak1-4/+20
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-10/+16
2005-04-04Makefile.in (tree-ssa-loop-ivopts.o): Depend on langhooks.h.Richard Sandiford1-11/+17
2005-04-03params.c (set_param_value): Use gcc_assert & gcc_unreachable.Nathan Sidwell1-2/+2
2005-03-22tree-ssa-loop-ivopts.c (determine_iv_cost): Do not try to preserve artificial...Zdenek Dvorak1-2/+5
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-1/+1
2005-03-08c-common.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
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