aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-dfa.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-27/+15
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-335/+1
2005-03-13In gcc/ada/ 2005-03-12 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-0/+43
2005-03-08c-common.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2005-03-03tree-dfa.c (add_referenced_var): Don't walk initializer of external and non-c...Jan Hubicka1-1/+8
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-2/+2
2005-02-15bitmap.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-14re PR tree-optimization/19853 (incorrect vops after exposing a new global var...Diego Novillo1-2/+1
2004-12-10tree-into-ssa.c (REWRITE_THIS_STMT): Define.Diego Novillo1-0/+15
2004-11-04bitmap.h (bitmap_a_or_b, [...]): Remove.Nathan Sidwell1-1/+1
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell1-1/+1
2004-10-27re PR tree-optimization/17133 (wrong code with -ftree-lim)Daniel Berlin1-1/+8
2004-10-25patch to remove the analysis of module level static variables.Kenneth Zadeck1-1/+0
2004-10-25timevar.def (TV_FIND_REFERENCED_VARS): New.Steven Bosscher1-1/+1
2004-10-22alias.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-10-14Speed up walk_tree by introducing a special-purpose hash table.Matt Austern1-4/+5
2004-09-30tree-ssa-alias.c (collect_points_to_info_r): Move analysis of expressions...Diego Novillo1-6/+5
2004-09-23tree-flow.h (find_new_referenced_vars): Add prototype.Jakub Jelinek1-3/+25