summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-propagate.c
Commit message (Expand)AuthorAgeFilesLines
* common.opt (ftree-store-ccp): Mark as preserved for backward compatibility.Richard Guenther2008-08-291-176/+5
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-326/+358
* tree-ssa-propagate.c (set_rhs): Preserve the histogram and the eh region info...Seongbae Park2008-05-281-4/+19
* tree.h: Update the table of flags used on tree nodes.Eric Botcazou2008-05-251-2/+2
* tree-ssa-propagate.c (substitute_and_fold): Fix stmt walking on deletion of t...Richard Guenther2008-05-161-3/+4
* tree-pass.h (current_pass): Declare.Richard Guenther2008-05-151-9/+10
* tree-flow.h (vrp_evaluate_conditional): Change signature.Rafael Avila de Espindola2008-04-241-1/+11
* tree-ssa-propagate.c (substitute_and_fold): Substitute statements in a basic-...Richard Guenther2008-04-151-3/+33
* tree-ssa-propagate.c (set_rhs): Fix typo.Eric Botcazou2007-11-271-5/+2
* tree-ssa-propagate.c (set_rhs): Remove the copied annotation from the origina...Laurynas Biveinis2007-08-311-0/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* tree-ssa-propagate.c (valid_gimple_expression_p): Match up with ccp_min_invar...Daniel Berlin2007-07-231-1/+1
* tree-ssa-sccvn.c (try_to_simplify): Use valid_gimple_expressionDaniel Berlin2007-07-181-4/+15
* re PR tree-optimization/32589 (exp_dbug.adb:981: error: invalid array index)Eric Botcazou2007-07-111-10/+22
* tree-ssa-propagate.c (cfg_blocks_add): Insert blocks with fewer predecessors ...Ian Lance Taylor2007-04-171-3/+19
* tree-vrp.c: Include "intl.h".Ian Lance Taylor2007-03-081-3/+1
* Used signed infinities in VRP.Ian Lance Taylor2007-03-021-1/+3
* re PR middle-end/30833 (ICE with -fdump-tree-all)Sandra Loosemore2007-02-181-1/+10
* tree-ssa-ccp.c (ccp_finalize): Return if something changed.Jan Hubicka2007-01-181-3/+8
* [multiple changes]Diego Novillo2006-12-111-8/+8
* tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo2006-12-111-5/+11
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-26/+31
* Privatize SSA variables into gimple_df.Jan Hubicka2006-11-281-1/+1
* tree-ssa-propagate.c (set_rhs): Restructure validity tests as a test for incl...Roger Sayle2006-11-081-13/+61
* tree-ssa-propagate.c (set_rhs): Copy EXPR_LOCATION if needed.Jakub Jelinek2006-09-221-0/+7
* re PR tree-optimization/29059 (ICE: verify_stmts failed (invalid operand to u...Andrew Pinski2006-09-161-1/+2
* re PR tree-optimization/26672 (ICE in op_iter_init, triggered by printf->puts...Richard Guenther2006-03-141-1/+2
* tree-vrp.c (test_for_singularity): Correct test for new min limit.Jeff Law2006-01-181-9/+12
* tree-ssa-propagate.c (cfg_blocks): Change the type to VEC(basic_block,heap) *.Kazu Hirata2006-01-031-11/+18
* tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_i...Diego Novillo2005-12-091-1/+1
* re PR tree-optimization/22484 (ICE: verify_stmts failed with -O3)Andrew Pinski2005-07-251-0/+2
* re PR tree-optimization/22329 (VRP produces mis-matched (non compatible) type...Andrew Pinski2005-07-081-1/+8
* tree-vrp.c (simplify_using_ranges): Kill.Jeff Law2005-07-061-1/+8
* Update FSF address.Kelley Cook2005-06-251-2/+2
* [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