aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow-inline.h
AgeCommit message (Expand)AuthorFilesLines
2005-04-26tree-flow-inline.h (op_iter_next_must_and_may_def): New.Jeff Law1-10/+49
2005-04-21lambda.h (lambda_vector_min_nz): Likewise.Nathan Sidwell1-5/+1
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-1/+1
2005-04-17tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata1-21/+0
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-0/+11
2005-04-06cse.c, [...]: Fix comment typos.Kazu Hirata1-8/+8
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-70/+377
2005-03-21re PR tree-optimization/20542 (Bootstrap failure at -Os)Daniel Berlin1-0/+43
2005-03-15re PR tree-optimization/20458 (structure aliasing causes wrong code)Daniel Berlin1-2/+2
2005-03-13In gcc/ada/ 2005-03-12 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-0/+56
2005-02-02re PR tree-optimization/19578 (function pointer propagation fails for noretur...Richard Sandiford1-0/+10
2005-01-27c-common.def, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-24tree-flow-inline.h (phi_arg_from_edge): Remove.Kazu Hirata1-9/+0
2004-12-20re PR tree-optimization/19080 (ICE while compiling linux kernel)Diego Novillo1-0/+12
2004-11-25re PR tree-optimization/18587 (build_v_may_defs and build_vuses can be improv...Andrew MacLeod1-0/+4
2004-11-23tree-phinode.c (resize_phi_node): Abort when LEN is strictly greater than PHI...Kazu Hirata1-7/+1
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