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-sccvn.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-06
re PR target/35659 (Miscompiled code with -O2 (but not with -O2 -funroll-loop...
Paolo Bonzini
1
-3
/
+20
2009-01-28
re PR tree-optimization/38926 (ice in find_or_generate_expression, at tree-ss...
Richard Guenther
1
-1
/
+1
2009-01-23
re PR middle-end/38932 (ICE in set_value_range, at tree-vrp.c:398)
Paolo Bonzini
1
-4
/
+5
2009-01-18
re PR tree-optimization/38819 (trapping expression wrongly hoisted out of loop)
Richard Guenther
1
-0
/
+47
2008-11-20
re PR middle-end/29215 (extra store for memcpy)
Jakub Jelinek
1
-1
/
+1
2008-11-02
re PR tree-optimization/37542 (PRE doesn't simplify during phi-translation)
Richard Guenther
1
-3
/
+21
2008-11-02
re PR tree-optimization/37991 (excessive memory consumption - possible hang)
Richard Guenther
1
-2
/
+7
2008-10-04
tree-ssa-sccvn.c (vn_reference_op_eq): Use types_compatible_p instead of poin...
Richard Guenther
1
-2
/
+2
2008-09-22
re PR tree-optimization/37145 (XFAILs from PRE rewrite, SCCVN union optimizat...
Richard Guenther
1
-11
/
+14
2008-09-18
re PR tree-optimization/37258 (ice in simplify_subreg, at simplify-rtx.c:4957)
Richard Guenther
1
-0
/
+14
2008-09-08
re PR tree-optimization/37421 (ICE in vn_reference_insert_pieces at tree-ssa-...
Richard Guenther
1
-3
/
+7
2008-08-21
tree-ssa-pre.c (insert_into_preds_of_block): Before inserting a PHI ask VN if...
Richard Guenther
1
-1
/
+1
2008-08-19
re PR tree-optimization/35972 (load-PRE missed opportunities without SFTs)
Richard Guenther
1
-2
/
+112
2008-08-13
gimple.h (gimple_call_set_chain): Accept SSA variables.
Eric Botcazou
1
-3
/
+2
2008-07-29
re PR tree-optimization/36945 (PRE/SCCVN do not handle aggregate function arg...
Richard Guenther
1
-27
/
+15
2008-07-28
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
Richard Biener
1
-220
/
+496
2008-07-27
re PR tree-optimization/36830 (STORAGE_ERROR raised compiling s-os_lib.adb)
Eric Botcazou
1
-11
/
+15
2008-07-19
re PR bootstrap/36864 (Yet another bootstrap failure on i686-apple-darwin9)
Richard Guenther
1
-0
/
+18
2008-07-15
tree-ssa-sccvn.c (expressions_equal_p): Check type equality.
Daniel Berlin
1
-0
/
+2
2008-07-14
tree-ssa-sccvn.c (pre_info): Remove.
Richard Guenther
1
-67
/
+6
2008-07-08
Fix PR tree-optimization/23455 Fix PR tree-optimization/35286 Fix PR tree-opt...
Daniel Berlin
1
-109
/
+501
2008-06-20
ggc.h (GGC_RESIZEVAR): New, reorder macros.
Kaveh R. Ghazi
1
-4
/
+4
2008-06-17
tree-ssa-sccvn.c: Fix format of comments.
Bernhard Fischer
1
-4
/
+4
2008-06-06
cgraph.c: Fix typos in comments.
Ralf Wildenhues
1
-3
/
+3
2008-05-26
tree-ssa-sccvn.c (expr_has_constants): Declare.
Richard Guenther
1
-2
/
+3
2008-05-20
re PR middle-end/35204 (crash by too deep recursion in DFS tree-ssa-sccvn.c:1...
Richard Guenther
1
-50
/
+105
2008-05-20
tree-ssa-reassoc.c (fini_reassoc): Use the statistics infrastructure.
Richard Guenther
1
-3
/
+1
2008-05-16
tree-ssa-dse (max_stmt_uid): Removed.
Kenneth Zadeck
1
-12
/
+2
2008-05-15
tree-dfa.c (refs_may_alias_p): Allow all kinds of INDIRECT_REF and TARGET_MEM...
Richard Guenther
1
-0
/
+21
2008-05-09
pa.c (reloc_needed): Use CASE_CONVERT.
Tomas Bily
1
-2
/
+1
2008-04-17
tree-vn.c (expressions_equal_p): Do not check type equality or compatibility ...
Richard Guenther
1
-5
/
+7
2008-04-15
tree-ssa-sccvn.h (vn_reference_lookup): Adjust prototype.
Richard Guenther
1
-3
/
+4
2008-03-18
tree-ssa-sccvn.c (visit_reference_op_load): If the lookup found an expression...
Richard Guenther
1
-0
/
+6
2008-03-15
tree-ssa-ccp.c (get_symbol_constant_value): Export.
Richard Guenther
1
-36
/
+34
2008-03-14
re PR tree-optimization/34172 (Missed store ccp optimization)
Richard Guenther
1
-11
/
+92
2008-03-14
re PR tree-optimization/34043 (Missed optimization causing extra loads and st...
Richard Guenther
1
-5
/
+93
2008-03-08
tree-ssa-sccvn.h (vn_binary_op_lookup): Remove.
Richard Guenther
1
-194
/
+89
2008-03-03
tree-ssa-sccvn.c (visit_reference_op_store): Do not insert struct copies into...
Richard Guenther
1
-3
/
+9
2008-02-29
tree-ssa-pre.c (get_sccvn_value): Create missing VNs via vn_lookup_or_add.
Richard Guenther
1
-13
/
+10
2008-02-28
tree-ssa-sccvn (vn_ssa_aux_obstack): New obstack.
Steven Bosscher
1
-13
/
+20
2008-01-21
re PR target/34856 (ICE with some constant vectors)
Richard Guenther
1
-0
/
+1
2008-01-17
Teach SCCVN that throwing expressions are not to be regenerated.
Andrew MacLeod
1
-1
/
+2
2008-01-11
tree-ssa-sccvn.c (struct vn_binary_op_s): Move hashcode near opcode.
Richard Guenther
1
-19
/
+23
2008-01-08
re PR tree-optimization/34683 (SSA rewriting in the loop unroller causes quad...
Richard Guenther
1
-7
/
+2
2008-01-07
re PR tree-optimization/34683 (SSA rewriting in the loop unroller causes quad...
Richard Guenther
1
-2
/
+6
2007-12-13
re PR middle-end/34450 (compile takes up 1.8 GB RAM at -O1)
Richard Guenther
1
-5
/
+31
2007-11-23
re PR tree-optimization/34176 (SCCVN breaks gettext)
Richard Guenther
1
-0
/
+20
2007-09-27
re PR tree-optimization/33565 (spurious warning: assuming signed overflow do...
Ian Lance Taylor
1
-2
/
+7
2007-09-18
re PR tree-optimization/33340 (ICE: SSA corruption with -O (FRE))
Richard Guenther
1
-0
/
+5
2007-09-07
re PR tree-optimization/32586 (New VN misses FRE opportunities)
Richard Guenther
1
-12
/
+54
[next]