aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-propagate.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-28builtins.c (interclass_mathfn_icode): New helper.Michael Matz1-10/+8
2009-09-22tree-ssa-propagate.h (ssa_prop_fold_stmt_fn): Declare.Richard Guenther1-92/+16
2009-09-14Squash commit of EH in gimpleRichard Henderson1-4/+0
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-1/+2
2009-05-24tree-ssa-operands.h (push_stmt_changes, [...]): Delete.Paolo Bonzini1-9/+1
2009-04-28tree.h (SSA_NAME_VALUE): Remove.Richard Guenther1-6/+0
2009-04-25tree-eh.c (tree_remove_unreachable_handlers): Handle shared labels.Jan Hubicka1-2/+6
2009-04-16tree-ssa-propagate.c (stmt_makes_single_load): Remove.Kazu Hirata1-30/+0
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-5/+10
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-09-11dojump.c (do_jump): Move below.Paolo Bonzini1-13/+17
2008-08-29common.opt (ftree-store-ccp): Mark as preserved for backward compatibility.Richard Guenther1-176/+5
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-326/+358
2008-05-28tree-ssa-propagate.c (set_rhs): Preserve the histogram and the eh region info...Seongbae Park1-4/+19
2008-05-25tree.h: Update the table of flags used on tree nodes.Eric Botcazou1-2/+2
2008-05-16tree-ssa-propagate.c (substitute_and_fold): Fix stmt walking on deletion of t...Richard Guenther1-3/+4
2008-05-15tree-pass.h (current_pass): Declare.Richard Guenther1-9/+10
2008-04-24tree-flow.h (vrp_evaluate_conditional): Change signature.Rafael Avila de Espindola1-1/+11
2008-04-15tree-ssa-propagate.c (substitute_and_fold): Substitute statements in a basic-...Richard Guenther1-3/+33
2007-11-27tree-ssa-propagate.c (set_rhs): Fix typo.Eric Botcazou1-5/+2
2007-08-31tree-ssa-propagate.c (set_rhs): Remove the copied annotation from the origina...Laurynas Biveinis1-0/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-23tree-ssa-propagate.c (valid_gimple_expression_p): Match up with ccp_min_invar...Daniel Berlin1-1/+1
2007-07-18tree-ssa-sccvn.c (try_to_simplify): Use valid_gimple_expressionDaniel Berlin1-4/+15
2007-07-11re PR tree-optimization/32589 (exp_dbug.adb:981: error: invalid array index)Eric Botcazou1-10/+22
2007-04-17tree-ssa-propagate.c (cfg_blocks_add): Insert blocks with fewer predecessors ...Ian Lance Taylor1-3/+19
2007-03-08tree-vrp.c: Include "intl.h".Ian Lance Taylor1-3/+1
2007-03-02Used signed infinities in VRP.Ian Lance Taylor1-1/+3
2007-02-18re PR middle-end/30833 (ICE with -fdump-tree-all)Sandra Loosemore1-1/+10
2007-01-18tree-ssa-ccp.c (ccp_finalize): Return if something changed.Jan Hubicka1-3/+8
2006-12-11[multiple changes]Diego Novillo1-8/+8
2006-12-11tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo1-5/+11
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-26/+31
2006-11-28Privatize SSA variables into gimple_df.Jan Hubicka1-1/+1
2006-11-08tree-ssa-propagate.c (set_rhs): Restructure validity tests as a test for incl...Roger Sayle1-13/+61
2006-09-22tree-ssa-propagate.c (set_rhs): Copy EXPR_LOCATION if needed.Jakub Jelinek1-0/+7
2006-09-16re PR tree-optimization/29059 (ICE: verify_stmts failed (invalid operand to u...Andrew Pinski1-1/+2
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