aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-dfa.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-12-17tree-flow-inline.h (set_default_def, [...]): Kill.Jan Hubicka1-0/+55
2005-12-15tree-flow.h (okay_component_ref_for_subvars): Remove.Richard Guenther1-34/+146
2005-12-06In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-0/+4
2005-11-10tree-ssa-alias.c (compute_may_aliases): Remove call to delete_old_heap_vars.Daniel Berlin1-12/+0
2005-11-08re PR tree-optimization/23382 (Does not remove the old HEAP virtual variables...Daniel Berlin1-0/+12
2005-10-13re PR tree-optimization/21304 (very long compile times with large cpp file fr...Andrew Pinski1-2/+2
2005-09-13* tree-dfa.c (dump_variable): Guard against NULL annotations.Diego Novillo1-3/+3
2005-07-28builtins.c: Fix comment typo(s).Volker Reichelt1-1/+1
2005-07-25tree-dfa.c (mark_new_vars_to_rename): Protect against calling with a PHI_NODE...Richard Guenther1-0/+3
2005-07-16Makefile.in: Added rules for ipa-pure-const.c...Daniel Berlin1-0/+14
2005-07-13tree-dfa.c (dump_variable): Use default_def function.Jan Hubicka1-2/+2
2005-07-09Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.hDiego Novillo1-2/+39
2005-06-30[multiple changes]Daniel Berlin1-10/+40
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-07tree-ssa-address.c: New file.Zdenek Dvorak1-1/+0
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-05-08tree-dfa.c (referenced_vars, [...]): Use VEC instead of VARRAY.Kazu Hirata1-2/+2
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-12/+10