aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-19re PR tree-optimization/22483 (ICE : tree check: expected ssa_name, have var_...Daniel Berlin1-0/+24
2005-07-16Makefile.in: Added rules for ipa-pure-const.c...Daniel Berlin1-0/+11
2005-07-11tree-flow.h (remove_empty_loops, [...]): Declare.Zdenek Dvorak1-0/+2
2005-07-09Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.hDiego Novillo1-11/+15
2005-07-06tree-vrp.c (simplify_using_ranges): Kill.Jeff Law1-0/+1
2005-06-30[multiple changes]Daniel Berlin1-6/+39
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-09Makefile.in (OBJS-common): Add tree-ssa-structalias.o.Daniel Berlin1-0/+20
2005-06-07Fixes PR 18403 and meta PR 21861.Sebastian Pop1-1/+2
2005-06-07tree-ssa-address.c: New file.Zdenek Dvorak1-1/+45
2005-06-05re PR middle-end/21846 (segfault in fold_binary compiling vpr with -O2 -funro...Zdenek Dvorak1-0/+1
2005-06-05tree-flow.h (stmt_ann_d): Move aux to ...Dorit Nuzman1-4/+4
2005-06-01[multiple changes]Diego Novillo1-33/+1
2005-05-29tree-ssa-alias.c (new_type_alias): New procedure to create a type memory tag ...Keith Besaw1-0/+1
2005-05-28Makefile.in (OBJS-common): Add tree-cfgcleanup.o.Kazu Hirata1-2/+6
2005-05-27basic-block.h (basic_block_def): Add phi_nodes and predictions.Kazu Hirata1-18/+3
2005-05-24tree-flow.h (bb_ann_d): Remove has_escape_site.Kazu Hirata1-3/+0