aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-propagate.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-09re PR middle-end/46360 (ICE in release_defs, at tree-ssanames.c:313)Jakub Jelinek1-3/+7
2010-09-21re PR tree-optimization/45580 (Building WebKit fails with compiler catching S...Richard Guenther1-4/+4
2010-08-04tree-ssa-propagate.h (struct prop_value_d, [...]): Move ...Richard Guenther1-11/+64
2010-07-07tree-ssa-propagate.h (valid_gimple_call_p): Remove.Richard Guenther1-3/+12
2010-06-14re PR tree-optimization/44508 (libgomp.fortran/vla1.f90 ICE on s390)Jakub Jelinek1-3/+10
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-2/+0
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-1/+3
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher1-1/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-6/+6
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