OSDN Git Service

2010-01-22 Steve Ellcey <sje@cup.hp.com>
[pf3gnuchains/gcc-fork.git] / gcc / tree-ssa-loop-manip.c
2009-11-25 hjlRemove trailing white spaces.
2009-09-02 aolivagcc/ChangeLog:
2009-07-30 amacleodAdd source_location support to PHI arguments.
2009-07-30 razya2009-07-30 Razya Ladelsky <razya@il.ibm.com>
2009-07-10 rguenth2009-07-10 Richard Guenther <rguenther@suse.de>
2009-03-27 rguenth2009-03-27 Richard Guenther <rguenther@suse.de>
2009-02-20 jakubUpdate Copyright years for files modified in 2008 and...
2008-07-28 rguenth2008-07-28 Richard Guenther <rguenther@suse.de>
2008-04-27 rguenth2008-04-27 Richard Guenther <rguenther@suse.de>
2008-03-11 rguenth2008-03-11 Andrew Pinski <andrew_pinski@playstation...
2007-09-15 rakdver * tree-parloops.c: New file.
2007-08-04 rakdver * tree-ssa-threadupdate.c (thread_through_all_blocks...
2007-07-26 sje PR tree-optimization/32087
2007-07-26 nickcChange copyright header to refer to version 3 of the...
2007-07-20 rakdver * tree-ssa-loop-niter.c (assert_loop_rolls_lt): Conver...
2007-06-16 pinskia2007-06-15 Andrew Pinski <andrew_pinski@playstation...
2007-05-27 rakdver * tree-vrp.c (execute_vrp): Do not check whether curre...
2007-05-11 rakdver * tree-loop-linear.c (gather_interchange_stats, try_in...
2007-05-01 rguenth2007-05-01 Richard Guenther <rguenther@suse.de>
2007-04-27 rakdver * tree-ssa-loop-im.c (determine_invariantness_stmt...
2007-04-09 rakdver * cfgloopmanip.c (create_preheader): Do not use loop_p...
2007-02-16 sayle PR middle-end/30391
2007-02-13 ian./:
2007-02-04 rakdver * cfgloopmanip.c (loop_delete_branch_edge): Removed.
2007-01-28 rakdver * tree-ssa-loop-unswitch.c: Include tree-inline.h.
2007-01-12 rakdver * doc/loop.texi: Document recording of loop exits.
2007-01-10 rakdver * tree-ssa-loop-manip.c (tree_unroll_loop): Make it...
2007-01-03 rakdver * loop-unswitch.c (unswitch_loop): Pass probabilities...
2006-12-22 rakdver * tree-ssa-loop-niter.c (zero_p, nonzero_p): Removed.
2006-12-20 rakdver * loop-unswitch.c (unswitch_loop): Update arguments of
2006-12-12 dnovillo2006-12-11 Diego Novillo <dnovillo@redhat.com>
2006-12-05 aldyhMerge gimple-tuples-branch into mainline.
2006-12-02 kazu * builtins.c, cfgloop.h, cgraph.h, config/arm/arm.c,
2006-11-25 rakdver * tree-vrp.c (execute_vrp): Do not pass loops structur...
2006-11-21 rakdver PR tree-optimization/29902
2006-11-17 rakdver * tree-vrp.c (execute_vrp): Do not update current_loops.
2006-11-12 rakdver * cfgloopmanip.c (update_single_exit_for_duplicated_loop,
2006-06-08 rakdver PR tree-optimization/27872
2006-05-23 amacleod2006-05-23 Andrew MacLeod <amacleod@redhat.com>
2006-02-14 rakdver * doc/invoke.texi (-fprefetch-loop-arrays, -fprefetch...
2006-01-31 dalecki2006-01-31 Marcin Dalecki <martin@dalecki.de>
2005-06-26 kazu * builtins.c, c-common.c, c-convert.c, c-decl.c, c...
2005-06-25 kcookUpdate FSF address.
2005-06-15 hubicka * Makefile.in (cfg.o): Add new dependencies.
2005-05-01 rakdver PR tree-optimization/18316
2005-04-23 dnovillo2005-04-22 Diego Novillo <dnovillo@redhat.com>
2005-04-17 kazu * tree-flow-inline.h (get_stmt_operands): Remove.
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-04-03 hagog2005-03-30 Mostafa Hagog <mustafa@il.ibm.com>
2005-03-11 rakdver * basic-block.h (single_succ_p, single_pred_p, single_...
2005-03-10 rakdver * Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence.
2005-02-17 nathan * bitmap.h (BITMAP_XMALLOC, BITMAP_XFREE): Remove.
2005-02-15 kazu * bitmap.c, bitmap.h, lambda-code.c, tree-dfa.c, tree...
2005-02-14 spop * lambda-code.c (lambda_loopnest_to_gcc_loopnest,...
2004-11-29 kazu * tree-if-conv.c (replace_phi_with_cond_modify_expr...
2004-11-25 kazu * tree-phinodes.c (add_phi_arg): Take "tree" instead of
2004-11-24 kazu * tree-ssa-loop-manip.c (lv_adjust_loop_header_phi...
2004-11-14 kazu * tree-cfg.c, tree-if-conv.c, tree-ssa-loop-ivopts.c,
2004-11-13 kazu * c-cppbuiltin.c, cgraph.c, domwalk.h, except.c, gimpl...
2004-11-13 kazu * tree-ssa-loop-manip.c: Fix a comment typo.
2004-11-08 kazu * tree-cfg.c, tree-if-conv.c, tree-into-ssa.c,
2004-11-04 nathan * bitmap.c (bitmap_print): Make bitno unsigned.
2004-10-28 kazu * lambda-code.c (nestify_update_pending_stmts): Remove.
2004-10-27 dberlin2004-10-27 Daniel Berlin <dberlin@dberlin.org>
2004-10-25 kazu * cfgloopmanip.c (loopify): Take two more arguments...
2004-10-22 kazu * alias.c, basic-block.h, cgraphunit.c, combine.c...
2004-09-28 bje2004-09-24 Ben Elliston <bje@au.ibm.com>
2004-09-26 rakdver * bitmap.h (EXECUTE_IF_SET_IN_BITMAP, EXECUTE_IF_AND_C...
2004-09-23 rakdver * cfgloop.h (update_single_exits_after_duplication...
2004-09-12 rakdver * tree-ssa-loop-manip.c (split_loop_exit_edge): Handle...
2004-09-09 nathan * targhooks.c (default_unwind_emit, default_scalar_mod...
2004-09-05 rakdver * tree-ssa-loop-ivopts.c: New file.
2004-08-25 amacleod2004-08-25 Andrew MacLeod <amacleod@redhat.com>
2004-08-24 rakdver * tree-ssa-loop-ivcanon.c: New file.
2004-08-05 rakdver * tree-ssa-loop-manip.c: New file.