Age | Commit message (Expand) | Author | Files | Lines |
2006-05-08 | see.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-05-03 | re PR tree-optimization/27381 (ice on valid code with -O) | Andrew MacLeod | 1 | -5/+11 |
2006-02-23 | tree.h (PHI_ARG_NONZERO): Remove. | Jeff Law | 1 | -5/+2 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-05-27 | basic-block.h (basic_block_def): Add phi_nodes and predictions. | Kazu Hirata | 1 | -3/+3 |
2005-05-03 | lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. | Andrew MacLeod | 1 | -4/+4 |
2005-04-22 | [multiple changes] | Diego Novillo | 1 | -24/+0 |
2005-04-08 | backport: copy-prop, incremental SSA updating of FUD chains and newly exposed... | Diego Novillo | 1 | -49/+18 |
2005-04-05 | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 1 | -4/+44 |
2005-03-05 | tree-phinodes.c (remove_phi_node): Drop the last argument. | Kazu Hirata | 1 | -2/+2 |
2005-03-05 | genattrtab.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-03-03 | tree-phinodes.c (remove_phi_node): Clean up by factoring out calls to release... | Kazu Hirata | 1 | -24/+15 |
2004-12-02 | * tree-phinodes.c (remove_phi_arg_num): Fix a comment. | Kazu Hirata | 1 | -4/+4 |
2004-11-25 | tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a... | Kazu Hirata | 1 | -7/+7 |
2004-11-25 | tree-phinodes.c (remove_phi_args): Replace phi_arg_from_edge with e->dest_idx. | Kazu Hirata | 1 | -5/+1 |
2004-11-23 | tree-phinode.c (resize_phi_node): Abort when LEN is strictly greater than PHI... | Kazu Hirata | 1 | -17/+28 |
2004-11-23 | tree-phinode.c (make_phi_node): Use a new variable, capacity, to receive the ... | Kazu Hirata | 1 | -3/+4 |
2004-11-23 | tree-cfg.c (tree_execute_on_growing_pred): New. | Kazu Hirata | 1 | -32/+30 |
2004-11-22 | tree-phinodes.c (remove_phi_arg_num): Make it static. | Kazu Hirata | 1 | -1/+1 |
2004-11-22 | tree-flow.h: Remove the prototype for remove_phi_arg. | Kazu Hirata | 1 | -23/+15 |
2004-11-09 | tree-phinodes.c (phi_reverse): New. | Kazu Hirata | 1 | -0/+15 |
2004-11-06 | tree-phinodes.c (remove_all_phi_nodes_for): Speed up using a pointer to the l... | Kazu Hirata | 1 | -12/+6 |
2004-11-04 | tree-phinodes.c (make_phi_node): Make it static. | Kazu Hirata | 1 | -1/+1 |
2004-11-03 | tree-phinodes.c (resize_phi_node): Copy only a portion of the PHI node curren... | Kazu Hirata | 1 | -2/+4 |
2004-11-02 | tree-phinodes.c (add_phi_arg): Add an assertion that the edge already exists. | Kazu Hirata | 1 | -8/+3 |
2004-11-02 | tree-phinodes.c (remove_phi_arg_num): Do not zero the element that's being re... | Kazu Hirata | 1 | -4/+4 |
2004-10-30 | * tree-phinodes.c (create_phi_node): Don't zero PHI_REWRITTEN. | Kazu Hirata | 1 | -4/+0 |
2004-10-29 | tree-phinodes.c (allocate_phi_node): New. | Kazu Hirata | 1 | -58/+44 |
2004-10-29 | tree-phinodes.c (make_phi_node, [...]): Don't zero the whole PHI node. | Kazu Hirata | 1 | -10/+7 |
2004-10-29 | tree-phinodes.c (add_phi_arg): Turn an "if" that always triggers into gcc_ass... | Kazu Hirata | 1 | -27/+26 |
2004-10-28 | * tree-phinodes.c: Remove trailing whitespace. | Kazu Hirata | 1 | -13/+13 |
2004-10-27 | tree-phinodes.c (remove_phi_arg_num): Don't remove PHIs without any PHI argum... | Steven Bosscher | 1 | -5/+2 |
2004-09-30 | tree-flow.h (struct bb_ann_d): Remove num_preds member. | Ben Elliston | 1 | -1/+1 |
2004-09-09 | targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i... | Giovanni Bajo | 1 | -11/+5 |
2004-08-09 | Makefile.in (OBJC-common): Add tree-ssa-threadupdate.c | Jeff Law | 1 | -3/+10 |
2004-07-22 | tree-into-ssa.c (set_livein_block): Fix typo in comment. | Diego Novillo | 1 | -0/+1 |
2004-06-17 | tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT. | Andrew MacLeod | 1 | -6/+6 |
2004-06-16 | tree.h (PHI_CHAIN): New. | Steven Bosscher | 1 | -14/+14 |
2004-05-30 | bb-reorder.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2004-05-17 | toplev.h (flag_delete_null_pointer_checks): Move from here to... | Jeff Law | 1 | -0/+4 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -0/+524 |