index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
tree-ssa-copy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-28
tree-ssa-copy.c (replace_exp_1): Move op for warning-free use with checking d...
Benjamin Kosnik
1
-2
/
+1
2009-05-26
tree-vect-data-refs.c (vect_create_data_ref_ptr): Remove redundant calls to m...
Richard Guenther
1
-50
/
+20
2009-05-03
re PR tree-optimization/23329 (hack in may_propagate_copy should be able to r...
Richard Guenther
1
-49
/
+0
2009-04-04
Makefile.in (tree-ssa-copy.o): Add $(CFGLOOP_H) dependency.
Richard Guenther
1
-1
/
+8
2009-04-03
re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)
Richard Guenther
1
-130
/
+23
2009-03-28
tree-ssa-copy.c (copy_prop_visit_phi_node): Do not leave the PHIs value undef...
Richard Guenther
1
-1
/
+1
2009-03-28
re PR tree-optimization/38458 (copy-propagation doesn't handle cycles)
Richard Guenther
1
-1
/
+1
2009-03-27
Fix for PR39548
Xinliang David Li
1
-1
/
+2
2008-08-29
common.opt (ftree-store-ccp): Mark as preserved for backward compatibility.
Richard Guenther
1
-1
/
+1
2008-07-28
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
Richard Biener
1
-72
/
+163
2008-03-19
re PR other/35094 (RTL dump file letters hosed and partly undocumented)
Jan Hubicka
1
-3
/
+5
2008-01-28
re PR c++/34862 (operator new placement variant with reference arg not accept...
Ian Lance Taylor
1
-1
/
+6
2008-01-10
re PR tree-optimization/34683 (SSA rewriting in the loop unroller causes quad...
Richard Guenther
1
-11
/
+11
2007-11-23
tree-ssa-copy.c (may_propagate_copy): Remove redundant checks.
Richard Guenther
1
-24
/
+34
2007-10-29
passes.c (init_optimization_passes): Exchange store_copy_prop with copy_prop.
Richard Guenther
1
-135
/
+17
2007-07-26
Change copyright header to refer to version 3 of the GNU General Public Licen...
Nick Clifton
1
-5
/
+4
2007-07-02
re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)
Richard Guenther
1
-3
/
+3
2007-07-02
tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...
Richard Guenther
1
-1
/
+1
2007-06-06
tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...
Thomas Neumann
1
-12
/
+12
2007-04-11
re PR tree-optimization/30735 (50% slow down due to mem-ssa merge)
Diego Novillo
1
-6
/
+6
2007-01-11
re PR tree-optimization/1046 (gcc less efficient than jdk for recursion with ...
Jan Hubicka
1
-1
/
+1
2006-12-11
[multiple changes]
Diego Novillo
1
-5
/
+35
2006-12-05
Merge gimple-tuples-branch into mainline.
Aldy Hernandez
1
-14
/
+14
2006-11-16
tree-vrp.c (get_value_range): Use XCNEW instead of XNEW and memset.
Dirk Mueller
1
-6
/
+3
2006-04-10
tree-ssa-copy.c (may_propagate_copy): Test flow sensitive alias information too.
Jeff Law
1
-0
/
+15
2006-04-07
re PR tree-optimization/26135 (store copyprop not effective)
Richard Biener
1
-1
/
+32
2006-03-30
re PR tree-optimization/26830 (Repeated SSA update during loop header copying)
Paolo Bonzini
1
-27
/
+33
2006-03-20
tree-pass.h (pass_phi_only_copy_prop): Delete.
Jeff Law
1
-36
/
+6
2006-03-02
tree-vrp.c (execute_vrp): Return value.
Daniel Berlin
1
-3
/
+6
2006-03-01
tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.
Diego Novillo
1
-10
/
+10
2006-02-06
tree-vrp.c (execute_vrp): Do not pass dump argument to.
Zdenek Dvorak
1
-12
/
+12
2005-12-18
tree-tailcall.c (find_tail_calls): Use XNEW.
Gabriel Dos Reis
1
-3
/
+3
2005-09-27
passes.c (init_optimization_passes): Replace copy propagation passes immediat...
Jeff Law
1
-11
/
+46
2005-09-19
tree-flow.h (merge_alias_info): Declare.
Richard Henderson
1
-1
/
+1
2005-07-28
builtins.c: Fix comment typo(s).
Volker Reichelt
1
-2
/
+2
2005-07-09
Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.h
Diego Novillo
1
-23
/
+34
2005-06-29
re PR tree-optimization/22234 (verify_ssa failed with -fno-exceptions)
Diego Novillo
1
-2
/
+6
2005-06-25
Update FSF address.
Kelley Cook
1
-2
/
+2
2005-06-03
re PR tree-optimization/21849 (wrong use of sbitmap in tree-ssa-copy.c)
Kazu Hirata
1
-0
/
+1
2005-06-01
[multiple changes]
Diego Novillo
1
-1
/
+1
2005-06-01
basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.
Kaveh R. Ghazi
1
-1
/
+0
2005-05-31
re PR tree-optimization/21732 (-ftree-dump-all-details hangs during *.c.t24.c...
Andrew Pinski
1
-3
/
+11
2005-05-16
tree-ssa-copy.c (copy_prop_visit_assignment): Clean up by folding a COND_EXPR...
Kazu Hirata
1
-33
/
+17
2005-05-03
lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.
Andrew MacLeod
1
-12
/
+16
2005-04-24
tree-ssa-copy.c (copy_prop_visit_cond_stmt): Use COMPARISON_CLASS_P.
Kazu Hirata
1
-1
/
+1
2005-04-19
re PR tree-optimization/21096 (copy-prop leaks memory)
Kazu Hirata
1
-0
/
+1
2005-04-13
re PR tree-optimization/20913 (copy-prop does not fold conditionals)
Kazu Hirata
1
-3
/
+10
2005-04-09
dominance.c, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2005-04-08
backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...
Diego Novillo
1
-40
/
+811
2005-01-18
basic-block.h, [...]: Update copyright.
Kazu Hirata
1
-1
/
+1
[next]