aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-propagate.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-14re PR tree-optimization/26672 (ICE in op_iter_init, triggered by printf->puts...Richard Guenther1-1/+2
2006-01-18tree-vrp.c (test_for_singularity): Correct test for new min limit.Jeff Law1-9/+12
2006-01-03tree-ssa-propagate.c (cfg_blocks): Change the type to VEC(basic_block,heap) *.Kazu Hirata1-11/+18
2005-12-09tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_i...Diego Novillo1-1/+1
2005-07-25re PR tree-optimization/22484 (ICE: verify_stmts failed with -O3)Andrew Pinski1-0/+2
2005-07-08re PR tree-optimization/22329 (VRP produces mis-matched (non compatible) type...Andrew Pinski1-1/+8
2005-07-06tree-vrp.c (simplify_using_ranges): Kill.Jeff Law1-1/+8
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-01[multiple changes]Diego Novillo1-32/+114
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-05-23tree-ssa-dom.c (cprop_into_stmt): Do not call recompute_tree_invariant_for_ad...Jeff Law1-1/+7
2005-05-16re PR tree-optimization/21399 (libstdc++ 12077.cc ICE)Richard Henderson1-1/+2
2005-05-11re PR middle-end/19807 (fold does not fold &a[4]-1)Richard Guenther1-0/+6
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-10/+10
2005-04-27tree-ssa-propagate.c (set_rhs): Revert last change.Richard Guenther1-2/+1
2005-04-27tree-ssa-propagate.c (set_rhs): Check operand of ADDR_EXPR for gimpliness, too.Richard Guenther1-1/+2
2005-04-24tree-ssa-copy.c (copy_prop_visit_cond_stmt): Use COMPARISON_CLASS_P.Kazu Hirata1-2/+2
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-9/+9
2005-04-17tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata1-2/+0
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-2/+413
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-7/+4
2004-11-18tree-ssa-propagate.c (ssa_prop_init): Use FOR_ALL_BB instead of FOR_EACH_BB.Diego Novillo1-2/+3
2004-11-17* tree-ssa-propagate.c (cfg_blocks_add) Assert we're not tryingSteven Bosscher1-11/+3
2004-09-28Makefile.in (tree-ssa-propagate.o): Depend on vec.h.Steven Bosscher1-19/+21
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-4/+7
2004-09-23* tree-ssa-propagate.c (set_rhs): Fail if EXPR is COMPOUND_EXPR.Jakub Jelinek1-0/+2
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-2/+2
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-4/+2
2004-09-05c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-08-29tree-ssa-ccp.c (ccp_visit_stmt): Remove #if 0 guards.Diego Novillo1-2/+2
2004-08-29Makefile.in (OBJS-common): Add tree-ssa-propagate.oDiego Novillo1-0/+674