aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-phinodes.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-24Remove zone allocator.Diego Novillo1-4/+0
2013-01-18re PR tree-optimization/56029 (ICE: verify_gimple failed, location references...Jakub Jelinek1-0/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-7/+6
2012-08-07gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther1-1/+3
2012-07-24sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher1-12/+6
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-6/+1
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-1/+6
2012-06-17expmed.c (ceil_log2): Move from here...Steven Bosscher1-1/+0
2012-05-11tree-pass.h (pass_rest_of_compilation, [...]): Remove.Richard Guenther1-28/+0
2012-05-02coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz1-22/+25
2012-02-24tree-phinodes.c (make_phi_node): Mark static.Bernhard Reutner-Fischer1-1/+1
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