aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-copy.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-11-14global.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-10-28re PR tree-optimization/16728 (std::set tests for allocator/insert core in ma...Diego Novillo1-2/+18
2004-09-29re PR tree-optimization/17739 (tree-optimizers extend the lifetime of a hard ...Richard Henderson1-4/+4
2004-09-28re PR tree-optimization/15089 (local register variable with a specified regis...Richard Henderson1-0/+10
2004-09-20re PR tree-optimization/17558 (internal compiler error: in merge_alias_info, ...Andrew Pinski1-2/+2
2004-09-14pointer-reference-alias.C: New test.Andrew Pinski1-2/+2
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-20/+16
2004-08-19langhooks-def.h (LANG_HOOKS_UNSAVE_EXPR_NOW): Remove.Eric Christopher1-8/+8
2004-07-27tree-ssa-alias.c (create_name_tags): Ignore pointers that don't have PT_VARS ...Diego Novillo1-0/+3
2004-07-23re PR tree-optimization/16688 (ICE in group_aliases, at tree-ssa-alias.c:1234)Diego Novillo1-32/+51
2004-07-07tree-flow-inline.h (may_propagate_copy): Move...Richard Henderson1-0/+97
2004-07-02ifcvt.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-06-28common.opt (ftree-fre): New flag.Diego Novillo1-233/+3
2004-06-17tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.Andrew MacLeod1-40/+65
2004-06-16tree.h (PHI_CHAIN): New.Steven Bosscher1-1/+1
2004-06-15* tree-ssa-copy.c (cprop_into_successor_phis): Fix typo.Diego Novillo1-1/+1
2004-06-10tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth1-7/+7
2004-06-09tree-complex.c (expand_complex_comparison): Use fold_convert instead of convert.Andrew Pinski1-1/+1
2004-05-17Forgot to commit.Jeff Law1-3/+13
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+355