aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-dfa.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-16tree-ssa-dse (max_stmt_uid): Removed.Kenneth Zadeck1-8/+56
2008-05-15tree-dfa.c (refs_may_alias_p): Allow all kinds of INDIRECT_REF and TARGET_MEM...Richard Guenther1-2/+4
2008-05-08tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther1-64/+0
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+5
2008-03-14re PR tree-optimization/34172 (Missed store ccp optimization)Richard Guenther1-0/+162
2008-02-28revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-15/+26
2008-02-26tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-26/+15
2008-02-25revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-15/+26
2008-02-25tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-26/+15
2008-02-15re PR tree-optimization/35164 (Unable to coalesce ab SSA_NAMEs)Richard Guenther1-0/+18
2007-11-16re PR tree-optimization/33870 (miscompiles sqlite)Richard Guenther1-2/+4
2007-11-13pr 33870Diego Novillo1-1/+12
2007-11-08tree-dfa.c (remove_referenced_var): If removing a variable which has subvars...Richard Guenther1-2/+14
2007-11-07re PR tree-optimization/33870 (miscompiles sqlite)Diego Novillo1-1/+1
2007-10-28tree-flow.h (subvar_t): Make it a VEC.Richard Guenther1-2/+4
2007-10-25tree-flow.h (mem_sym_stats): Remove.Richard Guenther1-32/+1
2007-10-18tree-ssa.c (uid_ssaname_map_eq): New function.Richard Guenther1-26/+15
2007-10-18tree-flow.h (struct gimple_df): Make referenced_vars a uid_decl_map.Richard Guenther1-22/+12
2007-08-29tree-pretty-print.c (dump_generic_node): Print label DECL_UID as D.%u.Richard Guenther1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-04-11re PR tree-optimization/30735 (50% slow down due to mem-ssa merge)Diego Novillo1-12/+55
2007-03-28tree-dfa.c (get_ref_base_and_extent): Do not expect positive offsets for BIT_...Eric Botcazou1-13/+7
2007-03-27tree-dfa.c (get_ref_base_and_extent): Replace bit_offset and computations wit...Richard Guenther1-30/+23
2007-02-08re PR tree-optimization/30562 (remove unused variable is removing a reference...Diego Novillo1-3/+0
2007-01-29tree.h (struct tree_memory_tag): Add aliases member.Daniel Berlin1-1/+1
2007-01-14tree-dfa.c (remove_referenced_var): New function.Jan Hubicka1-0/+23
2006-12-23tree-flow-inline.h (var_ann): External variable annotations are unshared too.Jan Hubicka1-3/+3
2006-12-20tree-dfa.c (add_referenced_var): Walk initializers of non-constant/readonly s...Jan Hubicka1-6/+4
2006-12-20tree-flow-inline.h (gimple_var_anns): New function.Jan Hubicka1-2/+19
2006-12-12re PR middle-end/28436 (accessing an element via a "pointer" on a vector doe...Andrew Pinski1-2/+3
2006-12-11[multiple changes]Diego Novillo1-12/+20
2006-12-11tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo1-84/+40
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-10/+10
2006-11-28Privatize SSA variables into gimple_df.Jan Hubicka1-24/+18
2006-10-21tree.h (DECL_PTA_ARTIFICIAL): Remove.Daniel Berlin1-1/+1
2006-09-12re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka1-11/+8
2006-06-15re PR middle-end/27793 (num_ssa_names inconsistent or immediate use iterator ...Andrew MacLeod1-23/+2
2006-06-08re PR middle-end/27793 (num_ssa_names inconsistent or immediate use iterator ...Andrew MacLeod1-29/+44
2006-05-23re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod1-55/+30
2006-03-03tree-dfa.c (referenced_var_lookup_if_exists): Remove.Kazu Hirata1-14/+0
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-03-01tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo1-3/+3
2006-02-18tree-flow.h (struct var_ann_d): Rename field is_alias_tag to is_aliased.Diego Novillo1-2/+2
2006-02-10tree-dfa.c (get_ref_base_and_extent): When computing maxsize deal with struct...Richard Guenther1-0/+25
2006-01-19tree-ssa-operands.h (ssa_call_clobbered_cache_valid): Remove.Daniel Berlin1-7/+31
2006-01-06tree-dfa.c (mark_new_vars_to_rename): Create stmt annotation, if necessary.Richard Guenther1-0/+1
2005-12-22[multiple changes]Andrew Pinski1-0/+4
2005-12-22ipa-reference.c (get_reference_vars_info_from_cgraph): Use function_ann.Daniel Berlin1-0/+20
2005-12-18tree-vn.c (vn_add): Use XNEW.Gabriel Dos Reis1-9/+10
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-2/+3