aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivopts.c
AgeCommit message (Expand)AuthorFilesLines
2005-12-19re PR tree-optimization/24793 (ICE: expected ssa_name, have var_decl in verif...Zdenek Dvorak1-3/+14
2005-11-12tree-ssa-loop-ivopts.c (get_address_cost): Prevent splitting addressing modes...Zdenek Dvorak1-0/+6
2005-11-03re PR tree-optimization/24483 (ICE in ivopts)Zdenek Dvorak1-1/+10
2005-09-22re PR tree-optimization/22438 (ICE SEGV in is_gimple_variable at tree-gimple....Zdenek Dvorak1-10/+46
2005-09-09re PR tree-optimization/23509 (ICE with ivopts)Zdenek Dvorak1-7/+14
2005-08-13re PR tree-optimization/22236 (wrong code for casts and scev)Sebastian Pop1-0/+2
2005-07-27re PR tree-optimization/22325 (missed optimization in loop)Zdenek Dvorak1-15/+24
2005-07-21re PR rtl-optimization/19210 (not using do-loop for some loops)Paolo Bonzini1-1/+2
2005-07-11tree-flow.h (remove_empty_loops, [...]): Declare.Zdenek Dvorak1-1/+1
2005-07-06re PR tree-optimization/21963 (ICE (seg fault) with -m64 (in IV-OPTS))Zdenek Dvorak1-5/+11
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