summaryrefslogtreecommitdiff
path: root/gcc/tree-phinodes.c
Commit message (Expand)AuthorAgeFilesLines
* tree.h (PHI_ARG_NONZERO): Remove.Jeff Law2006-02-231-5/+2
* Update FSF address.Kelley Cook2005-06-251-2/+2
* basic-block.h (basic_block_def): Add phi_nodes and predictions.Kazu Hirata2005-05-271-3/+3
* lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod2005-05-031-4/+4
* [multiple changes]Diego Novillo2005-04-221-24/+0
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-49/+18
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-4/+44
* tree-phinodes.c (remove_phi_node): Drop the last argument.Kazu Hirata2005-03-051-2/+2
* genattrtab.c, [...]: Update copyright.Kazu Hirata2005-03-051-1/+1
* tree-phinodes.c (remove_phi_node): Clean up by factoring out calls to release...Kazu Hirata2005-03-031-24/+15
* * tree-phinodes.c (remove_phi_arg_num): Fix a comment.Kazu Hirata2004-12-021-4/+4
* tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a...Kazu Hirata2004-11-251-7/+7
* tree-phinodes.c (remove_phi_args): Replace phi_arg_from_edge with e->dest_idx.Kazu Hirata2004-11-251-5/+1
* tree-phinode.c (resize_phi_node): Abort when LEN is strictly greater than PHI...Kazu Hirata2004-11-231-17/+28
* tree-phinode.c (make_phi_node): Use a new variable, capacity, to receive the ...Kazu Hirata2004-11-231-3/+4
* tree-cfg.c (tree_execute_on_growing_pred): New.Kazu Hirata2004-11-231-32/+30
* tree-phinodes.c (remove_phi_arg_num): Make it static.Kazu Hirata2004-11-221-1/+1
* tree-flow.h: Remove the prototype for remove_phi_arg.Kazu Hirata2004-11-221-23/+15
* tree-phinodes.c (phi_reverse): New.Kazu Hirata2004-11-091-0/+15
* tree-phinodes.c (remove_all_phi_nodes_for): Speed up using a pointer to the l...Kazu Hirata2004-11-061-12/+6
* tree-phinodes.c (make_phi_node): Make it static.Kazu Hirata2004-11-041-1/+1
* tree-phinodes.c (resize_phi_node): Copy only a portion of the PHI node curren...Kazu Hirata2004-11-031-2/+4
* tree-phinodes.c (add_phi_arg): Add an assertion that the edge already exists.Kazu Hirata2004-11-021-8/+3
* tree-phinodes.c (remove_phi_arg_num): Do not zero the element that's being re...Kazu Hirata2004-11-021-4/+4
* * tree-phinodes.c (create_phi_node): Don't zero PHI_REWRITTEN.Kazu Hirata2004-10-301-4/+0
* tree-phinodes.c (allocate_phi_node): New.Kazu Hirata2004-10-291-58/+44
* tree-phinodes.c (make_phi_node, [...]): Don't zero the whole PHI node.Kazu Hirata2004-10-291-10/+7
* tree-phinodes.c (add_phi_arg): Turn an "if" that always triggers into gcc_ass...Kazu Hirata2004-10-291-27/+26
* * tree-phinodes.c: Remove trailing whitespace.Kazu Hirata2004-10-281-13/+13
* tree-phinodes.c (remove_phi_arg_num): Don't remove PHIs without any PHI argum...Steven Bosscher2004-10-271-5/+2
* tree-flow.h (struct bb_ann_d): Remove num_preds member.Ben Elliston2004-09-301-1/+1
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-11/+5
* Makefile.in (OBJC-common): Add tree-ssa-threadupdate.cJeff Law2004-08-091-3/+10
* tree-into-ssa.c (set_livein_block): Fix typo in comment.Diego Novillo2004-07-221-0/+1
* tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.Andrew MacLeod2004-06-171-6/+6
* tree.h (PHI_CHAIN): New.Steven Bosscher2004-06-161-14/+14
* bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata2004-05-301-1/+1
* toplev.h (flag_delete_null_pointer_checks): Move from here to...Jeff Law2004-05-171-0/+4
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+524