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/existing-fp8
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-forwprop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-30
re PR tree-optimization/39041 (ICE on valid during vrp2)
Richard Guenther
1
-0
/
+1
2009-01-20
re PR tree-optimization/38747 (Wrong code due to VIEW_CONVERT_EXPR)
Andrew Pinski
1
-4
/
+11
2008-12-02
re PR middle-end/37861 (Bogus array bounds warning)
Martin Jambor
1
-11
/
+16
2008-11-21
re PR middle-end/38200 (internal compiler error: in find_func_aliases, at tre...
Jakub Jelinek
1
-22
/
+10
2008-11-17
re PR middle-end/38140 (ice for C code with -O2)
Jakub Jelinek
1
-6
/
+21
2008-11-05
re PR middle-end/37861 (Bogus array bounds warning)
Martin Jambor
1
-0
/
+3
2008-11-05
re PR middle-end/37742 (ICE in vectorizer with restrict pointer)
Richard Guenther
1
-15
/
+5
2008-10-18
tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Guard VIEW_CONVERT_EXPR ...
Richard Guenther
1
-18
/
+23
2008-09-11
tree-vectorizer.c (slpeel_add_loop_guard): Fix types.
Richard Guenther
1
-1
/
+1
2008-08-20
tree-ssa-forwprop.c (forward_propagate_addr_expr_1): More properly handle con...
Richard Guenther
1
-5
/
+12
2008-08-18
tree.h (IS_CONVERT_EXPR_CODE_P): Renamed to
Tomas Bily
1
-6
/
+6
2008-07-28
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
Richard Biener
1
-233
/
+362
2008-07-02
tree-ssa-forwprop.c (can_propagate_from): Exclude loads from decls explicitly.
Richard Guenther
1
-23
/
+8
2008-06-06
cgraph.c: Fix typos in comments.
Ralf Wildenhues
1
-1
/
+1
2008-05-09
pa.c (reloc_needed): Use CASE_CONVERT.
Tomas Bily
1
-14
/
+7
2008-05-05
re PR middle-end/36141 (Gcc 4.4 failed to boostrap)
Andrew Pinski
1
-0
/
+3
2008-05-05
tree-ssa-forwprop.c (forward_propagate_addr_expr_1): If we have the same size...
Andrew Pinski
1
-0
/
+39
2008-03-20
tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Remove special casing of...
Richard Guenther
1
-15
/
+6
2008-03-19
re PR other/35094 (RTL dump file letters hosed and partly undocumented)
Jan Hubicka
1
-3
/
+6
2008-03-18
tree-ssa-sccvn.c (visit_reference_op_load): If the lookup found an expression...
Richard Guenther
1
-4
/
+22
2008-03-12
Makefile.in (OBJS-common): Add tree-ssa-phiprop.o
Richard Guenther
1
-299
/
+1
2008-02-19
re PR tree-optimization/34989 (ICE in get_addr_dereference_operands, at tree-...
Richard Guenther
1
-55
/
+75
2008-02-15
re PR tree-optimization/35164 (Unable to coalesce ab SSA_NAMEs)
Richard Guenther
1
-1
/
+2
2007-12-05
re PR tree-optimization/34138 (verify_ssa failed (found real variable when su...
Richard Guenther
1
-1
/
+4
2007-11-27
re PR middle-end/34241 (ICE in forward_propagate_into_cond)
Richard Guenther
1
-3
/
+6
2007-11-18
re PR tree-optimization/34127 (ICE: tree-ssa-operands.c:1688)
Richard Guenther
1
-2
/
+2
2007-11-16
re PR tree-optimization/34113 (ICE in get_addr_dereference_operands, at tree-...
Richard Guenther
1
-2
/
+2
2007-11-09
re PR target/33604 (Revision 119502 causes significantly slower results with ...
Richard Guenther
1
-1
/
+9
2007-10-12
tree-ssa-forwprop.c (forward_propagate_into_cond): For combining both operand...
Richard Guenther
1
-6
/
+6
2007-10-12
re PR middle-end/26198 (Unfolded comparison after cfg_cleanup)
Richard Guenther
1
-8
/
+24
2007-10-04
re PR tree-optimization/33627 (ICE in verify_stmts compiling abiword)
Richard Guenther
1
-36
/
+6
2007-09-27
re PR tree-optimization/33565 (spurious warning: assuming signed overflow do...
Ian Lance Taylor
1
-2
/
+1
2007-09-04
re PR tree-optimization/33291 (a+=2; a+=2 not simplified to a+=4; with -O3...
Richard Guenther
1
-7
/
+0
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
-1
/
+1
2007-07-02
tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...
Richard Guenther
1
-2
/
+2
2007-06-15
[multiple changes]
Andrew Pinski
1
-38
/
+13
2007-06-06
tree-ssa-forwprop.c (forward_propagate_into_cond): Return 2 if we need to sch...
Richard Biener
1
-6
/
+15
2007-05-25
re PR tree-optimization/32090 (ICE in forwprop with zero sized array)
Andrew Pinski
1
-7
/
+7
2007-05-25
cfglayout.c, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2007-05-25
re PR tree-optimization/31982 (Missed forw prop with indirect ref and addr. (...
Richard Guenther
1
-19
/
+21
2007-05-12
re PR tree-optimization/31797 (infinite loop in tree-ssa-pre or ICE)
Richard Guenther
1
-2
/
+9
2007-05-02
re PR tree-optimization/31146 (forwprop does not look through casts)
Richard Guenther
1
-4
/
+17
2007-04-27
tree-ssa-forwprop.c (forward_propagate_into_cond): Keep track if we simplifie...
Richard Guenther
1
-5
/
+20
2007-04-27
tree-ssa-forwprop.c (get_prop_dest_stmt): Fix comment typo.
Richard Guenther
1
-1
/
+1
2007-04-27
re PR tree-optimization/30965 (Fails to tree-combine conditions in COND_EXPRs)
Richard Guenther
1
-376
/
+365
2007-04-18
re PR tree-optimization/19431 (missed optimization with ifs and deferencing)
Richard Guenther
1
-0
/
+299
2007-03-19
re PR tree-optimization/31254 (verify_ssa failed: type mismatch between an SS...
Andrew Pinski
1
-6
/
+3
2007-03-16
re PR tree-optimization/31146 (forwprop does not look through casts)
Richard Guenther
1
-34
/
+46
2007-03-09
tree-pass.h (TODO_update_smt_usage): Remove.
Diego Novillo
1
-25
/
+4
[next]