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-alias.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-14
tree-ssa-alias.h (refs_may_alias_p_1): Declare.
Richard Guenther
1
-1
/
+1
2009-06-30
tree-ssa-alias.c (walk_aliased_vdefs_1): Change interface to use ao_ref refer...
Richard Guenther
1
-5
/
+5
2009-06-29
re PR middle-end/14187 ([tree-ssa] C restricted pointers are not properly imp...
Richard Guenther
1
-0
/
+7
2009-06-27
tree-ssa-alias.c: Fix unintentional commit.
Paolo Bonzini
1
-0
/
+10
2009-06-27
domwalk.h (struct dom_walk_data): Remove all callbacks except before_dom_chil...
Paolo Bonzini
1
-10
/
+0
2009-06-25
tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Disambiguate indirect referenc...
Richard Guenther
1
-7
/
+46
2009-06-20
tree-ssa-structalias.c (find_func_aliases): For memset use a constraint from ...
Richard Guenther
1
-4
/
+39
2009-06-19
tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle ADDR_EXPR pointers.
Richard Guenther
1
-24
/
+193
2009-06-16
tree-ssa-alias.c (is_escape_site): Remove.
Richard Guenther
1
-76
/
+0
2009-05-29
tree-ssa-alias.c (nonaliasing_component_refs_p): Remove short-cutting on the ...
Richard Guenther
1
-3
/
+2
2009-05-28
tree-ssa-alias.c (ao_ref_init): New function.
Richard Guenther
1
-42
/
+131
2009-05-25
re PR tree-optimization/36327 (SCCVN should look through struct copies)
Richard Guenther
1
-2
/
+24
2009-05-25
tree-ssa-alias.h (dump_points_to_solution): Declare.
Richard Guenther
1
-22
/
+37
2009-05-22
re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)
Richard Guenther
1
-11
/
+38
2009-04-17
tree-ssa-alias.c (refs_may_alias_p_1): Do not use TBAA for decl-vs-decl disam...
Richard Guenther
1
-13
/
+21
2009-04-17
re PR tree-optimization/39746 (Fail pr34513.c and pr34513.C at -O1 and above)
Richard Guenther
1
-18
/
+8
2009-04-07
tree-ssa-alias.c (refs_may_alias_p_1): Check for is_gimple_min_invariant rath...
Martin Jambor
1
-2
/
+2
2009-04-07
tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Non-aliased decls are only use...
Richard Guenther
1
-2
/
+31
2009-04-03
re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)
Richard Guenther
1
-3459
/
+793
2009-02-20
Update Copyright years for files modified in 2008 and/or 2009.
Jakub Jelinek
1
-1
/
+2
2009-01-26
re PR tree-optimization/38745 (ICE: statement makes a memory store, but has n...
Richard Guenther
1
-0
/
+2
2009-01-26
re PR tree-optimization/38745 (ICE: statement makes a memory store, but has n...
Richard Guenther
1
-0
/
+16
2008-12-04
re PR middle-end/36509 (gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c)
Richard Guenther
1
-3
/
+0
2008-11-25
re PR middle-end/38151 (structures with _Complex arguments are not passed cor...
Richard Guenther
1
-56
/
+34
2008-11-15
re PR tree-optimization/38051 (Miscompilation of glibc's memcmp)
Richard Guenther
1
-15
/
+20
2008-10-19
tree-ssa-alias.c (may_alias_p): Remove bogus shortcut.
Richard Guenther
1
-10
/
+0
2008-09-15
tree-ssa-alias.c (init_alias_info): Call bitmap_obstack_release in every call...
Jakub Jelinek
1
-1
/
+3
2008-09-04
rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_...
Ian Lance Taylor
1
-1
/
+1
2008-07-28
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
Richard Biener
1
-113
/
+81
2008-07-25
cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.
Jan Hubicka
1
-11
/
+1
2008-07-11
re PR tree-optimization/36765 (Revision 137573 miscompiles 464.h264ref in SPE...
Richard Guenther
1
-0
/
+20
2008-07-07
tree-ssa-structalias.h (set_used_smts): Remove.
Richard Guenther
1
-1
/
+0
2008-06-29
tree-ssa-structalias.h (compute_points_to_sets): Adjust prototype.
Richard Guenther
1
-1
/
+305
2008-06-28
tree-ssa-structalias.c (callused_id, [...]): Add.
Richard Guenther
1
-1
/
+6
2008-06-27
re PR tree-optimization/36400 (points-to results wrong)
Richard Guenther
1
-12
/
+12
2008-06-20
ggc.h (GGC_RESIZEVAR): New, reorder macros.
Kaveh R. Ghazi
1
-1
/
+1
2008-06-12
re PR tree-optimization/36345 (TBAA-pruning of points-to sets ineffective)
Richard Guenther
1
-6
/
+8
2008-06-11
tree-flow.h (may_point_to_global_var): Declare.
Richard Guenther
1
-0
/
+17
2008-06-04
tree-flow-inline.h (is_global_var): Do not check TREE_STATIC on MTAGs.
Richard Guenther
1
-21
/
+11
2008-05-29
re PR tree-optimization/36343 (Wrong code due to bad TBAA pruning of points-t...
Richard Guenther
1
-20
/
+15
2008-05-28
re PR tree-optimization/36339 (not call clobbering variable for non common of...
Richard Guenther
1
-13
/
+19
2008-05-27
re PR tree-optimization/36339 (not call clobbering variable for non common of...
Richard Guenther
1
-0
/
+16
2008-05-15
treestruct.def (TS_STRUCT_FIELD_TAG): Remove.
Diego Novillo
1
-5
/
+5
2008-05-15
re PR middle-end/36244 (-ftree-parallelize-loops=4, vectorizer enabled, ICE)
Richard Guenther
1
-1
/
+0
2008-05-15
re PR tree-optimization/34330 (-ftree-parallelize-loops=4 ICE with the vector...
Richard Guenther
1
-2
/
+5
2008-05-09
pa.c (reloc_needed): Use CASE_CONVERT.
Tomas Bily
1
-2
/
+1
2008-05-09
invoke.texi (-fdump-tree-salias): Remove documentation.
Richard Guenther
1
-40
/
+4
2008-05-08
tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.
Richard Guenther
1
-681
/
+11
2008-04-29
tree-ssa-alias.c (finalize_ref_all_pointers): Remove.
Richard Guenther
1
-140
/
+66
2008-04-23
re PR tree-optimization/27799 (adding unused char field inhibits optimization)
Richard Guenther
1
-14
/
+13
[next]