summaryrefslogtreecommitdiff
path: root/gcc/tree-dfa.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka2006-09-121-11/+8
* re PR middle-end/27793 (num_ssa_names inconsistent or immediate use iterator ...Andrew MacLeod2006-06-151-23/+2
* re PR middle-end/27793 (num_ssa_names inconsistent or immediate use iterator ...Andrew MacLeod2006-06-081-29/+44
* re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod2006-05-231-55/+30
* tree-dfa.c (referenced_var_lookup_if_exists): Remove.Kazu Hirata2006-03-031-14/+0
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-1/+2
* tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo2006-03-011-3/+3
* tree-flow.h (struct var_ann_d): Rename field is_alias_tag to is_aliased.Diego Novillo2006-02-181-2/+2
* tree-dfa.c (get_ref_base_and_extent): When computing maxsize deal with struct...Richard Guenther2006-02-101-0/+25
* tree-ssa-operands.h (ssa_call_clobbered_cache_valid): Remove.Daniel Berlin2006-01-191-7/+31
* tree-dfa.c (mark_new_vars_to_rename): Create stmt annotation, if necessary.Richard Guenther2006-01-061-0/+1
* [multiple changes]Andrew Pinski2005-12-221-0/+4
* ipa-reference.c (get_reference_vars_info_from_cgraph): Use function_ann.Daniel Berlin2005-12-221-0/+20
* tree-vn.c (vn_add): Use XNEW.Gabriel Dos Reis2005-12-181-9/+10
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-2/+3
* tree-flow-inline.h (set_default_def, [...]): Kill.Jan Hubicka2005-12-171-0/+55
* tree-flow.h (okay_component_ref_for_subvars): Remove.Richard Guenther2005-12-151-34/+146
* In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin2005-12-061-0/+4
* tree-ssa-alias.c (compute_may_aliases): Remove call to delete_old_heap_vars.Daniel Berlin2005-11-101-12/+0
* re PR tree-optimization/23382 (Does not remove the old HEAP virtual variables...Daniel Berlin2005-11-081-0/+12
* re PR tree-optimization/21304 (very long compile times with large cpp file fr...Andrew Pinski2005-10-131-2/+2
* * tree-dfa.c (dump_variable): Guard against NULL annotations.Diego Novillo2005-09-131-3/+3
* builtins.c: Fix comment typo(s).Volker Reichelt2005-07-281-1/+1
* tree-dfa.c (mark_new_vars_to_rename): Protect against calling with a PHI_NODE...Richard Guenther2005-07-251-0/+3
* Makefile.in: Added rules for ipa-pure-const.c...Daniel Berlin2005-07-161-0/+14
* tree-dfa.c (dump_variable): Use default_def function.Jan Hubicka2005-07-131-2/+2
* Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.hDiego Novillo2005-07-091-2/+39
* [multiple changes]Daniel Berlin2005-06-301-10/+40
* Update FSF address.Kelley Cook2005-06-251-2/+2
* tree-ssa-address.c: New file.Zdenek Dvorak2005-06-071-1/+0
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+0
* tree-dfa.c (referenced_vars, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-05-081-2/+2
* lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod2005-05-031-12/+10
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-27/+15
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-335/+1
* In gcc/ada/ 2005-03-12 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin2005-03-131-0/+43
* c-common.c, [...]: Fix comment formatting.Kazu Hirata2005-03-081-1/+1
* tree-dfa.c (add_referenced_var): Don't walk initializer of external and non-c...Jan Hubicka2005-03-031-1/+8
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-2/+2
* bitmap.c, [...]: Update copyright.Kazu Hirata2005-02-151-1/+1
* re PR tree-optimization/19853 (incorrect vops after exposing a new global var...Diego Novillo2005-02-141-2/+1
* tree-into-ssa.c (REWRITE_THIS_STMT): Define.Diego Novillo2004-12-101-0/+15
* bitmap.h (bitmap_a_or_b, [...]): Remove.Nathan Sidwell2004-11-041-1/+1
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-1/+1
* re PR tree-optimization/17133 (wrong code with -ftree-lim)Daniel Berlin2004-10-271-1/+8
* patch to remove the analysis of module level static variables.Kenneth Zadeck2004-10-251-1/+0
* timevar.def (TV_FIND_REFERENCED_VARS): New.Steven Bosscher2004-10-251-1/+1
* alias.c, [...]: Fix comment formatting.Kazu Hirata2004-10-221-1/+1
* Speed up walk_tree by introducing a special-purpose hash table.Matt Austern2004-10-141-4/+5
* tree-ssa-alias.c (collect_points_to_info_r): Move analysis of expressions...Diego Novillo2004-09-301-6/+5