summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-propagate.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/51683 (__builtin_memcpy etc. with constant first argu...Jakub Jelinek2012-01-011-1/+7
* re PR tree-optimization/51074 (No constant folding performed for VEC_PERM_EXP...Jakub Jelinek2011-11-111-0/+10
* gimple-fold.c (gimplify_and_update_call_from_tree): Set gctx.into_ssa after p...Jakub Jelinek2011-09-261-13/+37
* tree-ssa-propagate.c (substitute_and_fold): Use do_dce flag to deside...Kai Tietz2011-07-211-4/+11
* gimplify.c (gimplify_expr): Gimplify TRUTH_NOT_EXPR as BIT_XOR_EXPR, same as ...Richard Guenther2011-07-191-13/+0
* re PR middle-end/46360 (ICE in release_defs, at tree-ssanames.c:313)Jakub Jelinek2010-11-091-3/+7
* re PR tree-optimization/45580 (Building WebKit fails with compiler catching S...Richard Guenther2010-09-211-4/+4
* tree-ssa-propagate.h (struct prop_value_d, [...]): Move ...Richard Guenther2010-08-041-11/+64
* tree-ssa-propagate.h (valid_gimple_call_p): Remove.Richard Guenther2010-07-071-3/+12
* re PR tree-optimization/44508 (libgomp.fortran/vla1.f90 ICE on s390)Jakub Jelinek2010-06-141-3/+10
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-2/+0
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-1/+3
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* toplev.c: Include varray.h for statistics dumping.Steven Bosscher2010-04-301-1/+0
* Remove trailing white spaces.H.J. Lu2009-11-251-6/+6
* builtins.c (interclass_mathfn_icode): New helper.Michael Matz2009-09-281-10/+8
* tree-ssa-propagate.h (ssa_prop_fold_stmt_fn): Declare.Richard Guenther2009-09-221-92/+16
* Squash commit of EH in gimpleRichard Henderson2009-09-141-4/+0
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-1/+2
* tree-ssa-operands.h (push_stmt_changes, [...]): Delete.Paolo Bonzini2009-05-241-9/+1
* tree.h (SSA_NAME_VALUE): Remove.Richard Guenther2009-04-281-6/+0
* tree-eh.c (tree_remove_unreachable_handlers): Handle shared labels.Jan Hubicka2009-04-251-2/+6
* tree-ssa-propagate.c (stmt_makes_single_load): Remove.Kazu Hirata2009-04-161-30/+0
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-5/+10
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* dojump.c (do_jump): Move below.Paolo Bonzini2008-09-111-13/+17
* 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