aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
AgeCommit message (Expand)AuthorFilesLines
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
2005-03-01Makefile.in (tree-ssa-sink.o): New.Daniel Berlin1-0/+2
2005-02-10re PR tree-optimization/18687 (>200% compile time regression compared to gcc-...Zdenek Dvorak1-0/+1
2005-02-02re PR tree-optimization/19578 (function pointer propagation fails for noretur...Richard Sandiford1-0/+3
2005-02-01re PR tree-optimization/19633 (local address incorrectly thought to escape)Diego Novillo1-0/+3
2005-01-24tree-flow-inline.h (phi_arg_from_edge): Remove.Kazu Hirata1-1/+0
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-14c-tree.h, [...]: Remove unused prototypes.Kazu Hirata1-1/+0
2004-12-10tree-into-ssa.c (REWRITE_THIS_STMT): Define.Diego Novillo1-0/+1
2004-12-06re PR tree-optimization/18601 (tree cfglceanup is slow)Zdenek Dvorak1-4/+0
2004-11-25tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a...Kazu Hirata1-1/+1
2004-11-25re PR tree-optimization/18587 (build_v_may_defs and build_vuses can be improv...Andrew MacLeod1-0/+8