| Commit message (Expand) | Author | Age | Files | Lines |
* | 2005-06-29 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2005-06-30 | 1 | -4/+85 |
* | Update FSF address. | kcook | 2005-06-25 | 1 | -2/+2 |
* | * tree-ssa-address.c: New file. | rakdver | 2005-06-07 | 1 | -1/+0 |
* | * basic-block.h (basic_block_def): Add phi_nodes and | kazu | 2005-05-27 | 1 | -9/+2 |
* | * c-common.c, c-parser.c, cfgbuild.c, cfghooks.c, cfghooks.h, | kazu | 2005-05-26 | 1 | -2/+2 |
* | 2005-05-04 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2005-05-04 | 1 | -15/+4 |
* | * tree-flow-inline.h, tree-ssa-operands.c, | kazu | 2005-05-04 | 1 | -9/+9 |
* | 2005-05-03 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2005-05-03 | 1 | -257/+386 |
* | * tree-flow-inline.h, tree-ssa-operands.c: Fix comment typos. | kazu | 2005-04-29 | 1 | -3/+3 |
* | * tree-flow-inline.h: Fix a comment typo. | kazu | 2005-04-29 | 1 | -1/+1 |
* | * tree-flow-inline.h (op_iter_next_must_and_may_def): New. | law | 2005-04-26 | 1 | -10/+49 |
* | * lambda.h (lambda_vector_min_nz): Likewise. | nathan | 2005-04-21 | 1 | -5/+1 |
* | * vec.h: Update API to separate allocation mechanism from type. | nathan | 2005-04-21 | 1 | -1/+1 |
* | * tree-flow-inline.h (get_stmt_operands): Remove. | kazu | 2005-04-17 | 1 | -21/+0 |
* | Merge from tree-cleanup-branch: VRP, store CCP, store | dnovillo | 2005-04-09 | 1 | -0/+11 |
* | * cse.c, tree-flow-inline.h, tree-flow.h, tree-ssa-operands.c, | kazu | 2005-04-06 | 1 | -8/+8 |
* | 2005-04-05 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2005-04-05 | 1 | -70/+377 |
* | 2005-03-18 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2005-03-21 | 1 | -0/+43 |
* | 2005-03-14 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2005-03-15 | 1 | -2/+2 |
* | In gcc/ada/ | dberlin | 2005-03-13 | 1 | -0/+56 |
* | PR tree-optimization/19578 | rsandifo | 2005-02-02 | 1 | -0/+10 |
* | * c-common.def, c-dump.c, c-gimplify.c, c-objc-common.c, | kazu | 2005-01-27 | 1 | -1/+1 |
* | * tree-flow-inline.h (phi_arg_from_edge): Remove. | kazu | 2005-01-24 | 1 | -9/+0 |
* | PR tree-optimization/19080 | dnovillo | 2004-12-20 | 1 | -0/+12 |
* | 2004-11-25 Andrew Macleod <amacleod@redhat.com> | amacleod | 2004-11-25 | 1 | -0/+4 |
* | * tree-phinode.c (resize_phi_node): Abort when LEN is strictly | kazu | 2004-11-23 | 1 | -7/+1 |
* | 2004-10-27 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2004-10-27 | 1 | -12/+64 |
* | * tree-flow-inline.h (phi_nodes): Remove an unnecessary check | kazu | 2004-10-07 | 1 | -2/+0 |
* | * tree-cfg.c (set_bb_for_stmt): Use PHI_BB. | rakdver | 2004-09-11 | 1 | -2/+12 |
* | * targhooks.c (default_unwind_emit, default_scalar_mode_supported_p): | nathan | 2004-09-09 | 1 | -57/+19 |
* | 2004-08-25 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2004-08-25 | 1 | -0/+172 |
* | PR tree-optimization/16867 | dnovillo | 2004-08-12 | 1 | -4/+7 |
* | 2004-08-11 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2004-08-11 | 1 | -16/+7 |
* | * expr.c (expand_expr_real_1): Don't handle non-local variables. | rth | 2004-07-23 | 1 | -8/+0 |
* | * gimple-low.c (expand_var_p): Don't look at TREE_ADDRESSABLE, | rth | 2004-07-22 | 1 | -3/+11 |
* | * tree-flow.h (struct var_ann_d): Remove has_hidden_use. | rth | 2004-07-16 | 1 | -18/+0 |
* | * cfgloop.h (struct loop): Add nb_iterations field. | spop | 2004-07-12 | 1 | -0/+12 |
* | * tree-flow-inline.h (may_propagate_copy): Move... | rth | 2004-07-07 | 1 | -91/+0 |
* | Conditionally compile support for --enable-mapped_location. | bothner | 2004-06-30 | 1 | -3/+4 |
* | * common.opt (ftree-fre): New flag. | dnovillo | 2004-06-29 | 1 | -4/+14 |
* | 2004-06-18 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2004-06-18 | 1 | -51/+18 |
* | 2004-06-16 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2004-06-17 | 1 | -29/+55 |
* | PR tree-optimization/15991 | rakdver | 2004-06-17 | 1 | -0/+47 |
* | * tree.h (PHI_CHAIN): New. | steven | 2004-06-16 | 1 | -1/+1 |
* | 2004-06-15 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2004-06-15 | 1 | -3/+88 |
* | 2004-06-15 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2004-06-15 | 1 | -1/+1 |
* | 2004-06-11 Steven Bosscher <stevenb@suse.de> | dberlin | 2004-06-12 | 1 | -0/+41 |
* | * doc/tree-ssa.texi: Remove references to VDEF and add descriptions | bbooth | 2004-06-10 | 1 | -9/+25 |
* | Move SSA_NAME annotations into tree_ssa_name. | dnovillo | 2004-06-09 | 1 | -21/+0 |
* | * tree-flow-inline.h (num_immediate_uses): Don't abort if DF | dnovillo | 2004-05-21 | 1 | -0/+3 |