aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
AgeCommit message (Expand)AuthorFilesLines
2006-06-15re PR middle-end/27793 (num_ssa_names inconsistent or immediate use iterator ...Andrew MacLeod1-2/+0
2006-06-12tree-flow.h: Remove the prototype for compute_phi_arg_on_exit.Kazu Hirata1-1/+0
2006-06-08re PR middle-end/27793 (num_ssa_names inconsistent or immediate use iterator ...Andrew MacLeod1-0/+2
2006-05-29tree-flow.h: Remove the prototype for add_type_alias.Kazu Hirata1-1/+0
2006-05-28cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-05-24re PR tree-optimization/27639 (VRP miscompilation of simple loop)Zdenek Dvorak1-3/+7
2006-05-23re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod1-1/+1
2006-05-17re PR tree-optimization/27548 (ICE: SSA corruption - Conflict across an abnor...Zdenek Dvorak1-0/+1
2006-04-27Implement new immediate use iterators.Andrew MacLeod1-6/+37
2006-04-26re PR middle-end/25989 (gomp ICE with -O2 and schedule(guided))Jakub Jelinek1-0/+3
2006-04-13re PR libgomp/26651 ([gomp] #omp for ordered leaks memory)Richard Henderson1-0/+45
2006-03-03tree-dfa.c (referenced_var_lookup_if_exists): Remove.Kazu Hirata1-1/+0
2006-03-01tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo1-4/+4
2006-02-20tree.h (struct tree_memory_tag): Add is_used_alone member.Daniel Berlin1-0/+2
2006-02-18tree-flow.h (struct var_ann_d): Rename field is_alias_tag to is_aliased.Diego Novillo1-5/+2
2006-02-15tree.c (init_ttree): Add STRUCT_FIELD_TAG handling.Daniel Berlin1-7/+1
2006-02-14invoke.texi (-fprefetch-loop-arrays, [...]): Document.Zdenek Dvorak1-0/+25
2006-02-07tree-vrp.c (find_conditional_asserts): Update comments.Jeff Law1-0/+5
2006-01-19tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL...Diego Novillo1-1/+5
2006-01-19tree-ssa-operands.h (ssa_call_clobbered_cache_valid): Remove.Daniel Berlin1-1/+26
2006-01-11tree-ssa-threadupdate.c (threaded_edges): New VEC to hold edge pairs.Jeff Law1-1/+2
2006-01-11re PR tree-optimization/23109 (compiler generates wrong code leading to spuri...Paolo Bonzini1-0/+1
2006-01-06tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law1-1/+1
2006-01-05tree-pass.h (TODO_remove_unused_locals): Define.Richard Guenther1-0/+3
2006-01-05tree-flow.h (struct fieldoff): Decompose field to type, size and decl.Richard Guenther1-1/+3
2005-12-30tree.h (VALUE_HANDLE_VUSES): New.Daniel Berlin1-2/+6
2005-12-22ipa-reference.c (get_reference_vars_info_from_cgraph): Use function_ann.Daniel Berlin1-6/+16
2005-12-19tree-flow.h (struct var_ann_d): Change type of may_aliases field to VEC(tree,...Zdenek Dvorak1-2/+2
2005-12-19tree-flow.h (struct stmt_ann_d): Remove makes_aliased_loads and makes_aliased...Zdenek Dvorak1-6/+0
2005-12-17tree-flow-inline.h (set_default_def, [...]): Kill.Jan Hubicka1-8/+6
2005-12-15tree-flow.h (okay_component_ref_for_subvars): Remove.Richard Guenther1-2/+2
2005-12-12tree-flow.h: Allow compilation with a C++ compiler.Rafael Ávila de Espíndola1-5/+5
2005-12-12tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Remove reassociation code.Jeff Law1-0/+2
2005-12-06In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-25/+0
2005-11-18tree-flow.h (reserve_phi_args_for_new_edge, [...]): Mention that these functi...James A. Morrison1-6/+8
2005-11-10tree-ssa-alias.c (compute_may_aliases): Remove call to delete_old_heap_vars.Daniel Berlin1-2/+3
2005-11-08re PR tree-optimization/23382 (Does not remove the old HEAP virtual variables...Daniel Berlin1-0/+2
2005-11-04tree-flow.h (ref_contains_indirect_ref): Rename to array_ref_contains_indirec...Richard Guenther1-1/+1
2005-10-15re PR middle-end/23714 (ICE in expand_assignment)Richard Henderson1-1/+0
2005-10-09re PR tree-optimization/24226 (ICE: Segmentation fault in operand_equal_p (co...Zdenek Dvorak1-0/+1
2005-10-05re PR middle-end/23714 (ICE in expand_assignment)Richard Henderson1-0/+1
2005-09-22tree-data-ref.c (analyze_array_indexes): Only estimate when estimate_only is ...Daniel Berlin1-0/+1
2005-09-19tree-flow.h (merge_alias_info): Declare.Richard Henderson1-0/+1
2005-09-17tree-pass.h, [...]: Revert last change.Richard Henderson1-3/+0
2005-09-17tree-pass.h (pass_vect_dce): Declare.Richard Henderson1-0/+3
2005-08-13re PR tree-optimization/22236 (wrong code for casts and scev)Sebastian Pop1-1/+2
2005-07-27re PR tree-optimization/22325 (missed optimization in loop)Zdenek Dvorak1-0/+2
2005-07-25expr.c (highest_pow2_factor): Make extern.Ira Rosen1-0/+1
2005-07-21re PR rtl-optimization/19210 (not using do-loop for some loops)Paolo Bonzini1-1/+1
2005-07-20tree.h (tree_expr_nonzero_p): Export.James A. Morrison1-1/+0