aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow-inline.h
AgeCommit message (Expand)AuthorFilesLines
2004-10-27re PR tree-optimization/17133 (wrong code with -ftree-lim)Daniel Berlin1-12/+64
2004-10-07tree-flow-inline.h (phi_nodes): Remove an unnecessary check for ENTRY_BLOCK_P...Kazu Hirata1-2/+0
2004-09-11tree-cfg.c (set_bb_for_stmt): Use PHI_BB.Zdenek Dvorak1-2/+12
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-57/+19
2004-08-25tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod1-0/+172
2004-08-12re PR tree-optimization/16867 (Inline array initializer miscompilation at -O)Diego Novillo1-4/+7
2004-08-11tree-flow-inline.h (get_def_ops, [...]): Add operand structure reference.Andrew MacLeod1-16/+7
2004-07-23expr.c (expand_expr_real_1): Don't handle non-local variables.Richard Henderson1-8/+0
2004-07-21gimple-low.c (expand_var_p): Don't look at TREE_ADDRESSABLE...Richard Henderson1-3/+11
2004-07-16tree-flow.h (struct var_ann_d): Remove has_hidden_use.Richard Henderson1-18/+0
2004-07-12cfgloop.h (struct loop): Add nb_iterations field.Sebastian Pop1-0/+12
2004-07-07tree-flow-inline.h (may_propagate_copy): Move...Richard Henderson1-91/+0
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-3/+4
2004-06-28common.opt (ftree-fre): New flag.Diego Novillo1-4/+14
2004-06-18tree-dfa.c (create_var_ann): tree_ann -> tree_ann_t.Daniel Berlin1-51/+18
2004-06-17tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.Andrew MacLeod1-29/+55
2004-06-17re PR tree-optimization/15991 (phi nodes with identical arguments still remai...Zdenek Dvorak1-0/+47
2004-06-16tree.h (PHI_CHAIN): New.Steven Bosscher1-1/+1
2004-06-15tree-flow-inline.h: Document all functions.Daniel Berlin1-3/+88
2004-06-15tree-flow-inline.h (stmt_ann): Remove use of is_essa_node.Daniel Berlin1-1/+1
2004-06-12[multiple changes]Daniel Berlin1-0/+41
2004-06-10tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth1-9/+25
2004-06-09Move SSA_NAME annotations into tree_ssa_name.Diego Novillo1-21/+0
2004-05-21tree-flow-inline.h (num_immediate_uses): Don't abort if DF is NULL.Diego Novillo1-0/+3
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+604