aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgloopmanip.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-18Whitespace fixupsMike Stump1-24/+24
2006-03-23cfgloopmanip.c (create_loop_notes): Removed.Zdenek Dvorak1-94/+0
2006-02-05tree-vrp.c (cfg_loops): Removed.Zdenek Dvorak1-2/+4
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-17/+17
2006-01-28cfgloopmanip.c (split_loop_bb): Remove.Kazu Hirata1-16/+0
2006-01-23cfgloopmanip.c (lv_adjust_loop_entry_edge): Add comment before make_edge with...Richard Guenther1-0/+1
2006-01-20re PR rtl-optimization/24626 (internal compiler error: verify_flow_info failed)Richard Guenther1-1/+1
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-1/+1
2005-12-14cfgloopmanip.c (lv_adjust_loop_entry_edge): Adjust the type of cond_expr para...Sebastian Pop1-1/+1
2005-08-24bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block.Zdenek Dvorak1-21/+49
2005-08-06Makefile.in, [...]: Fix comment/doc typos.Kazu Hirata1-2/+2
2005-08-03cfgloop.h (DLTHE_FLAG_COMPLETTE_PEEL): New flag.Jan Hubicka1-1/+22
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-19cfgloop.h (DLTHE_RECORD_COPY_NUMBER): New flag.Jan Hubicka1-5/+6
2005-06-15Makefile.in (cfg.o): Add new dependencies.Jan Hubicka1-11/+14
2005-04-09cfglayout.c (copy_bbs): Rename n_edges to num_edges.Jan Hubicka1-9/+9
2005-04-03cfghooks.c (lv_flush_pending_stmts, [...]): New.Mostafa Hagog1-1/+131
2005-03-18basic-block.h (scale_bbs_frequencies_int, [...]): Declare.Jan Hubicka1-22/+3
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-13/+13
2005-03-10Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence.Zdenek Dvorak1-0/+99
2005-03-02cfgloop.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-01cfgloop.c (flow_loop_entry_edges_find, [...]): Removed.Zdenek Dvorak1-1/+1
2004-12-16re PR tree-optimization/18707 (Performance regression at -O2 with gzip)Eric Botcazou1-7/+22
2004-12-08cfgloopmanip.c (create_preheader): Speed up by "unrolling" and simplifying FO...Kazu Hirata1-6/+8
2004-11-22cfg.c (cached_make_edge): Use find_edge rather than an inlined variant.Jeff Law1-4/+1
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-0/+1
2004-11-11cfgloopmanip.c (update_single_exits_after_duplication, unloop): Make them sta...Kazu Hirata1-2/+3
2004-10-25cfgloopmanip.c (loopify): Take two more arguments true_edge and false_edge.Kazu Hirata1-5/+6
2004-10-07re PR tree-optimization/17806 (compiler error: in verify_loop_structure, at c...Zdenek Dvorak1-9/+1
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-40/+49
2004-09-23cfgloop.h (update_single_exits_after_duplication): Declare.Zdenek Dvorak1-10/+14
2004-09-16[multiple changes]Daniel Berlin1-3/+1
2004-09-14Makefile.in (loop-unroll.o): Add HASHTAB_H and RECOG_H dependency.Zdenek Dvorak1-0/+5
2004-09-07cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell1-60/+40
2004-08-24tree-ssa-loop-ivcanon.c: New file.Zdenek Dvorak1-0/+29
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-4/+4
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+96
2004-04-23re PR rtl-optimization/13985 (ICE in gcc.c-torture/compile/930621-1.c)Eric Botcazou1-3/+10
2004-04-22cfgloopmanip.c (scale_bbs_frequencies): Use RDIV macroJan Hubicka1-2/+3
2004-02-24toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson1-2/+2
2004-02-17loop-iv.c: New file.Zdenek Dvorak1-5/+9
2004-01-31alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata1-1/+1
2004-01-29Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.Zdenek Dvorak1-50/+45
2003-12-30backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher1-76/+57
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-3/+3
2003-10-07* cfgloopmanip.c (fix_irreducible_loops): Initialize e correctly.Zdenek Dvorak1-10/+14
2003-10-05c-pretty-print.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-24cfgloopmanip.c (duplicate_loop_to_header_edge): Update irreducible flag corre...Zdenek Dvorak1-16/+21
2003-07-05bt-load.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-05cfgloopmanip.c (force_single_succ_latches): Force latch to be different from ...Zdenek Dvorak1-1/+2