aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-unswitch.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-01-31cfgloop.h: Include vec-prim.h.Zdenek Dvorak1-1/+1
2007-01-28tree-ssa-loop-unswitch.c: Include tree-inline.h.Zdenek Dvorak1-1/+2
2007-01-03loop-unswitch.c (unswitch_loop): Pass probabilities to loopify.Zdenek Dvorak1-2/+6
2006-12-10tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak1-12/+2
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak1-14/+13
2006-09-05re PR tree-optimization/28937 (ICE in add_virtual_operand, at tree-ssa-operan...Andrew Pinski1-2/+3
2006-02-07re PR tree-optimization/26145 (memory leak in loop unswitching.)Uttam Pawar1-0/+2
2005-12-15re PR rtl-optimization/25224 (ICE in initialize_original_copy_tables)Jan Hubicka1-1/+4
2005-08-24bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block.Zdenek Dvorak1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Makefile.in (cfg.o): Add new dependencies.Jan Hubicka1-0/+2
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-6/+4
2005-04-22[multiple changes]Diego Novillo1-4/+3
2005-04-17tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata1-1/+0
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-1/+1
2005-04-03cfghooks.c (lv_flush_pending_stmts, [...]): New.Mostafa Hagog1-2/+2
2005-03-12cfglayout.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-2/+2
2005-03-10Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence.Zdenek Dvorak1-3/+0
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-5/+3
2004-09-25* tree-ssa-loop-unswitch.c: Fix a comment typo.Kazu Hirata1-1/+1
2004-09-23cfgloop.h (update_single_exits_after_duplication): Declare.Zdenek Dvorak1-0/+293