summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/33508 (tree struct aliasing goes into a loop marking ...Richard Guenther2007-09-211-14/+36
* tree-ssa-alias.c (create_name_tags): Use TYPE_VOLATILE instead of TREE_THIS_V...Richard Guenther2007-09-011-1/+1
* re PR tree-optimization/33173 (ICE in set_uids_in_ptset, at tree-ssa-structal...Daniel Berlin2007-08-271-1/+1
* Fix PR 32772 Fix PR 32716 Fix PR 32328 Fix PR 32303Daniel Berlin2007-08-191-23/+84
* tree-ssa-alias.c (compute_memory_partitions): Use alias_bitmap_obstack to all...Diego Novillo2007-08-151-69/+103
* tree-pass.h (PROP_pta): Removed.Daniel Berlin2007-08-141-25/+9
* alias.h (alias_set_type): Define new type.Ian Lance Taylor2007-08-111-6/+6
* Makefile.in (tree-ssa-alias.o): Add alloc-pool.hDaniel Berlin2007-07-291-24/+11
* timevar.def: Add TV_CALL_CLOBBER, TV_FLOW_SENSITIVE, TV_FLOW_INSENSITIVE.Daniel Berlin2007-07-281-0/+6
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi2007-07-251-2/+2
* re PR tree-optimization/25737 (ACATS c974001 c974013 hang with struct aliasing)Adam Nemet2007-06-201-4/+9
* tree-ssa-alias.c (finalize_ref_all_pointers): Clear pt_anything flag on ref-a...Eric Botcazou2007-06-121-1/+7
* re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor2007-06-121-53/+56
* tree-ssa-alias.c: Add aliasing overview.Daniel Berlin2007-05-291-0/+117
* tree-flow.h: Remove the prototype for is_aliased_with.Kazu Hirata2007-05-261-32/+0
* Makefile.in (OBJS-common): Add tree-ssa-alias-warnings.o.Silvius Rus2007-05-111-1/+5
* tree-ssa-alias.c (dump_mem_ref_stats): Do not call need_to_partition_p if the...Diego Novillo2007-04-111-1/+1
* re PR tree-optimization/30735 (50% slow down due to mem-ssa merge)Diego Novillo2007-04-111-275/+998
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-4/+6
* re PR tree-optimization/30562 (remove unused variable is removing a reference...Diego Novillo2007-02-081-44/+0
* tree.h (struct tree_memory_tag): Add aliases member.Daniel Berlin2007-01-291-139/+151
* * cgraphunit.c, tree-ssa-alias.c: Fix comment typos.Kazu Hirata2007-01-031-1/+1
* tree.h (DECL_CALL_CLOBBERED): Remove.Jan Hubicka2006-12-301-3/+3
* tree-ssa-alias.c (create_structure_vars): When in SSA, update operand caches.Jan Hubicka2006-12-301-0/+52
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2006-12-221-1/+1
* [multiple changes]Diego Novillo2006-12-111-628/+623
* tree-ssa-alias.c (compact_name_tags): Use sort_tags_by_id.Daniel Berlin2006-12-101-15/+3
* tree-vrp.c (pass_vrp): Remove PROP_smt_usage.Daniel Berlin2006-12-051-123/+0
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-22/+26
* tree-ssa-alias.c (compute_flow_sensitive_aliasing): Call set_used_smts.Daniel Berlin2006-12-051-0/+2
* tree-ssa-alias.c (compute_may_aliases): Compute flow sensitive before flow in...Daniel Berlin2006-12-041-7/+6
* Privatize SSA variables into gimple_df.Jan Hubicka2006-11-281-40/+19
* tree-ssa-alias.c (tree_pointer_compare): New function.Daniel Berlin2006-11-241-0/+69
* tree-ssa-alias.c (new_type_alias): Do not use offset of expr to select subvar...Zdenek Dvorak2006-11-171-13/+32
* tree-vrp.c (get_value_range): Use XCNEW instead of XNEW and memset.Dirk Mueller2006-11-161-2/+1
* Fix PR tree-optimization/28778 Fix PR tree-optimization/29156 Fix PR tree-opt...Daniel Berlin2006-10-191-9/+2
* re PR tree-optimization/28003 (optimizer bug)Daniel Berlin2006-08-221-3/+3
* tree-ssa-alias.c (eq_ptr_info, [...]): New function.Jan Hubicka2006-08-211-15/+31
* re PR tree-optimization/26197 (ICE in is_old_name with vectorizer)Dorit Nuzman2006-08-101-39/+83
* re PR c++/27768 (wrong-code with vectors)Jason Merrill2006-06-281-1/+6
* tree-flow.h: Remove the prototype for add_type_alias.Kazu Hirata2006-05-291-87/+0
* tree-ssa-structalias.h (PTR_IS_REF_ALL): New macro.Eric Botcazou2006-05-251-9/+84
* re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod2006-05-231-3/+3
* re PR tree-optimization/27093 (verify_ssa failed: definition does not dominat...Daniel Berlin2006-05-091-0/+11
* tree-ssa-alias.c (set_initial_properties, [...]): Use VEC instead of VARRAY.Kazu Hirata2006-04-121-10/+9
* Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h.Kazu Hirata2006-04-101-3/+1
* tree-ssa-alias.c (lhs_may_store_to): New function.Daniel Berlin2006-04-101-22/+49
* tree.h (tree_memory_tag): Add old_used_alone.Daniel Berlin2006-04-081-2/+9
* tree-ssa-alias.c (create_sft): Initially inherit TREE_ADDRESSABLE from parent...Daniel Berlin2006-03-281-0/+1