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
/
alias.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-04
Handle the same VALUE for true dependence.
H.J. Lu
1
-5
/
+34
2010-04-30
toplev.c: Include varray.h for statistics dumping.
Steven Bosscher
1
-1
/
+0
2010-04-16
re PR bootstrap/43767 (Revision 158401 failed to bootstrap)
Jakub Jelinek
1
-8
/
+10
2010-04-16
alias.c (memrefs_conflict_p): If x and y are the same VALUE, don't call get_a...
Jakub Jelinek
1
-2
/
+32
2010-04-15
alias.c (alias_set_subset_of): Handle alias-set zero child properly.
Richard Guenther
1
-1
/
+1
2010-04-07
invoke.texi (-fargument-alias, [...]): Remove.
Richard Guenther
1
-22
/
+1
2010-04-07
re PR rtl-optimization/42617 (TARGET_MEM_REF and plain INDIRECT_REFs are not ...
Richard Guenther
1
-10
/
+17
2010-04-03
re PR middle-end/42509 (nonoverlapping_memrefs_p misinterprets NULL MEM_OFFSE...
Richard Guenther
1
-0
/
+7
2010-04-02
Make-lang.in, [...]: Update copyright years.
Steven Bosscher
1
-1
/
+1
2010-02-16
alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
Richard Guenther
1
-30
/
+43
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-3
/
+3
2009-11-01
tree.def (TARGET_MEM_REF): Update comment.
Eric Botcazou
1
-1
/
+6
2009-10-28
re PR middle-end/41855 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c:855)
Richard Guenther
1
-0
/
+7
2009-10-26
tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.
Ben Elliston
1
-0
/
+22
2009-10-26
extend.texi (Named Address Spaces): New section.
Ben Elliston
1
-0
/
+25
2009-10-23
re PR c/41673 (variable-length array dereference inside sizeof gives "warning...
Joseph Myers
1
-1
/
+8
2009-09-29
alias.c (ao_ref_from_mem): Properly deal with off decl accesses resulting fro...
Richard Guenther
1
-38
/
+30
2009-09-23
alias.c (ao_ref_from_mem): Correct for negative MEM_OFFSET produced for bigen...
Richard Guenther
1
-0
/
+12
2009-08-12
alias.c (get_alias_set): Honor TYPE_STRUCTURAL_EQUALITY_P.
Richard Guenther
1
-4
/
+13
2009-08-12
[multiple changes]
Andrey Belevantsev
1
-0
/
+3
2009-07-15
re PR bootstrap/40753 (ICE in refs_may_alias_p_1 for libffi/src/powerpc/ffi.c)
Richard Guenther
1
-0
/
+5
2009-07-14
tree-ssa-alias.h (refs_may_alias_p_1): Declare.
Richard Guenther
1
-6
/
+108
2009-06-29
re PR middle-end/38212 (restrict implementation causes wrong-code)
Richard Guenther
1
-101
/
+2
2009-06-22
alias.c: Use REG_P...
Shujing Zhao
1
-21
/
+21
2009-06-01
alias.c (find_base_term): Check for NULL term before returning.
Luis Machado
1
-2
/
+10
2009-05-22
re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)
Richard Guenther
1
-3
/
+0
2009-05-16
alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.
Ian Lance Taylor
1
-3
/
+3
2009-04-26
Expand from SSA.
Michael Matz
1
-0
/
+3
2009-04-24
re PR rtl-optimization/39794 (Miscompile with -O2 -funroll-loops)
Jakub Jelinek
1
-5
/
+5
2009-04-22
alias.c (find_base_term): Move around LO_SUM case, so that CONST falls throug...
Jakub Jelinek
1
-4
/
+5
2009-04-22
hashtab.h: Update GTY annotations to new syntax
Taras Glek
1
-2
/
+1
2009-04-03
re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)
Richard Guenther
1
-58
/
+95
2009-02-20
Update Copyright years for files modified in 2008 and/or 2009.
Jakub Jelinek
1
-1
/
+1
2009-02-10
alias.h (record_alias_subset): Declare.
Eric Botcazou
1
-2
/
+1
2009-01-21
re PR rtl-optimization/38879 (scheduler does not look for conflicting alias s...
Uros Bizjak
1
-19
/
+20
2009-01-21
check alias sets in add_inter_loop_mem_dep
Bingfeng Mei
1
-0
/
+37
2008-12-08
alias.c (find_base_term): Synch LO_SUM handling with what find_base_value does.
Luis Machado
1
-0
/
+3
2008-10-12
re PR middle-end/37447 (test pr28982b.c fails execution on power4 or later wi...
Richard Henderson
1
-46
/
+0
2008-09-23
alias.c (find_base_value): Use FIND_BASE_TERM.
Richard Sandiford
1
-0
/
+5
2008-09-17
re PR middle-end/37385 (ICE in set_mem_alias_set with the vectorizer and func...
Richard Guenther
1
-1
/
+4
2008-08-26
[multiple changes]
Vladimir Makarov
1
-0
/
+46
2008-06-26
alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...
Kaveh R. Ghazi
1
-3
/
+3
2008-06-11
alias.c (get_alias_set): Use the element alias-set for arrays.
Richard Guenther
1
-5
/
+15
2008-05-08
tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.
Richard Guenther
1
-7
/
+0
2008-05-01
tree.h (TYPE_NONALIASED_COMPONENT): Expand comment.
Eric Botcazou
1
-5
/
+4
2008-04-23
alias.c (alias_set_subset_of): Correctly handle asking if zero is a subset of...
Richard Guenther
1
-2
/
+3
2008-03-06
alias.c (struct alias_set_entry): Move has_zero_child field to pack with alia...
Richard Guenther
1
-4
/
+4
2008-02-25
re PR target/35258 (two memcpy calls merged incorrectly with -O1)
Andreas Krebbel
1
-2
/
+1
2007-10-23
alias.c (get_alias_set): For INDIRECT_REFs, deal with SSA_NAME pointers.
Richard Guenther
1
-1
/
+6
2007-10-19
re PR middle-end/33816 (gimplification before build_array_type re-set alias s...
Richard Guenther
1
-0
/
+12
[next]