OSDN Git Service

* config/i386/i386.md (fix_trunc<mode>_i387_fisttp_with_temp): Use 'X'
[pf3gnuchains/gcc-fork.git] / gcc / tree-phinodes.c
2007-07-26 nickcChange copyright header to refer to version 3 of the...
2007-04-23 rakdver * tree-phinodes.c (reserve_phi_args_for_new_edge,...
2007-04-21 pinskia2007-04-21 Andrew Pinski <andrew_pinski@playstation...
2006-12-11 dnovillo * tree-scalar-evolution.c (scev_const_prop):
2006-05-08 kazu * see.c, tree-flow-inline.h, tree-phinodes.c: Fix...
2006-05-03 amacleod2006-05-02 Andrew MacLeod <amacleod@redhat.com>
2006-02-23 law * tree.h (PHI_ARG_NONZERO): Remove.
2005-06-25 kcookUpdate FSF address.
2005-05-27 kazu * basic-block.h (basic_block_def): Add phi_nodes and
2005-05-03 amacleod2005-05-03 Andrew MacLeod <amacleod@redhat.com>
2005-04-23 dnovillo2005-04-22 Diego Novillo <dnovillo@redhat.com>
2005-04-09 dnovillo Merge from tree-cleanup-branch: VRP, store CCP, store
2005-04-05 amacleod2005-04-05 Andrew MacLeod <amacleod@redhat.com>
2005-03-05 kazu * tree-phinodes.c (remove_phi_node): Drop the last...
2005-03-05 kazu * genattrtab.c, genemit.c, genoutput.c, genrecog.c,
2005-03-03 kazu * tree-phinodes.c (remove_phi_node): Clean up by facto...
2004-12-02 kazu * tree-phinodes.c (remove_phi_arg_num): Fix a comment.
2004-11-25 kazu * tree-phinodes.c (add_phi_arg): Take "tree" instead of
2004-11-25 kazu * tree-phinodes.c (remove_phi_args): Replace phi_arg_f...
2004-11-23 kazu * tree-phinode.c (resize_phi_node): Abort when LEN...
2004-11-23 kazu * tree-phinode.c (make_phi_node): Use a new variable,
2004-11-23 kazu * tree-cfg.c (tree_execute_on_growing_pred): New.
2004-11-22 kazu * tree-phinodes.c (remove_phi_arg_num): Make it static.
2004-11-22 kazu * tree-flow.h: Remove the prototype for remove_phi_arg.
2004-11-09 kazu * tree-phinodes.c (phi_reverse): New.
2004-11-06 kazu * tree-phinodes.c (remove_all_phi_nodes_for): Speed...
2004-11-04 kazu * tree-phinodes.c (make_phi_node): Make it static.
2004-11-03 kazu * tree-phinodes.c (resize_phi_node): Copy only a porti...
2004-11-02 kazu * tree-phinodes.c (add_phi_arg): Add an assertion...
2004-11-02 kazu * tree-phinodes.c (remove_phi_arg_num): Do not zero the
2004-10-30 kazu * tree-phinodes.c (create_phi_node): Don't zero PHI_RE...
2004-10-29 kazu * tree-phinodes.c (allocate_phi_node): New.
2004-10-29 kazu * tree-phinodes.c (make_phi_node, resize_phi_node...
2004-10-29 kazu * tree-phinodes.c (add_phi_arg): Turn an "if" that...
2004-10-28 kazu * tree-phinodes.c: Remove trailing whitespace.
2004-10-27 steven * tree-phinodes.c (remove_phi_arg_num): Don't remove...
2004-09-29 bje * tree-flow.h (struct bb_ann_d): Remove num_preds...
2004-09-09 nathan * targhooks.c (default_unwind_emit, default_scalar_mod...
2004-08-09 law * Makefile.in (OBJC-common): Add tree-ssa-threa...
2004-07-22 dnovillo * tree-into-ssa.c (set_livein_block): Fix typo in...
2004-06-17 amacleod2004-06-16 Andrew MacLeod <amacleod@redhat.com>
2004-06-16 steven * tree.h (PHI_CHAIN): New.
2004-05-30 kazu * bb-reorder.c, builtins.c, c-common.c, c-gimplify.c,
2004-05-18 law * toplev.h (flag_delete_null_pointer_checks...
2004-05-13 dnovilloMerge tree-ssa-20020619-branch into mainline.