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
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
2006-05-23
re PR c++/26757 (C++ front-end producing two DECLs with the same UID)
Andrew MacLeod
1
-3
/
+3
2006-05-09
re PR tree-optimization/27093 (verify_ssa failed: definition does not dominat...
Daniel Berlin
1
-0
/
+11
2006-04-12
tree-ssa-alias.c (set_initial_properties, [...]): Use VEC instead of VARRAY.
Kazu Hirata
1
-10
/
+9
2006-04-10
Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h.
Kazu Hirata
1
-3
/
+1
2006-04-10
tree-ssa-alias.c (lhs_may_store_to): New function.
Daniel Berlin
1
-22
/
+49
2006-04-08
tree.h (tree_memory_tag): Add old_used_alone.
Daniel Berlin
1
-2
/
+9
2006-03-28
tree-ssa-alias.c (create_sft): Initially inherit TREE_ADDRESSABLE from parent...
Daniel Berlin
1
-0
/
+1
2006-03-25
re PR tree-optimization/26804 (Alias Time explosion)
Daniel Berlin
1
-0
/
+31
2006-03-21
options.c (gfc_init_options): Initialize flag_argument_noalias to 3.
Toon Moene
1
-2
/
+11
2006-03-02
tree-vrp.c (execute_vrp): Return value.
Daniel Berlin
1
-3
/
+4
2006-03-02
tree-ssa-alias.c (find_used_portions): Consider taking the address as making ...
Richard Guenther
1
-0
/
+2
2006-03-01
tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.
Diego Novillo
1
-109
/
+109
2006-02-26
re PR tree-optimization/26421 (tree-ssa-alias.c:find_used_portions considers ...
Richard Guenther
1
-0
/
+11
2006-02-26
re PR tree-optimization/26359 (Over optimization of loop when using -ftree-ve...
Dorit Nuzman
1
-0
/
+3
2006-02-20
tree.h (struct tree_memory_tag): Add is_used_alone member.
Daniel Berlin
1
-1
/
+80
2006-02-18
tree-flow.h (struct var_ann_d): Rename field is_alias_tag to is_aliased.
Diego Novillo
1
-4
/
+4
2006-02-15
tree.c (init_ttree): Add STRUCT_FIELD_TAG handling.
Daniel Berlin
1
-15
/
+10
2006-01-26
tree-ssa-alias.c (maybe_create_global_var): Change subvar walking to an asser...
Daniel Berlin
1
-8
/
+1
2006-01-19
tree-ssa-operands.h (ssa_call_clobbered_cache_valid): Remove.
Daniel Berlin
1
-69
/
+307
2006-01-16
tree-ssa-alias.c (struct used_part): Add write_only field.
Richard Guenther
1
-3
/
+14
2006-01-14
re PR tree-optimization/22548 (Aliasing can not tell array members apart)
Richard Guenther
1
-0
/
+1
2006-01-13
tree-ssa-alias.c (add_type_alias): Fix typo.
Diego Novillo
1
-1
/
+1
2006-01-12
tree-ssa-operands.c (add_call_clobber_ops): Use SFT_PARENT_VAR to try to avoi...
Daniel Berlin
1
-0
/
+1
2006-01-06
re PR tree-optimization/25528 (missed LIM on the tree level (complex types))
Andrew Pinski
1
-0
/
+2
2006-01-05
re PR tree-optimization/22555 (array in struct disables salias subvars for ot...
Richard Guenther
1
-1
/
+0
2006-01-05
tree-flow.h (struct fieldoff): Decompose field to type, size and decl.
Richard Guenther
1
-8
/
+8
2005-12-19
tree-flow.h (struct var_ann_d): Change type of may_aliases field to VEC(tree,...
Zdenek Dvorak
1
-32
/
+35
2005-12-18
tree-tailcall.c (find_tail_calls): Use XNEW.
Gabriel Dos Reis
1
-12
/
+12
2005-12-15
tree-flow.h (okay_component_ref_for_subvars): Remove.
Richard Guenther
1
-33
/
+12
2005-12-06
In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>
Daniel Berlin
1
-24
/
+47
2005-11-10
tree-ssa-alias.c (compute_may_aliases): Remove call to delete_old_heap_vars.
Daniel Berlin
1
-2
/
+0
2005-11-08
re PR tree-optimization/23382 (Does not remove the old HEAP virtual variables...
Daniel Berlin
1
-0
/
+2
2005-10-17
re PR tree-optimization/22444 (ICE at tree-into-ssa.c:466)
Daniel Berlin
1
-23
/
+11
[next]