aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-21re PR tree-optimization/33508 (tree struct aliasing goes into a loop marking ...Richard Guenther1-14/+36
2007-09-01tree-ssa-alias.c (create_name_tags): Use TYPE_VOLATILE instead of TREE_THIS_V...Richard Guenther1-1/+1
2007-08-27re PR tree-optimization/33173 (ICE in set_uids_in_ptset, at tree-ssa-structal...Daniel Berlin1-1/+1
2007-08-19Fix PR 32772 Fix PR 32716 Fix PR 32328 Fix PR 32303Daniel Berlin1-23/+84
2007-08-15tree-ssa-alias.c (compute_memory_partitions): Use alias_bitmap_obstack to all...Diego Novillo1-69/+103
2007-08-14tree-pass.h (PROP_pta): Removed.Daniel Berlin1-25/+9
2007-08-11alias.h (alias_set_type): Define new type.Ian Lance Taylor1-6/+6
2007-07-29Makefile.in (tree-ssa-alias.o): Add alloc-pool.hDaniel Berlin1-24/+11
2007-07-28timevar.def: Add TV_CALL_CLOBBER, TV_FLOW_SENSITIVE, TV_FLOW_INSENSITIVE.Daniel Berlin1-0/+6
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-06-20re PR tree-optimization/25737 (ACATS c974001 c974013 hang with struct aliasing)Adam Nemet1-4/+9
2007-06-12tree-ssa-alias.c (finalize_ref_all_pointers): Clear pt_anything flag on ref-a...Eric Botcazou1-1/+7
2007-06-12re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor1-53/+56
2007-05-29tree-ssa-alias.c: Add aliasing overview.Daniel Berlin1-0/+117
2007-05-26tree-flow.h: Remove the prototype for is_aliased_with.Kazu Hirata1-32/+0
2007-05-11Makefile.in (OBJS-common): Add tree-ssa-alias-warnings.o.Silvius Rus1-1/+5
2007-04-11tree-ssa-alias.c (dump_mem_ref_stats): Do not call need_to_partition_p if the...Diego Novillo1-1/+1
2007-04-11re PR tree-optimization/30735 (50% slow down due to mem-ssa merge)Diego Novillo1-275/+998
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-4/+6
2007-02-08re PR tree-optimization/30562 (remove unused variable is removing a reference...Diego Novillo1-44/+0
2007-01-29tree.h (struct tree_memory_tag): Add aliases member.Daniel Berlin1-139/+151
2007-01-03* cgraphunit.c, tree-ssa-alias.c: Fix comment typos.Kazu Hirata1-1/+1
2006-12-30tree.h (DECL_CALL_CLOBBERED): Remove.Jan Hubicka1-3/+3
2006-12-30tree-ssa-alias.c (create_structure_vars): When in SSA, update operand caches.Jan Hubicka1-0/+52
2006-12-22cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
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