aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-propagate.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-28re PR middle-end/55266 (vector expansion: 24 movs for 4 adds)Marc Glisse1-0/+14
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-37/+31
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-7/+7
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-2/+2
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-1/+1
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther1-4/+4
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-1/+0
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+1
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-01-01re PR tree-optimization/51683 (__builtin_memcpy etc. with constant first argu...Jakub Jelinek1-1/+7
2011-11-11re PR tree-optimization/51074 (No constant folding performed for VEC_PERM_EXP...Jakub Jelinek1-0/+10
2011-09-26gimple-fold.c (gimplify_and_update_call_from_tree): Set gctx.into_ssa after p...Jakub Jelinek1-13/+37
2011-07-21tree-ssa-propagate.c (substitute_and_fold): Use do_dce flag to deside...Kai Tietz1-4/+11
2011-07-19gimplify.c (gimplify_expr): Gimplify TRUTH_NOT_EXPR as BIT_XOR_EXPR, same as ...Richard Guenther1-13/+0
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