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-alias.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-11-21
re PR tree-optimization/34148 (Too many VOPs, too deep tree-ssa-sccvn.c recur...
Richard Guenther
1
-1
/
+1
2007-11-16
re PR tree-optimization/33870 (miscompiles sqlite)
Richard Guenther
1
-8
/
+8
2007-11-15
tree-ssa-alias.c (create_overlap_variables_for): Make sure to only create SFT...
Richard Guenther
1
-1
/
+4
2007-11-13
pr 33870
Diego Novillo
1
-8
/
+28
2007-11-09
bitmap.h (bitmap_single_bit_set_p): Declare.
Richard Guenther
1
-2
/
+3
2007-10-28
tree-flow.h (subvar_t): Make it a VEC.
Richard Guenther
1
-34
/
+37
2007-10-25
tree-flow.h (mem_sym_stats): Remove.
Richard Guenther
1
-37
/
+77
2007-09-21
re PR tree-optimization/33508 (tree struct aliasing goes into a loop marking ...
Richard Guenther
1
-14
/
+36
2007-09-01
tree-ssa-alias.c (create_name_tags): Use TYPE_VOLATILE instead of TREE_THIS_V...
Richard Guenther
1
-1
/
+1
2007-08-27
re PR tree-optimization/33173 (ICE in set_uids_in_ptset, at tree-ssa-structal...
Daniel Berlin
1
-1
/
+1
2007-08-19
Fix PR 32772 Fix PR 32716 Fix PR 32328 Fix PR 32303
Daniel Berlin
1
-23
/
+84
2007-08-15
tree-ssa-alias.c (compute_memory_partitions): Use alias_bitmap_obstack to all...
Diego Novillo
1
-69
/
+103
2007-08-14
tree-pass.h (PROP_pta): Removed.
Daniel Berlin
1
-25
/
+9
2007-08-11
alias.h (alias_set_type): Define new type.
Ian Lance Taylor
1
-6
/
+6
2007-07-29
Makefile.in (tree-ssa-alias.o): Add alloc-pool.h
Daniel Berlin
1
-24
/
+11
2007-07-28
timevar.def: Add TV_CALL_CLOBBER, TV_FLOW_SENSITIVE, TV_FLOW_INSENSITIVE.
Daniel Berlin
1
-0
/
+6
2007-07-26
Change copyright header to refer to version 3 of the GNU General Public Licen...
Nick Clifton
1
-4
/
+3
2007-07-25
c-common.c (fname_as_string, [...]): Constify.
Kaveh R. Ghazi
1
-2
/
+2
2007-06-20
re PR tree-optimization/25737 (ACATS c974001 c974013 hang with struct aliasing)
Adam Nemet
1
-4
/
+9
2007-06-12
tree-ssa-alias.c (finalize_ref_all_pointers): Clear pt_anything flag on ref-a...
Eric Botcazou
1
-1
/
+7
2007-06-12
re PR libstdc++/29286 (placement new does not change the dynamic type as it s...
Ian Lance Taylor
1
-53
/
+56
2007-05-29
tree-ssa-alias.c: Add aliasing overview.
Daniel Berlin
1
-0
/
+117
2007-05-26
tree-flow.h: Remove the prototype for is_aliased_with.
Kazu Hirata
1
-32
/
+0
2007-05-11
Makefile.in (OBJS-common): Add tree-ssa-alias-warnings.o.
Silvius Rus
1
-1
/
+5
2007-04-11
tree-ssa-alias.c (dump_mem_ref_stats): Do not call need_to_partition_p if the...
Diego Novillo
1
-1
/
+1
2007-04-11
re PR tree-optimization/30735 (50% slow down due to mem-ssa merge)
Diego Novillo
1
-275
/
+998
2007-02-15
tree.h (enum tree_code_class): Add tcc_vl_exp.
Sandra Loosemore
1
-4
/
+6
2007-02-08
re PR tree-optimization/30562 (remove unused variable is removing a reference...
Diego Novillo
1
-44
/
+0
2007-01-29
tree.h (struct tree_memory_tag): Add aliases member.
Daniel Berlin
1
-139
/
+151
2007-01-03
* cgraphunit.c, tree-ssa-alias.c: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2006-12-30
tree.h (DECL_CALL_CLOBBERED): Remove.
Jan Hubicka
1
-3
/
+3
2006-12-30
tree-ssa-alias.c (create_structure_vars): When in SSA, update operand caches.
Jan Hubicka
1
-0
/
+52
2006-12-22
cgraphunit.c, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2006-12-11
[multiple changes]
Diego Novillo
1
-628
/
+623
2006-12-10
tree-ssa-alias.c (compact_name_tags): Use sort_tags_by_id.
Daniel Berlin
1
-15
/
+3
2006-12-05
tree-vrp.c (pass_vrp): Remove PROP_smt_usage.
Daniel Berlin
1
-123
/
+0
2006-12-05
Merge gimple-tuples-branch into mainline.
Aldy Hernandez
1
-22
/
+26
2006-12-05
tree-ssa-alias.c (compute_flow_sensitive_aliasing): Call set_used_smts.
Daniel Berlin
1
-0
/
+2
2006-12-04
tree-ssa-alias.c (compute_may_aliases): Compute flow sensitive before flow in...
Daniel Berlin
1
-7
/
+6
2006-11-28
Privatize SSA variables into gimple_df.
Jan Hubicka
1
-40
/
+19
2006-11-24
tree-ssa-alias.c (tree_pointer_compare): New function.
Daniel Berlin
1
-0
/
+69
2006-11-17
tree-ssa-alias.c (new_type_alias): Do not use offset of expr to select subvar...
Zdenek Dvorak
1
-13
/
+32
2006-11-16
tree-vrp.c (get_value_range): Use XCNEW instead of XNEW and memset.
Dirk Mueller
1
-2
/
+1
2006-10-19
Fix PR tree-optimization/28778 Fix PR tree-optimization/29156 Fix PR tree-opt...
Daniel Berlin
1
-9
/
+2
2006-08-22
re PR tree-optimization/28003 (optimizer bug)
Daniel Berlin
1
-3
/
+3
2006-08-21
tree-ssa-alias.c (eq_ptr_info, [...]): New function.
Jan Hubicka
1
-15
/
+31
2006-08-10
re PR tree-optimization/26197 (ICE in is_old_name with vectorizer)
Dorit Nuzman
1
-39
/
+83
2006-06-28
re PR c++/27768 (wrong-code with vectors)
Jason Merrill
1
-1
/
+6
2006-05-29
tree-flow.h: Remove the prototype for add_type_alias.
Kazu Hirata
1
-87
/
+0
2006-05-25
tree-ssa-structalias.h (PTR_IS_REF_ALL): New macro.
Eric Botcazou
1
-9
/
+84
[next]