| Commit message (Expand) | Author | Age | Files | Lines |
* | re PR tree-optimization/33508 (tree struct aliasing goes into a loop marking ... | Richard Guenther | 2007-09-21 | 1 | -14/+36 |
* | tree-ssa-alias.c (create_name_tags): Use TYPE_VOLATILE instead of TREE_THIS_V... | Richard Guenther | 2007-09-01 | 1 | -1/+1 |
* | re PR tree-optimization/33173 (ICE in set_uids_in_ptset, at tree-ssa-structal... | Daniel Berlin | 2007-08-27 | 1 | -1/+1 |
* | Fix PR 32772 Fix PR 32716 Fix PR 32328 Fix PR 32303 | Daniel Berlin | 2007-08-19 | 1 | -23/+84 |
* | tree-ssa-alias.c (compute_memory_partitions): Use alias_bitmap_obstack to all... | Diego Novillo | 2007-08-15 | 1 | -69/+103 |
* | tree-pass.h (PROP_pta): Removed. | Daniel Berlin | 2007-08-14 | 1 | -25/+9 |
* | alias.h (alias_set_type): Define new type. | Ian Lance Taylor | 2007-08-11 | 1 | -6/+6 |
* | Makefile.in (tree-ssa-alias.o): Add alloc-pool.h | Daniel Berlin | 2007-07-29 | 1 | -24/+11 |
* | timevar.def: Add TV_CALL_CLOBBER, TV_FLOW_SENSITIVE, TV_FLOW_INSENSITIVE. | Daniel Berlin | 2007-07-28 | 1 | -0/+6 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -4/+3 |
* | c-common.c (fname_as_string, [...]): Constify. | Kaveh R. Ghazi | 2007-07-25 | 1 | -2/+2 |
* | re PR tree-optimization/25737 (ACATS c974001 c974013 hang with struct aliasing) | Adam Nemet | 2007-06-20 | 1 | -4/+9 |
* | tree-ssa-alias.c (finalize_ref_all_pointers): Clear pt_anything flag on ref-a... | Eric Botcazou | 2007-06-12 | 1 | -1/+7 |
* | re PR libstdc++/29286 (placement new does not change the dynamic type as it s... | Ian Lance Taylor | 2007-06-12 | 1 | -53/+56 |
* | tree-ssa-alias.c: Add aliasing overview. | Daniel Berlin | 2007-05-29 | 1 | -0/+117 |
* | tree-flow.h: Remove the prototype for is_aliased_with. | Kazu Hirata | 2007-05-26 | 1 | -32/+0 |
* | Makefile.in (OBJS-common): Add tree-ssa-alias-warnings.o. | Silvius Rus | 2007-05-11 | 1 | -1/+5 |
* | tree-ssa-alias.c (dump_mem_ref_stats): Do not call need_to_partition_p if the... | Diego Novillo | 2007-04-11 | 1 | -1/+1 |
* | re PR tree-optimization/30735 (50% slow down due to mem-ssa merge) | Diego Novillo | 2007-04-11 | 1 | -275/+998 |
* | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 2007-02-15 | 1 | -4/+6 |
* | re PR tree-optimization/30562 (remove unused variable is removing a reference... | Diego Novillo | 2007-02-08 | 1 | -44/+0 |
* | tree.h (struct tree_memory_tag): Add aliases member. | Daniel Berlin | 2007-01-29 | 1 | -139/+151 |
* | * cgraphunit.c, tree-ssa-alias.c: Fix comment typos. | Kazu Hirata | 2007-01-03 | 1 | -1/+1 |
* | tree.h (DECL_CALL_CLOBBERED): Remove. | Jan Hubicka | 2006-12-30 | 1 | -3/+3 |
* | tree-ssa-alias.c (create_structure_vars): When in SSA, update operand caches. | Jan Hubicka | 2006-12-30 | 1 | -0/+52 |
* | cgraphunit.c, [...]: Fix comment typos. | Kazu Hirata | 2006-12-22 | 1 | -1/+1 |
* | [multiple changes] | Diego Novillo | 2006-12-11 | 1 | -628/+623 |
* | tree-ssa-alias.c (compact_name_tags): Use sort_tags_by_id. | Daniel Berlin | 2006-12-10 | 1 | -15/+3 |
* | tree-vrp.c (pass_vrp): Remove PROP_smt_usage. | Daniel Berlin | 2006-12-05 | 1 | -123/+0 |
* | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 2006-12-05 | 1 | -22/+26 |
* | tree-ssa-alias.c (compute_flow_sensitive_aliasing): Call set_used_smts. | Daniel Berlin | 2006-12-05 | 1 | -0/+2 |
* | tree-ssa-alias.c (compute_may_aliases): Compute flow sensitive before flow in... | Daniel Berlin | 2006-12-04 | 1 | -7/+6 |
* | Privatize SSA variables into gimple_df. | Jan Hubicka | 2006-11-28 | 1 | -40/+19 |
* | tree-ssa-alias.c (tree_pointer_compare): New function. | Daniel Berlin | 2006-11-24 | 1 | -0/+69 |
* | tree-ssa-alias.c (new_type_alias): Do not use offset of expr to select subvar... | Zdenek Dvorak | 2006-11-17 | 1 | -13/+32 |
* | tree-vrp.c (get_value_range): Use XCNEW instead of XNEW and memset. | Dirk Mueller | 2006-11-16 | 1 | -2/+1 |
* | Fix PR tree-optimization/28778 Fix PR tree-optimization/29156 Fix PR tree-opt... | Daniel Berlin | 2006-10-19 | 1 | -9/+2 |
* | re PR tree-optimization/28003 (optimizer bug) | Daniel Berlin | 2006-08-22 | 1 | -3/+3 |
* | tree-ssa-alias.c (eq_ptr_info, [...]): New function. | Jan Hubicka | 2006-08-21 | 1 | -15/+31 |
* | re PR tree-optimization/26197 (ICE in is_old_name with vectorizer) | Dorit Nuzman | 2006-08-10 | 1 | -39/+83 |
* | re PR c++/27768 (wrong-code with vectors) | Jason Merrill | 2006-06-28 | 1 | -1/+6 |
* | tree-flow.h: Remove the prototype for add_type_alias. | Kazu Hirata | 2006-05-29 | 1 | -87/+0 |
* | tree-ssa-structalias.h (PTR_IS_REF_ALL): New macro. | Eric Botcazou | 2006-05-25 | 1 | -9/+84 |
* | re PR c++/26757 (C++ front-end producing two DECLs with the same UID) | Andrew MacLeod | 2006-05-23 | 1 | -3/+3 |
* | re PR tree-optimization/27093 (verify_ssa failed: definition does not dominat... | Daniel Berlin | 2006-05-09 | 1 | -0/+11 |
* | tree-ssa-alias.c (set_initial_properties, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 2006-04-12 | 1 | -10/+9 |
* | Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h. | Kazu Hirata | 2006-04-10 | 1 | -3/+1 |
* | tree-ssa-alias.c (lhs_may_store_to): New function. | Daniel Berlin | 2006-04-10 | 1 | -22/+49 |
* | tree.h (tree_memory_tag): Add old_used_alone. | Daniel Berlin | 2006-04-08 | 1 | -2/+9 |
* | tree-ssa-alias.c (create_sft): Initially inherit TREE_ADDRESSABLE from parent... | Daniel Berlin | 2006-03-28 | 1 | -0/+1 |