summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-propagate.c
Commit message (Expand)AuthorAgeFilesLines
* [multiple changes]Diego Novillo2005-06-011-32/+114
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+0
* tree-ssa-dom.c (cprop_into_stmt): Do not call recompute_tree_invariant_for_ad...Jeff Law2005-05-231-1/+7
* re PR tree-optimization/21399 (libstdc++ 12077.cc ICE)Richard Henderson2005-05-161-1/+2
* re PR middle-end/19807 (fold does not fold &a[4]-1)Richard Guenther2005-05-111-0/+6
* lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod2005-05-031-10/+10
* tree-ssa-propagate.c (set_rhs): Revert last change.Richard Guenther2005-04-271-2/+1
* tree-ssa-propagate.c (set_rhs): Check operand of ADDR_EXPR for gimpliness, too.Richard Guenther2005-04-271-1/+2
* tree-ssa-copy.c (copy_prop_visit_cond_stmt): Use COMPARISON_CLASS_P.Kazu Hirata2005-04-241-2/+2
* vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell2005-04-211-9/+9
* tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata2005-04-171-2/+0
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-2/+413
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-7/+4
* tree-ssa-propagate.c (ssa_prop_init): Use FOR_ALL_BB instead of FOR_EACH_BB.Diego Novillo2004-11-181-2/+3
* * tree-ssa-propagate.c (cfg_blocks_add) Assert we're not tryingSteven Bosscher2004-11-171-11/+3
* Makefile.in (tree-ssa-propagate.o): Depend on vec.h.Steven Bosscher2004-09-281-19/+21
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-4/+7
* * tree-ssa-propagate.c (set_rhs): Fail if EXPR is COMPOUND_EXPR.Jakub Jelinek2004-09-231-0/+2
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-2/+2
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-4/+2
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-051-1/+1
* tree-ssa-ccp.c (ccp_visit_stmt): Remove #if 0 guards.Diego Novillo2004-08-291-2/+2
* Makefile.in (OBJS-common): Add tree-ssa-propagate.oDiego Novillo2004-08-291-0/+674