Age | Commit message (Expand) | Author | Files | Lines |
2007-04-09 | cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge. | Zdenek Dvorak | 1 | -25/+54 |
2007-02-06 | loop.texi: Document possibility not to perform disambiguation of loops with m... | Zdenek Dvorak | 1 | -28/+36 |
2007-02-04 | cfgloopmanip.c (loop_delete_branch_edge): Removed. | Zdenek Dvorak | 1 | -44/+3 |
2007-01-14 | loop-unswitch.c (unswitch_loop): Do not call fix_loop_placement. | Zdenek Dvorak | 1 | -36/+40 |
2007-01-12 | loop.texi: Document recording of loop exits. | Zdenek Dvorak | 1 | -81/+9 |
2007-01-03 | loop-unswitch.c (unswitch_loop): Pass probabilities to loopify. | Zdenek Dvorak | 1 | -25/+114 |
2006-12-20 | loop-unswitch.c (unswitch_loop): Update arguments of duplicate_loop_to_header... | Zdenek Dvorak | 1 | -8/+15 |
2006-12-10 | tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop. | Zdenek Dvorak | 1 | -43/+15 |
2006-11-25 | tree-vrp.c (execute_vrp): Do not pass loops structure through arguments. | Zdenek Dvorak | 1 | -90/+87 |
2006-11-21 | tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions. | Zdenek Dvorak | 1 | -7/+7 |
2006-11-21 | cfgloopmanip.c (add_loop, [...]): Do not set level of the loop. | Zdenek Dvorak | 1 | -5/+1 |
2006-11-17 | tree-vrp.c (execute_vrp): Do not update current_loops. | Zdenek Dvorak | 1 | -77/+30 |
2006-11-12 | cfgloopmanip.c (update_single_exit_for_duplicated_loop, [...]): New functions. | Zdenek Dvorak | 1 | -0/+43 |
2006-11-03 | tree-dump.c (dump_enable_all): Rename local variable ir_type to avoid name co... | Steven Bosscher | 1 | -1/+2 |
2006-08-30 | re PR rtl-optimization/27735 (ICE at -O3 caused by loop unswitching) | Zdenek Dvorak | 1 | -106/+64 |
2006-05-18 | Whitespace fixups | Mike Stump | 1 | -24/+24 |
2006-03-23 | cfgloopmanip.c (create_loop_notes): Removed. | Zdenek Dvorak | 1 | -94/+0 |
2006-02-05 | tree-vrp.c (cfg_loops): Removed. | Zdenek Dvorak | 1 | -2/+4 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -17/+17 |
2006-01-28 | cfgloopmanip.c (split_loop_bb): Remove. | Kazu Hirata | 1 | -16/+0 |
2006-01-23 | cfgloopmanip.c (lv_adjust_loop_entry_edge): Add comment before make_edge with... | Richard Guenther | 1 | -0/+1 |
2006-01-20 | re PR rtl-optimization/24626 (internal compiler error: verify_flow_info failed) | Richard Guenther | 1 | -1/+1 |
2005-12-17 | basic-block.h: Changed basic block numbering so that the entry block is 0 and... | Daniel Berlin | 1 | -1/+1 |
2005-12-14 | cfgloopmanip.c (lv_adjust_loop_entry_edge): Adjust the type of cond_expr para... | Sebastian Pop | 1 | -1/+1 |
2005-08-24 | bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block. | Zdenek Dvorak | 1 | -21/+49 |
2005-08-06 | Makefile.in, [...]: Fix comment/doc typos. | Kazu Hirata | 1 | -2/+2 |
2005-08-03 | cfgloop.h (DLTHE_FLAG_COMPLETTE_PEEL): New flag. | Jan Hubicka | 1 | -1/+22 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-19 | cfgloop.h (DLTHE_RECORD_COPY_NUMBER): New flag. | Jan Hubicka | 1 | -5/+6 |
2005-06-15 | Makefile.in (cfg.o): Add new dependencies. | Jan Hubicka | 1 | -11/+14 |
2005-04-09 | cfglayout.c (copy_bbs): Rename n_edges to num_edges. | Jan Hubicka | 1 | -9/+9 |
2005-04-03 | cfghooks.c (lv_flush_pending_stmts, [...]): New. | Mostafa Hagog | 1 | -1/+131 |
2005-03-18 | basic-block.h (scale_bbs_frequencies_int, [...]): Declare. | Jan Hubicka | 1 | -22/+3 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -13/+13 |
2005-03-10 | Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence. | Zdenek Dvorak | 1 | -0/+99 |
2005-03-02 | cfgloop.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-03-01 | cfgloop.c (flow_loop_entry_edges_find, [...]): Removed. | Zdenek Dvorak | 1 | -1/+1 |
2004-12-16 | re PR tree-optimization/18707 (Performance regression at -O2 with gzip) | Eric Botcazou | 1 | -7/+22 |
2004-12-08 | cfgloopmanip.c (create_preheader): Speed up by "unrolling" and simplifying FO... | Kazu Hirata | 1 | -6/+8 |
2004-11-22 | cfg.c (cached_make_edge): Use find_edge rather than an inlined variant. | Jeff Law | 1 | -4/+1 |
2004-11-22 | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 1 | -0/+1 |
2004-11-11 | cfgloopmanip.c (update_single_exits_after_duplication, unloop): Make them sta... | Kazu Hirata | 1 | -2/+3 |
2004-10-25 | cfgloopmanip.c (loopify): Take two more arguments true_edge and false_edge. | Kazu Hirata | 1 | -5/+6 |
2004-10-07 | re PR tree-optimization/17806 (compiler error: in verify_loop_structure, at c... | Zdenek Dvorak | 1 | -9/+1 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -40/+49 |
2004-09-23 | cfgloop.h (update_single_exits_after_duplication): Declare. | Zdenek Dvorak | 1 | -10/+14 |
2004-09-16 | [multiple changes] | Daniel Berlin | 1 | -3/+1 |
2004-09-14 | Makefile.in (loop-unroll.o): Add HASHTAB_H and RECOG_H dependency. | Zdenek Dvorak | 1 | -0/+5 |
2004-09-07 | cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre... | Nathan Sidwell | 1 | -60/+40 |
2004-08-24 | tree-ssa-loop-ivcanon.c: New file. | Zdenek Dvorak | 1 | -0/+29 |