aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
AgeCommit message (Expand)AuthorFilesLines
2004-08-17tree-vectorizer.c: New File: loop vectorization on SSAed GIMPLE trees.Dorit Naishlos1-0/+6
2004-08-11tree-flow-inline.h (get_def_ops, [...]): Add operand structure reference.Andrew MacLeod1-8/+5
2004-08-09Makefile.in (OBJC-common): Add tree-ssa-threadupdate.cJeff Law1-2/+5
2004-08-05tree-ssa-loop-manip.c: New file.Zdenek Dvorak1-0/+2
2004-08-04tree-cfg.c (tree_duplicate_bb): Mark duplicated definitions.Zdenek Dvorak1-1/+1
2004-07-23expr.c (expand_expr_real_1): Don't handle non-local variables.Richard Henderson1-1/+1
2004-07-22tree-into-ssa.c (set_livein_block): Fix typo in comment.Diego Novillo1-1/+1
2004-07-22tree-cfg.c (gimplify_val): Move from tree-complex.c.Paolo Bonzini1-0/+7
2004-07-21gimple-low.c (expand_var_p): Don't look at TREE_ADDRESSABLE...Richard Henderson1-2/+1
2004-07-17cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac...Steven Bosscher1-0/+2
2004-07-16tree-flow.h (struct var_ann_d): Remove has_hidden_use.Richard Henderson1-13/+0
2004-07-10tree-ssa-loop-im.c: New file.Zdenek Dvorak1-0/+8
2004-07-09tree-dfa.c (dump_variable): If the variable is a pointer SSA_NAME, also dump ...Diego Novillo1-0/+5
2004-07-09tree-scalar-evolution.c: New file.Zdenek Dvorak1-0/+44
2004-07-08tree-flow.h (addressable_vars): Declare.Diego Novillo1-0/+4
2004-07-07tree-flow-inline.h (may_propagate_copy): Move...Richard Henderson1-1/+1
2004-07-02* tree-flow.h (bb_ann_d): Remove ephi_nodes field.Steven Bosscher1-3/+0
2004-06-30common.opt (ftree-loop-optimize): New flag.Zdenek Dvorak1-0/+1
2004-06-30tree-ssa-loop-ch.c: New file.Zdenek Dvorak1-1/+5
2004-06-28tree-cfg.c (verify_stmt): Add last_in_block parameter.Richard Henderson1-0/+5
2004-06-28common.opt (ftree-fre): New flag.Diego Novillo1-7/+38
2004-06-23Makefile.in (tree-vn.o): New.Diego Novillo1-8/+14
2004-06-19CFG transparent RTL expansion:Jan Hubicka1-1/+4
2004-06-18tree-dfa.c (create_var_ann): tree_ann -> tree_ann_t.Daniel Berlin1-31/+7
2004-06-17tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.Andrew MacLeod1-3/+3
2004-06-17re PR tree-optimization/15991 (phi nodes with identical arguments still remai...Zdenek Dvorak1-0/+2
2004-06-12[multiple changes]Daniel Berlin1-1/+38
2004-06-10Makefile.in (tree-ssanames.o): Depend on TREE_FLOW_H.Diego Novillo1-2/+6
2004-06-10tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth1-3/+4
2004-06-09Move SSA_NAME annotations into tree_ssa_name.Diego Novillo1-31/+1
2004-05-17toplev.h (flag_delete_null_pointer_checks): Move from here to...Jeff Law1-1/+1
2004-05-14re PR tree-optimization/14466 (missed PHI optimization (different types))Andrew Pinski1-0/+1
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+596