aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
AgeCommit message (Expand)Author
2005-03-15This commit was manufactured by cvs2svn to create tagapple/gcc-5001no-author
2005-02-10 PR tree-optimization/18687Zdenek Dvorak
2005-02-02 PR tree-optimization/19578Richard Sandiford
2005-02-01 PR tree-optimization/19633Diego Novillo
2005-01-24 * tree-flow-inline.h (phi_arg_from_edge): Remove.Kazu Hirata
2005-01-18 * basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c,Kazu Hirata
2005-01-14 * c-tree.h, coverage.h, langhooks-def.h, optabs.h, output.h,Kazu Hirata
2004-12-10 * tree-into-ssa.c (REWRITE_THIS_STMT): Define.Diego Novillo
2004-12-06 PR tree-optimization/18601Zdenek Dvorak
2004-11-25 * tree-phinodes.c (add_phi_arg): Take "tree" instead ofKazu Hirata
2004-11-252004-11-25 Andrew Macleod <amacleod@redhat.com>Andrew Macleod
2004-11-23 * tree-cfg.c (tree_execute_on_growing_pred): New.Kazu Hirata
2004-11-22 * tree-ssa.c (ssa_remove_edge): Remove.Kazu Hirata
2004-11-22 * tree-phinodes.c (remove_phi_arg_num): Make it static.Kazu Hirata
2004-11-22 * tree-flow.h: Remove the prototype for remove_phi_arg.Kazu Hirata
2004-11-192004-11-19 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski
2004-11-17 * basic-block.h, c-common.h, df.h, expr.h, output.h, rtl.h,Kazu Hirata
2004-11-162004-11-15 Dale Johannesen <dalej@apple.com>Dale Johannesen
2004-11-16 * tree-cfg.c (bsi_commit_edge_inserts): Remove an argument.Kazu Hirata
2004-11-14 PR tree-optimization/18431Zdenek Dvorak
2004-11-142004-11-13 Dale Johannesen <dalej@apple.com>Dale Johannesen
2004-11-09 * tree-phinodes.c (phi_reverse): New.Kazu Hirata
2004-11-08 * tree-if-conv.c (tree_if_conversion): Make it static.Kazu Hirata
2004-11-08 * tree-ssa-operands.c (build_ssa_operands): Make it static.Kazu Hirata
2004-11-022004-11-01 Andrew MacLeod <amacleod@redhat.com>Andrew MacLeod
2004-10-28 PR tree-optimization/16728Diego Novillo
2004-10-28 * lambda-code.c (nestify_update_pending_stmts): Remove.Kazu Hirata
2004-10-272004-10-27 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin
2004-10-25patch to remove the analysis of module level static variables.Kenneth Zadeck
2004-10-18 * tree-cfg.c (bsi_for_stmt): Rename from stmt_for_bsi.Diego Novillo
2004-10-07 * tree-cfg.c (tree_block_forwards_to): Remove.Kazu Hirata
2004-10-062004-10-06 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin
2004-09-29 * tree-flow.h (struct bb_ann_d): Remove num_preds member.Ben Elliston
2004-09-29 PR 15089Richard Henderson
2004-09-232004-09-23 Diego Novillo <dnovillo@redhat.com>Jakub Jelinek
2004-09-23 * cfgloop.h (update_single_exits_after_duplication): Declare.Zdenek Dvorak
2004-09-16 * Makefile.in (tree-cfg.o): Add CFGLAYOUT_H dependency.Zdenek Dvorak
2004-09-15 * tree-dfa.c (free_df_for_stmt): No longer static.Jeff Law
2004-09-13New code to analyze file level static variables and to determine ifKenneth Zadeck
2004-09-10 * c-common.c, c-pch.c, defaults.h, lambda-code.c, passes.c,Kazu Hirata
2004-09-082004-09-08 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin
2004-09-05 * c-common.c, cfgexpand.c, cgraphunit.c, defaults.h,Kazu Hirata
2004-09-05 * tree-ssa-loop-ivopts.c: New file.Zdenek Dvorak
2004-09-04 Tree level if-conversion for vectorizer.Devang Patel
2004-08-29 * Makefile.in (OBJS-common): Add tree-ssa-propagate.oDiego Novillo
2004-08-24 * tree-ssa-loop-ivcanon.c: New file.Zdenek Dvorak
2004-08-19 * basic-block.h (struct edge_def): Remove crossing_edge.Steven Bosscher
2004-08-18 * tree-dfa.c (add_referenced_var): Only global variables areDiego Novillo
2004-08-17 * tree-vectorizer.c: New File: loop vectorization on SSAed GIMPLE trees.Dorit Naishlos
2004-08-112004-08-11 Andrew MacLeod <amacleod@redhat.com>Andrew MacLeod