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