| Commit message (Expand) | Author | Age | Files | Lines |
* | * cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge. | rakdver | 2007-04-09 | 1 | -25/+54 |
* | * doc/loop.texi: Document possibility not to perform disambiguation | rakdver | 2007-02-06 | 1 | -28/+36 |
* | * cfgloopmanip.c (loop_delete_branch_edge): Removed. | rakdver | 2007-02-04 | 1 | -44/+3 |
* | * loop-unswitch.c (unswitch_loop): Do not call fix_loop_placement. | rakdver | 2007-01-14 | 1 | -36/+40 |
* | * doc/loop.texi: Document recording of loop exits. | rakdver | 2007-01-12 | 1 | -81/+9 |
* | * loop-unswitch.c (unswitch_loop): Pass probabilities to loopify. | rakdver | 2007-01-03 | 1 | -25/+114 |
* | * loop-unswitch.c (unswitch_loop): Update arguments of | rakdver | 2006-12-20 | 1 | -8/+15 |
* | * tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop. | rakdver | 2006-12-10 | 1 | -43/+15 |
* | * tree-vrp.c (execute_vrp): Do not pass loops structure through | rakdver | 2006-11-25 | 1 | -90/+87 |
* | * tree-loop-linear.c (linear_transform_loops): Use single_exit accessor | rakdver | 2006-11-21 | 1 | -7/+7 |
* | * cfgloopmanip.c (add_loop, duplicate_loop): Do not set level | rakdver | 2006-11-21 | 1 | -5/+1 |
* | * tree-vrp.c (execute_vrp): Do not update current_loops. | rakdver | 2006-11-17 | 1 | -77/+30 |
* | * cfgloopmanip.c (update_single_exit_for_duplicated_loop, | rakdver | 2006-11-12 | 1 | -0/+43 |
* | * tree-dump.c (dump_enable_all): Rename local variable | steven | 2006-11-03 | 1 | -1/+2 |
* | PR rtl-optimization/27735 | rakdver | 2006-08-30 | 1 | -106/+64 |
* | Whitespace fixups | mrs | 2006-05-18 | 1 | -24/+24 |
* | * cfgloopmanip.c (create_loop_notes): Removed. | rakdver | 2006-03-23 | 1 | -94/+0 |
* | * tree-vrp.c (cfg_loops): Removed. | rakdver | 2006-02-05 | 1 | -2/+4 |
* | 2006-01-31 Marcin Dalecki <martin@dalecki.de> | dalecki | 2006-01-31 | 1 | -17/+17 |
* | * cfgloopmanip.c (split_loop_bb): Remove. | kazu | 2006-01-28 | 1 | -16/+0 |
* | 2006-01-23 Richard Guenther <rguenther@suse.de> | rguenth | 2006-01-23 | 1 | -0/+1 |
* | 2006-01-20 Richard Guenther <rguenther@suse.de> | rguenth | 2006-01-20 | 1 | -1/+1 |
* | 2005-12-17 Danny Berlin <dberlin@dberlin.org> | zadeck | 2005-12-17 | 1 | -1/+1 |
* | * cfgloopmanip.c (lv_adjust_loop_entry_edge): Adjust the type of | spop | 2005-12-14 | 1 | -1/+1 |
* | * bb-reorder.c (copy_bb, duplicate_computed_gotos): Add argument | rakdver | 2005-08-24 | 1 | -21/+49 |
* | * Makefile.in, cfgexpand.c, cfgloop.h, cfgloopmanip.c, | kazu | 2005-08-06 | 1 | -2/+2 |
* | * cfgloop.h (DLTHE_FLAG_COMPLETTE_PEEL): New flag. | hubicka | 2005-08-03 | 1 | -1/+22 |
* | Update FSF address. | kcook | 2005-06-25 | 1 | -2/+2 |
* | * cfgloop.h (DLTHE_RECORD_COPY_NUMBER): New flag. | hubicka | 2005-06-19 | 1 | -5/+6 |
* | * Makefile.in (cfg.o): Add new dependencies. | hubicka | 2005-06-15 | 1 | -11/+14 |
* | * cfglayout.c (copy_bbs): Rename n_edges to num_edges. | hubicka | 2005-04-09 | 1 | -9/+9 |
* | 2005-03-30 Mostafa Hagog <mustafa@il.ibm.com> | hagog | 2005-04-03 | 1 | -1/+131 |
* | * basic-block.h (scale_bbs_frequencies_int, | hubicka | 2005-03-18 | 1 | -22/+3 |
* | * basic-block.h (single_succ_p, single_pred_p, single_succ_edge, | rakdver | 2005-03-11 | 1 | -13/+13 |
* | * Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence. | rakdver | 2005-03-10 | 1 | -0/+99 |
* | * cfgloop.h, cfgloopanal.c, cfgloopmanip.c, conflict.c, | kazu | 2005-03-02 | 1 | -1/+1 |
* | * cfgloop.c (flow_loop_entry_edges_find, flow_loop_exit_edges_find, | rakdver | 2005-03-01 | 1 | -1/+1 |
* | PR tree-optimization/18707 | ebotcazou | 2004-12-16 | 1 | -7/+22 |
* | * cfgloopmanip.c (create_preheader): Speed up by "unrolling" | kazu | 2004-12-08 | 1 | -6/+8 |
* | * cfg.c (cached_make_edge): Use find_edge rather than an inlined | law | 2004-11-22 | 1 | -4/+1 |
* | * bitmap.h (struct bitmap_obstack): New obstack type. | nathan | 2004-11-22 | 1 | -0/+1 |
* | * cfgloopmanip.c (update_single_exits_after_duplication, | kazu | 2004-11-11 | 1 | -2/+3 |
* | * cfgloopmanip.c (loopify): Take two more arguments true_edge | kazu | 2004-10-25 | 1 | -5/+6 |
* | PR tree-optimization/17806 | rakdver | 2004-10-07 | 1 | -9/+1 |
* | 2004-09-24 Ben Elliston <bje@au.ibm.com> | bje | 2004-09-28 | 1 | -40/+49 |
* | * cfgloop.h (update_single_exits_after_duplication): Declare. | rakdver | 2004-09-23 | 1 | -10/+14 |
* | 2004-09-16 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2004-09-16 | 1 | -3/+1 |
* | * Makefile.in (loop-unroll.o): Add HASHTAB_H and RECOG_H dependency. | rakdver | 2004-09-14 | 1 | -0/+5 |
* | * cfganal.c (flow_depth_first_order_compute, dfs_enumerate_from, | nathan | 2004-09-07 | 1 | -60/+40 |
* | * tree-ssa-loop-ivcanon.c: New file. | rakdver | 2004-08-24 | 1 | -0/+29 |