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
2010-09-06
tree.def (MISALIGNED_INDIRECT_REF): Remove.
Richard Guenther
1
-9
/
+0
2010-09-03
tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.
Richard Guenther
1
-7
/
+9
2010-08-20
vec.h (FOR_EACH_VEC_ELT): Define.
Nathan Froyd
1
-9
/
+9
2010-08-16
tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit.
Richard Guenther
1
-1
/
+0
2010-07-26
re PR tree-optimization/45071 (ICE: tree check: expected ssa_name, have integ...
Richard Guenther
1
-5
/
+3
2010-07-22
re PR middle-end/45017 (miscompile with bitfield and optimization)
Richard Guenther
1
-0
/
+15
2010-07-15
tree.h (enum tree_index): Add TI_INTEGER_THREE.
Anatoly Sokolov
1
-1
/
+1
2010-07-15
tree.h (DECL_CHAIN): Define.
Nathan Froyd
1
-1
/
+1
2010-07-08
tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Fix stmt check for PO...
Richard Guenther
1
-2
/
+2
2010-07-08
tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): New function.
Richard Guenther
1
-0
/
+81
2010-07-05
tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.
Richard Guenther
1
-9
/
+0
2010-07-04
2010-07-4 Richard Guenther <rguenther@suse.de>
Richard Guenther
1
-4
/
+4
2010-07-04
re PR tree-optimization/44656 (VN should value-replace operands during alias-...
Richard Guenther
1
-0
/
+17
2010-07-01
re PR middle-end/42834 (memcpy folding overeager)
Richard Guenther
1
-112
/
+216
2010-06-25
With large parts from Jim Wilson:
Bernd Schmidt
1
-0
/
+4
2010-06-13
bitmap.c (bitmap_and, [...]): Turn internal datastructure checks into checkin...
Jan Hubicka
1
-1
/
+1
2010-06-01
gimplify.c: Do not include except.h and optabs.h.
Steven Bosscher
1
-1
/
+0
2010-05-26
tree-ssa-sccvn.c (copy_nary): Adjust.
Richard Guenther
1
-62
/
+60
2010-05-21
diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...
Joseph Myers
1
-0
/
+2
2010-05-21
tree.h: Include real.h and fixed-value.h as basic datatypes.
Steven Bosscher
1
-2
/
+0
2010-05-14
re PR tree-optimization/44124 (valgrind reports invalid read while compiling ...
Richard Guenther
1
-2
/
+3
2010-04-07
re PR tree-optimization/43270 (array-bounds false negative)
Richard Guenther
1
-1
/
+77
2010-04-02
Make-lang.in, [...]: Update copyright years.
Steven Bosscher
1
-1
/
+1
2010-01-04
tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate a new entry only ...
Richard Guenther
1
-13
/
+15
2010-01-04
tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use iterative_hash_* as inte...
Richard Guenther
1
-31
/
+18
2009-12-19
re PR tree-optimization/42108 (50% performance regression)
Richard Guenther
1
-2
/
+16
2009-12-18
tree-ssa-sccvn.c (copy_nary): New function.
Richard Guenther
1
-3
/
+59
2009-11-28
matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...
Jakub Jelinek
1
-2
/
+1
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-22
/
+22
2009-10-31
tree-ssa-sccvn.c (vn_reference_lookup_3): Bail out instead of aborting if the...
Eric Botcazou
1
-1
/
+3
2009-09-14
Squash commit of EH in gimple
Richard Henderson
1
-4
/
+0
2009-09-08
tree-ssa-sccvn.c (vn_reference_lookup_3): Don't assume there are more VR->OPE...
Richard Henderson
1
-2
/
+3
2009-08-06
tree-ssa.c (useless_type_conversion_p_1): Make function and array type compar...
Richard Guenther
1
-23
/
+12
2009-06-16
bitmap.c (bitmap_clear): Don't declare as inline.
Ian Lance Taylor
1
-1
/
+1
2009-06-12
re PR tree-optimization/38865 (missing FRE with VIEW_CONVERT_EXPR)
Andrew Pinski
1
-0
/
+6
2009-06-03
tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use DECL_SIZE consistently.
Richard Guenther
1
-1
/
+1
2009-06-02
tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use DECL_SIZE for field decls.
Richard Guenther
1
-1
/
+1
2009-05-28
tree-ssa-alias.c (ao_ref_init): New function.
Richard Guenther
1
-77
/
+190
2009-05-25
re PR tree-optimization/36327 (SCCVN should look through struct copies)
Richard Guenther
1
-9
/
+166
2009-05-21
tree-ssa-sccvn.c (copy_reference_ops_from_ref): Record TMR_ORIGINAL.
Richard Guenther
1
-5
/
+11
2009-05-15
re PR tree-optimization/39999 (gcc 4.4.0 compiles in infinite loop)
Richard Guenther
1
-3
/
+3
2009-05-14
tree-ssa-sccvn.c (compare_ops): Stabilize qsort.
Doug Kwan
1
-4
/
+7
2009-04-15
tree-ssa-pre.c (eliminate): When replacing a PHI node carry out a necessary c...
Richard Guenther
1
-1
/
+2
2009-04-11
re PR tree-optimization/39713 (ICE in get_expr_value_id)
Richard Guenther
1
-3
/
+4
2009-04-08
tree-ssa-sccvn.c (valueize_refs): Do not continue to valueize random data.
Richard Guenther
1
-1
/
+4
2009-04-05
re PR c/39648 (internal compiler error: in fold_convert, at fold-const.c:2506)
Richard Biener
1
-0
/
+17
2009-04-04
re PR c++/8781 (Pessimization of C++ (functional) code)
Richard Guenther
1
-32
/
+87
2009-04-03
re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)
Richard Guenther
1
-287
/
+103
2009-03-28
re PR tree-optimization/38513 (Only postreload will remove a no-op store)
Richard Guenther
1
-0
/
+4
2009-03-04
re PR tree-optimization/39362 (ICE failing to coalesce ab SSA names)
Richard Guenther
1
-8
/
+13
[next]