aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-phinodes.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-2/+2
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-1/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+1
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher1-1/+0
2010-03-06re PR debug/42897 (yet another ice in verify_ssa)Alexandre Oliva1-0/+4
2009-11-25Remove trailing white spaces.H.J. Lu1-2/+2
2009-07-30Add source_location support to PHI arguments.Andrew MacLeod1-1/+9
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-12-11Fix testsuite/gfortran.dg/graphite/id-4.f90.Sebastian Pop1-0/+13
2008-09-02backport: configure: Regenerate.Sebastian Pop1-8/+14
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-119/+97
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-1/+1
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