| Commit message (Expand) | Author | Age | Files | Lines |
* | * c-tree.h, coverage.h, langhooks-def.h, optabs.h, output.h, | kazu | 2005-01-14 | 1 | -1/+0 |
* | * tree-into-ssa.c (REWRITE_THIS_STMT): Define. | dnovillo | 2004-12-10 | 1 | -0/+1 |
* | PR tree-optimization/18601 | kazu | 2004-12-06 | 1 | -4/+0 |
* | * tree-phinodes.c (add_phi_arg): Take "tree" instead of | kazu | 2004-11-25 | 1 | -1/+1 |
* | 2004-11-25 Andrew Macleod <amacleod@redhat.com> | amacleod | 2004-11-25 | 1 | -0/+8 |
* | * tree-cfg.c (tree_execute_on_growing_pred): New. | kazu | 2004-11-23 | 1 | -0/+1 |
* | * tree-ssa.c (ssa_remove_edge): Remove. | kazu | 2004-11-22 | 1 | -1/+0 |
* | * tree-phinodes.c (remove_phi_arg_num): Make it static. | kazu | 2004-11-22 | 1 | -1/+0 |
* | * tree-flow.h: Remove the prototype for remove_phi_arg. | kazu | 2004-11-22 | 1 | -1/+1 |
* | 2004-11-19 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2004-11-19 | 1 | -1/+4 |
* | * basic-block.h, c-common.h, df.h, expr.h, output.h, rtl.h, | kazu | 2004-11-17 | 1 | -3/+0 |
* | 2004-11-15 Dale Johannesen <dalej@apple.com> | dalej | 2004-11-16 | 1 | -1/+1 |
* | * tree-cfg.c (bsi_commit_edge_inserts): Remove an argument. | kazu | 2004-11-16 | 1 | -1/+1 |
* | PR tree-optimization/18431 | rakdver | 2004-11-14 | 1 | -0/+1 |
* | 2004-11-13 Dale Johannesen <dalej@apple.com> | dalej | 2004-11-14 | 1 | -7/+7 |
* | * tree-phinodes.c (phi_reverse): New. | kazu | 2004-11-09 | 1 | -0/+1 |
* | * tree-if-conv.c (tree_if_conversion): Make it static. | kazu | 2004-11-08 | 1 | -4/+0 |
* | * tree-ssa-operands.c (build_ssa_operands): Make it static. | kazu | 2004-11-08 | 1 | -4/+0 |
* | 2004-11-01 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2004-11-02 | 1 | -0/+1 |
* | PR tree-optimization/16728 | dnovillo | 2004-10-28 | 1 | -0/+1 |
* | * lambda-code.c (nestify_update_pending_stmts): Remove. | kazu | 2004-10-28 | 1 | -0/+1 |
* | 2004-10-27 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2004-10-27 | 1 | -0/+1 |
* | patch to remove the analysis of module level static variables. | zadeck | 2004-10-25 | 1 | -5/+0 |
* | * tree-cfg.c (bsi_for_stmt): Rename from stmt_for_bsi. | dnovillo | 2004-10-18 | 1 | -1/+1 |
* | * tree-cfg.c (tree_block_forwards_to): Remove. | kazu | 2004-10-07 | 1 | -1/+0 |
* | 2004-10-06 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2004-10-06 | 1 | -0/+2 |
* | * tree-flow.h (struct bb_ann_d): Remove num_preds member. | bje | 2004-09-29 | 1 | -4/+0 |
* | PR 15089 | rth | 2004-09-29 | 1 | -0/+1 |
* | 2004-09-23 Diego Novillo <dnovillo@redhat.com> | jakub | 2004-09-23 | 1 | -0/+2 |
* | * cfgloop.h (update_single_exits_after_duplication): Declare. | rakdver | 2004-09-23 | 1 | -0/+7 |
* | * Makefile.in (tree-cfg.o): Add CFGLAYOUT_H dependency. | rakdver | 2004-09-16 | 1 | -0/+7 |
* | * tree-dfa.c (free_df_for_stmt): No longer static. | law | 2004-09-15 | 1 | -0/+1 |
* | New code to analyze file level static variables and to determine if | zadeck | 2004-09-13 | 1 | -0/+6 |
* | * c-common.c, c-pch.c, defaults.h, lambda-code.c, passes.c, | kazu | 2004-09-10 | 1 | -1/+1 |
* | 2004-09-08 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2004-09-08 | 1 | -0/+3 |
* | * c-common.c, cfgexpand.c, cgraphunit.c, defaults.h, | kazu | 2004-09-05 | 1 | -1/+1 |
* | * tree-ssa-loop-ivopts.c: New file. | rakdver | 2004-09-05 | 1 | -0/+12 |
* | Tree level if-conversion for vectorizer. | dpatel | 2004-09-04 | 1 | -0/+16 |
* | * Makefile.in (OBJS-common): Add tree-ssa-propagate.o | dnovillo | 2004-08-29 | 1 | -5/+0 |
* | * tree-ssa-loop-ivcanon.c: New file. | rakdver | 2004-08-24 | 1 | -0/+5 |
* | * basic-block.h (struct edge_def): Remove crossing_edge. | steven | 2004-08-19 | 1 | -1/+0 |
* | * tree-dfa.c (add_referenced_var): Only global variables are | dnovillo | 2004-08-18 | 1 | -0/+3 |
* | * tree-vectorizer.c: New File: loop vectorization on SSAed GIMPLE trees. | dorit | 2004-08-17 | 1 | -0/+6 |
* | 2004-08-11 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2004-08-11 | 1 | -8/+5 |
* | * Makefile.in (OBJC-common): Add tree-ssa-threadupdate.c | law | 2004-08-09 | 1 | -2/+5 |
* | * tree-ssa-loop-manip.c: New file. | rakdver | 2004-08-05 | 1 | -0/+2 |
* | * tree-cfg.c (tree_duplicate_bb): Mark duplicated definitions. | law | 2004-08-04 | 1 | -1/+1 |
* | * expr.c (expand_expr_real_1): Don't handle non-local variables. | rth | 2004-07-23 | 1 | -1/+1 |
* | * tree-into-ssa.c (set_livein_block): Fix typo in comment. | dnovillo | 2004-07-22 | 1 | -1/+1 |
* | 2004-07-22 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-07-22 | 1 | -0/+7 |