summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-propagate.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* re PR middle-end/55266 (vector expansion: 24 movs for 4 adds)Marc Glisse2012-11-281-0/+14
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-37/+31
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-7/+7
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-2/+2
* cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther2012-08-141-1/+1
* tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther2012-08-101-4/+4
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-1/+0
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-3/+1
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-1/+1
* 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