aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-9/+15
2008-02-28revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-22/+36
2008-02-26tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-36/+22
2008-02-25revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-22/+36
2008-02-25tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-36/+22
2008-01-22re PR tree-optimization/33092 (Using -O1 -fno-tree-salias results in ICE)Manuel López-Ibáñez1-0/+24
2007-11-21re PR tree-optimization/34148 (Too many VOPs, too deep tree-ssa-sccvn.c recur...Richard Guenther1-1/+1
2007-11-16re PR tree-optimization/33870 (miscompiles sqlite)Richard Guenther1-8/+8
2007-11-15tree-ssa-alias.c (create_overlap_variables_for): Make sure to only create SFT...Richard Guenther1-1/+4
2007-11-13pr 33870Diego Novillo1-8/+28
2007-11-09bitmap.h (bitmap_single_bit_set_p): Declare.Richard Guenther1-2/+3
2007-10-28tree-flow.h (subvar_t): Make it a VEC.Richard Guenther1-34/+37
2007-10-25tree-flow.h (mem_sym_stats): Remove.Richard Guenther1-37/+77
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