aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-copy.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-03re PR tree-optimization/23329 (hack in may_propagate_copy should be able to r...Richard Guenther1-49/+0
2009-04-04Makefile.in (tree-ssa-copy.o): Add $(CFGLOOP_H) dependency.Richard Guenther1-1/+8
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-130/+23
2009-03-28tree-ssa-copy.c (copy_prop_visit_phi_node): Do not leave the PHIs value undef...Richard Guenther1-1/+1
2009-03-28re PR tree-optimization/38458 (copy-propagation doesn't handle cycles)Richard Guenther1-1/+1
2009-03-27Fix for PR39548Xinliang David Li1-1/+2
2008-08-29common.opt (ftree-store-ccp): Mark as preserved for backward compatibility.Richard Guenther1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-72/+163
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+5
2008-01-28re PR c++/34862 (operator new placement variant with reference arg not accept...Ian Lance Taylor1-1/+6
2008-01-10re PR tree-optimization/34683 (SSA rewriting in the loop unroller causes quad...Richard Guenther1-11/+11
2007-11-23tree-ssa-copy.c (may_propagate_copy): Remove redundant checks.Richard Guenther1-24/+34
2007-10-29passes.c (init_optimization_passes): Exchange store_copy_prop with copy_prop.Richard Guenther1-135/+17
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-02re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther1-3/+3
2007-07-02tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther1-1/+1
2007-06-06tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann1-12/+12
2007-04-11re PR tree-optimization/30735 (50% slow down due to mem-ssa merge)Diego Novillo1-6/+6
2007-01-11re PR tree-optimization/1046 (gcc less efficient than jdk for recursion with ...Jan Hubicka1-1/+1
2006-12-11[multiple changes]Diego Novillo1-5/+35
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-14/+14
2006-11-16tree-vrp.c (get_value_range): Use XCNEW instead of XNEW and memset.Dirk Mueller1-6/+3
2006-04-10tree-ssa-copy.c (may_propagate_copy): Test flow sensitive alias information too.Jeff Law1-0/+15
2006-04-07re PR tree-optimization/26135 (store copyprop not effective)Richard Biener1-1/+32
2006-03-30re PR tree-optimization/26830 (Repeated SSA update during loop header copying)Paolo Bonzini1-27/+33
2006-03-20tree-pass.h (pass_phi_only_copy_prop): Delete.Jeff Law1-36/+6
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-3/+6
2006-03-01tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo1-10/+10
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-12/+12
2005-12-18tree-tailcall.c (find_tail_calls): Use XNEW.Gabriel Dos Reis1-3/+3
2005-09-27passes.c (init_optimization_passes): Replace copy propagation passes immediat...Jeff Law1-11/+46
2005-09-19tree-flow.h (merge_alias_info): Declare.Richard Henderson1-1/+1
2005-07-28builtins.c: Fix comment typo(s).Volker Reichelt1-2/+2
2005-07-09Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.hDiego Novillo1-23/+34
2005-06-29re PR tree-optimization/22234 (verify_ssa failed with -fno-exceptions)Diego Novillo1-2/+6
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-03re PR tree-optimization/21849 (wrong use of sbitmap in tree-ssa-copy.c)Kazu Hirata1-0/+1
2005-06-01[multiple changes]Diego Novillo1-1/+1
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-05-31re PR tree-optimization/21732 (-ftree-dump-all-details hangs during *.c.t24.c...Andrew Pinski1-3/+11
2005-05-16tree-ssa-copy.c (copy_prop_visit_assignment): Clean up by folding a COND_EXPR...Kazu Hirata1-33/+17
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-12/+16
2005-04-24tree-ssa-copy.c (copy_prop_visit_cond_stmt): Use COMPARISON_CLASS_P.Kazu Hirata1-1/+1
2005-04-19re PR tree-optimization/21096 (copy-prop leaks memory)Kazu Hirata1-0/+1
2005-04-13re PR tree-optimization/20913 (copy-prop does not fold conditionals)Kazu Hirata1-3/+10
2005-04-09dominance.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-40/+811
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-17re PR tree-optimization/19121 (ICE: in merge_alias_info, at tree-ssa-copy.c:236)Diego Novillo1-34/+23
2004-12-01re PR tree-optimization/18291 (ICE in merge_alias_info)Diego Novillo1-13/+35