aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-dfa.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-29tree-ssa-operands.c (get_expr_operands): Do not handle INDIRECT_REFs in the h...Richard Guenther1-13/+16
2009-05-24tree-ssa-operands.h (push_stmt_changes, [...]): Delete.Paolo Bonzini1-5/+1
2009-04-27tree-flow-inline.h (function_ann): Remove.Richard Guenther1-21/+0
2009-04-17omp-low.c (create_omp_child_function): Set DECL_CONTEXT for DECL.Diego Novillo1-18/+29
2009-04-08re PR tree-optimization/36291 (GCC is slow and memory-hungry building sipQtGu...Richard Guenther1-6/+4
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-322/+12
2009-03-30ipa-prop.h (jump_func_type): Rename IPA_UNKNOWN...Martin Jambor1-5/+19
2009-03-06re PR middle-end/39360 (ICE in referenced_var_lookup, at tree-dfa.c:563)Jakub Jelinek1-4/+8
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-135/+74
2008-06-28tree-ssa-structalias.c (callused_id, [...]): Add.Richard Guenther1-0/+1
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-1/+1
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-5/+6
2008-05-28re PR tree-optimization/36291 (GCC is slow and memory-hungry building sipQtGu...Richard Guenther1-23/+16
2008-05-24tree-dfa.c (refs_may_alias_p): Re-instantiate case that a scalar variable can...Richard Guenther1-2/+17
2008-05-22tree-dfa.c (refs_may_alias_p): Exit early if possible.Richard Guenther1-12/+72
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