summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-copy.c
Commit message (Expand)AuthorAgeFilesLines
* builtins.c: Fix comment typo(s).Volker Reichelt2005-07-281-2/+2
* Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.hDiego Novillo2005-07-091-23/+34
* re PR tree-optimization/22234 (verify_ssa failed with -fno-exceptions)Diego Novillo2005-06-291-2/+6
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR tree-optimization/21849 (wrong use of sbitmap in tree-ssa-copy.c)Kazu Hirata2005-06-031-0/+1
* [multiple changes]Diego Novillo2005-06-011-1/+1
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+0
* re PR tree-optimization/21732 (-ftree-dump-all-details hangs during *.c.t24.c...Andrew Pinski2005-05-311-3/+11
* tree-ssa-copy.c (copy_prop_visit_assignment): Clean up by folding a COND_EXPR...Kazu Hirata2005-05-161-33/+17
* lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod2005-05-031-12/+16
* tree-ssa-copy.c (copy_prop_visit_cond_stmt): Use COMPARISON_CLASS_P.Kazu Hirata2005-04-241-1/+1
* re PR tree-optimization/21096 (copy-prop leaks memory)Kazu Hirata2005-04-191-0/+1
* re PR tree-optimization/20913 (copy-prop does not fold conditionals)Kazu Hirata2005-04-131-3/+10
* dominance.c, [...]: Fix comment typos.Kazu Hirata2005-04-091-1/+1
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-40/+811
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* re PR tree-optimization/19121 (ICE: in merge_alias_info, at tree-ssa-copy.c:236)Diego Novillo2005-01-171-34/+23
* re PR tree-optimization/18291 (ICE in merge_alias_info)Diego Novillo2004-12-011-13/+35
* global.c, [...]: Fix comment typos.Kazu Hirata2004-11-141-1/+1
* re PR tree-optimization/16728 (std::set tests for allocator/insert core in ma...Diego Novillo2004-10-281-2/+18
* re PR tree-optimization/17739 (tree-optimizers extend the lifetime of a hard ...Richard Henderson2004-09-291-4/+4
* re PR tree-optimization/15089 (local register variable with a specified regis...Richard Henderson2004-09-281-0/+10
* re PR tree-optimization/17558 (internal compiler error: in merge_alias_info, ...Andrew Pinski2004-09-201-2/+2
* pointer-reference-alias.C: New test.Andrew Pinski2004-09-141-2/+2
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-20/+16
* langhooks-def.h (LANG_HOOKS_UNSAVE_EXPR_NOW): Remove.Eric Christopher2004-08-191-8/+8
* tree-ssa-alias.c (create_name_tags): Ignore pointers that don't have PT_VARS ...Diego Novillo2004-07-271-0/+3
* re PR tree-optimization/16688 (ICE in group_aliases, at tree-ssa-alias.c:1234)Diego Novillo2004-07-231-32/+51
* tree-flow-inline.h (may_propagate_copy): Move...Richard Henderson2004-07-071-0/+97
* ifcvt.c, [...]: Fix comment typos.Kazu Hirata2004-07-021-1/+1
* common.opt (ftree-fre): New flag.Diego Novillo2004-06-281-233/+3
* tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.Andrew MacLeod2004-06-171-40/+65
* tree.h (PHI_CHAIN): New.Steven Bosscher2004-06-161-1/+1
* * tree-ssa-copy.c (cprop_into_successor_phis): Fix typo.Diego Novillo2004-06-151-1/+1
* tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth2004-06-101-7/+7
* tree-complex.c (expand_complex_comparison): Use fold_convert instead of convert.Andrew Pinski2004-06-091-1/+1
* Forgot to commit.Jeff Law2004-05-171-3/+13
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+355