aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
AgeCommit message (Expand)AuthorFilesLines
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
2005-05-23* tree-flow.h (stmt_ann_d): Kill GTY ((skip)) mark on BB.Jan Hubicka1-1/+1
2005-05-17timevar.def (TV_SCEV_CONST): New timevar.Zdenek Dvorak1-0/+1
2005-05-17tree-ssa-loop-ivopts.c (find_bivs, [...]): Apply expand_simple_operations to ...Zdenek Dvorak1-0/+1
2005-05-17tree-cfg.c (tree_can_merge_blocks_p): Allow phi nodes in the merged block.Zdenek Dvorak1-0/+1
2005-05-17cgraph.h (cgraph_node): Add 'lowered' state.Steven Bosscher1-0/+1
2005-05-16re PR tree-optimization/21399 (libstdc++ 12077.cc ICE)Richard Henderson1-1/+1
2005-05-12basic-block.h (FOR_ALL_BB_FN): New macro.Jan Hubicka1-0/+1
2005-05-08tree-dfa.c (referenced_vars, [...]): Use VEC instead of VARRAY.Kazu Hirata1-3/+3
2005-05-06re PR tree-optimization/19401 (Trivial loop not unrolled)Zdenek Dvorak1-1/+1
2005-05-03tree-flow.h (tree_ann_common_d): Move aux to ...Kazu Hirata1-4/+4
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-12/+8
2005-04-27tree-flow.h (ssa_names): Change the type to VEC(tree,gc).Kazu Hirata1-3/+3
2005-04-22[multiple changes]Diego Novillo1-23/+7
2005-04-22Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _...Zdenek Dvorak1-1/+5
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-5/+2
2005-04-12Makefile.in (OBJS-common): Add tree-ssa-uncprop.o.Jeff Law1-1/+0
2005-04-12Makefile.in: Add function.h to BASIC_BLOCK_H.Steven Bosscher1-1/+2
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-6/+55
2005-04-08tree-flow.h: Remove the prototype for redirect_immediate_uses.Kazu Hirata1-5/+0
2005-04-06cse.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-04-05tree-flow.h (number_of_iterations_cond): Declaration removed.Zdenek Dvorak1-2/+0
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-51/+27
2005-03-29Makefile.in (value-prof.o): New dependencies on $(DIAGNOSTIC_H) $(TREE_H) and...Dale Johannesen1-0/+6
2005-03-21re PR tree-optimization/20542 (Bootstrap failure at -Os)Daniel Berlin1-0/+3
2005-03-13In gcc/ada/ 2005-03-12 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-4/+30
2005-03-10Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence.Zdenek Dvorak1-1/+2
2005-03-08gimple-low.c (lower_stmt_body): Make it static.Kazu Hirata1-2/+0
2005-03-05tree-phinodes.c (remove_phi_node): Drop the last argument.Kazu Hirata1-1/+1