summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-copy.c
Commit message (Expand)AuthorAgeFilesLines
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-1/+0
* re PR tree-optimization/48290 (FAIL: gcc.dg/vect/pr38529.c, ICE in vect_get_v...Richard Guenther2011-04-151-42/+39
* tree-ssa-copy.c (stmt_may_generate_copy): Copies from constants also generate...Richard Guenther2011-03-251-2/+4
* tree-ssa-live.c (remove_unused_scope_block_p): Remove set but unused variable...Jeff Law2011-03-241-1/+0
* Fix PR45230, PR45231, and PR45370: fold_stmt_inplace after replace_exp.Richard Guenther2010-12-081-1/+4
* tree-ssa-copy.c (fini_copy_prop): Don't DCE when we have loops.Michael Matz2010-11-261-1/+3
* builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd2010-11-031-1/+1
* basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd2010-10-211-6/+4
* tree-ssa-copy.c (set_copy_of_val): Use operand_equal_p.Richard Guenther2010-08-101-16/+8
* tree-ssa-copy.c (cached_last_copy_of): Remove.Richard Guenther2010-08-091-214/+54
* tree-ssa-propagate.h (struct prop_value_d, [...]): Move ...Richard Guenther2010-08-041-10/+25
* re PR tree-optimization/44508 (libgomp.fortran/vla1.f90 ICE on s390)Jakub Jelinek2010-06-141-1/+1
* 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-0/+2
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+2
* Fix PR43464: copyprop should maintain loop close phi nodes with multiple argu...Richard Guenther2010-03-311-6/+14
* Remove trailing white spaces.H.J. Lu2009-11-251-13/+13
* tree-ssa-propagate.h (ssa_prop_fold_stmt_fn): Declare.Richard Guenther2009-09-221-1/+1
* gengtype.c (main): Handle uint64_t.Richard Guenther2009-08-271-0/+1
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-161-1/+2
* tree-ssa-copy.c (replace_exp_1): Move op for warning-free use with checking d...Benjamin Kosnik2009-05-281-2/+1
* tree-vect-data-refs.c (vect_create_data_ref_ptr): Remove redundant calls to m...Richard Guenther2009-05-261-50/+20
* re PR tree-optimization/23329 (hack in may_propagate_copy should be able to r...Richard Guenther2009-05-031-49/+0
* Makefile.in (tree-ssa-copy.o): Add $(CFGLOOP_H) dependency.Richard Guenther2009-04-041-1/+8
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-130/+23
* tree-ssa-copy.c (copy_prop_visit_phi_node): Do not leave the PHIs value undef...Richard Guenther2009-03-281-1/+1
* re PR tree-optimization/38458 (copy-propagation doesn't handle cycles)Richard Guenther2009-03-281-1/+1
* Fix for PR39548Xinliang David Li2009-03-271-1/+2
* common.opt (ftree-store-ccp): Mark as preserved for backward compatibility.Richard Guenther2008-08-291-1/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-72/+163
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-3/+5
* re PR c++/34862 (operator new placement variant with reference arg not accept...Ian Lance Taylor2008-01-281-1/+6
* re PR tree-optimization/34683 (SSA rewriting in the loop unroller causes quad...Richard Guenther2008-01-101-11/+11
* tree-ssa-copy.c (may_propagate_copy): Remove redundant checks.Richard Guenther2007-11-231-24/+34
* passes.c (init_optimization_passes): Exchange store_copy_prop with copy_prop.Richard Guenther2007-10-291-135/+17
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther2007-07-021-3/+3
* tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther2007-07-021-1/+1
* tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann2007-06-061-12/+12
* re PR tree-optimization/30735 (50% slow down due to mem-ssa merge)Diego Novillo2007-04-111-6/+6
* re PR tree-optimization/1046 (gcc less efficient than jdk for recursion with ...Jan Hubicka2007-01-111-1/+1
* [multiple changes]Diego Novillo2006-12-111-5/+35
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-14/+14
* tree-vrp.c (get_value_range): Use XCNEW instead of XNEW and memset.Dirk Mueller2006-11-161-6/+3
* tree-ssa-copy.c (may_propagate_copy): Test flow sensitive alias information too.Jeff Law2006-04-101-0/+15
* re PR tree-optimization/26135 (store copyprop not effective)Richard Biener2006-04-071-1/+32
* re PR tree-optimization/26830 (Repeated SSA update during loop header copying)Paolo Bonzini2006-03-301-27/+33
* tree-pass.h (pass_phi_only_copy_prop): Delete.Jeff Law2006-03-201-36/+6
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-3/+6