aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-11[multiple changes]Diego Novillo1-628/+623
2006-12-10tree-ssa-alias.c (compact_name_tags): Use sort_tags_by_id.Daniel Berlin1-15/+3
2006-12-05tree-vrp.c (pass_vrp): Remove PROP_smt_usage.Daniel Berlin1-123/+0
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-22/+26
2006-12-05tree-ssa-alias.c (compute_flow_sensitive_aliasing): Call set_used_smts.Daniel Berlin1-0/+2
2006-12-04tree-ssa-alias.c (compute_may_aliases): Compute flow sensitive before flow in...Daniel Berlin1-7/+6
2006-11-28Privatize SSA variables into gimple_df.Jan Hubicka1-40/+19
2006-11-24tree-ssa-alias.c (tree_pointer_compare): New function.Daniel Berlin1-0/+69
2006-11-17tree-ssa-alias.c (new_type_alias): Do not use offset of expr to select subvar...Zdenek Dvorak1-13/+32
2006-11-16tree-vrp.c (get_value_range): Use XCNEW instead of XNEW and memset.Dirk Mueller1-2/+1
2006-10-19Fix PR tree-optimization/28778 Fix PR tree-optimization/29156 Fix PR tree-opt...Daniel Berlin1-9/+2
2006-08-22re PR tree-optimization/28003 (optimizer bug)Daniel Berlin1-3/+3
2006-08-21tree-ssa-alias.c (eq_ptr_info, [...]): New function.Jan Hubicka1-15/+31
2006-08-10re PR tree-optimization/26197 (ICE in is_old_name with vectorizer)Dorit Nuzman1-39/+83
2006-06-28re PR c++/27768 (wrong-code with vectors)Jason Merrill1-1/+6
2006-05-29tree-flow.h: Remove the prototype for add_type_alias.Kazu Hirata1-87/+0
2006-05-25tree-ssa-structalias.h (PTR_IS_REF_ALL): New macro.Eric Botcazou1-9/+84
2006-05-23re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod1-3/+3
2006-05-09re PR tree-optimization/27093 (verify_ssa failed: definition does not dominat...Daniel Berlin1-0/+11
2006-04-12tree-ssa-alias.c (set_initial_properties, [...]): Use VEC instead of VARRAY.Kazu Hirata1-10/+9
2006-04-10Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h.Kazu Hirata1-3/+1
2006-04-10tree-ssa-alias.c (lhs_may_store_to): New function.Daniel Berlin1-22/+49
2006-04-08tree.h (tree_memory_tag): Add old_used_alone.Daniel Berlin1-2/+9
2006-03-28tree-ssa-alias.c (create_sft): Initially inherit TREE_ADDRESSABLE from parent...Daniel Berlin1-0/+1
2006-03-25re PR tree-optimization/26804 (Alias Time explosion)Daniel Berlin1-0/+31
2006-03-21options.c (gfc_init_options): Initialize flag_argument_noalias to 3.Toon Moene1-2/+11
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-3/+4
2006-03-02tree-ssa-alias.c (find_used_portions): Consider taking the address as making ...Richard Guenther1-0/+2
2006-03-01tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo1-109/+109
2006-02-26re PR tree-optimization/26421 (tree-ssa-alias.c:find_used_portions considers ...Richard Guenther1-0/+11
2006-02-26re PR tree-optimization/26359 (Over optimization of loop when using -ftree-ve...Dorit Nuzman1-0/+3
2006-02-20tree.h (struct tree_memory_tag): Add is_used_alone member.Daniel Berlin1-1/+80
2006-02-18tree-flow.h (struct var_ann_d): Rename field is_alias_tag to is_aliased.Diego Novillo1-4/+4
2006-02-15tree.c (init_ttree): Add STRUCT_FIELD_TAG handling.Daniel Berlin1-15/+10
2006-01-26tree-ssa-alias.c (maybe_create_global_var): Change subvar walking to an asser...Daniel Berlin1-8/+1
2006-01-19tree-ssa-operands.h (ssa_call_clobbered_cache_valid): Remove.Daniel Berlin1-69/+307
2006-01-16tree-ssa-alias.c (struct used_part): Add write_only field.Richard Guenther1-3/+14
2006-01-14re PR tree-optimization/22548 (Aliasing can not tell array members apart)Richard Guenther1-0/+1
2006-01-13tree-ssa-alias.c (add_type_alias): Fix typo.Diego Novillo1-1/+1
2006-01-12tree-ssa-operands.c (add_call_clobber_ops): Use SFT_PARENT_VAR to try to avoi...Daniel Berlin1-0/+1
2006-01-06re PR tree-optimization/25528 (missed LIM on the tree level (complex types))Andrew Pinski1-0/+2
2006-01-05re PR tree-optimization/22555 (array in struct disables salias subvars for ot...Richard Guenther1-1/+0
2006-01-05tree-flow.h (struct fieldoff): Decompose field to type, size and decl.Richard Guenther1-8/+8
2005-12-19tree-flow.h (struct var_ann_d): Change type of may_aliases field to VEC(tree,...Zdenek Dvorak1-32/+35
2005-12-18tree-tailcall.c (find_tail_calls): Use XNEW.Gabriel Dos Reis1-12/+12
2005-12-15tree-flow.h (okay_component_ref_for_subvars): Remove.Richard Guenther1-33/+12
2005-12-06In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-24/+47
2005-11-10tree-ssa-alias.c (compute_may_aliases): Remove call to delete_old_heap_vars.Daniel Berlin1-2/+0
2005-11-08re PR tree-optimization/23382 (Does not remove the old HEAP virtual variables...Daniel Berlin1-0/+2
2005-10-17re PR tree-optimization/22444 (ICE at tree-into-ssa.c:466)Daniel Berlin1-23/+11