summaryrefslogtreecommitdiff
path: root/gcc/loop-unswitch.c
Commit message (Expand)AuthorAgeFilesLines
* loop-iv.c: Include df.h and hashtab.h.Zdenek Dvorak2006-01-201-3/+2
* loop-unswitch.c (unswitch_loop): Free zero_bitmap before returning.Sebastian Pop2005-12-141-2/+5
* Update FSF address.Kelley Cook2005-06-251-2/+2
* Makefile.in (cfg.o): Add new dependencies.Jan Hubicka2005-06-151-3/+3
* re PR rtl-optimization/21330 (ICE in compare_and_jump_seq, at loop-unswitch.c...Jakub Jelinek2005-05-031-2/+3
* local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable.Nathan Sidwell2005-04-011-22/+12
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-2/+2
* c-semantics.c, [...]: Update copyright.Kazu Hirata2005-03-081-1/+1
* * loop-unswitch.c (unswitch_loop): Remove local variable src.Kazu Hirata2005-03-071-2/+1
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-0/+1
* cfgloopmanip.c (loopify): Take two more arguments true_edge and false_edge.Kazu Hirata2004-10-251-1/+2
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-13/+12
* cfgloop.h (update_single_exits_after_duplication): Declare.Zdenek Dvorak2004-09-231-1/+1
* Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell2004-09-101-17/+23
* lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo2004-09-101-23/+17
* expr.h (canonicalize_condition, [...]): Add an int argument.Richard Sandiford2004-07-271-1/+1
* Multiple fixes: PRs 14692, 15274 and 15463Zdenek Dvorak2004-05-191-8/+18
* loop-unswitch.c (unswitch_single_loop): Free bbs at the end.Andrew Pinski2004-05-131-0/+2
* toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson2004-02-241-14/+14
* cfgloop.h, [...]: Replace iv_analyse with iv_analyze.Kazu Hirata2004-02-241-1/+1
* loop-iv.c: New file.Zdenek Dvorak2004-02-171-78/+152
* alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata2004-01-311-1/+1
* Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.Zdenek Dvorak2004-01-291-1/+0
* backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher2003-12-301-11/+10
* re PR rtl-optimization/13159 (FAIL: gcc.c-torture/compile/930621-1.c)Zdenek Dvorak2003-12-271-0/+4
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-5/+5
* re PR rtl-optimization/10914 (unswitch loops does not work on powerpc)Zdenek Dvorak2003-09-141-2/+2
* jump.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-36/+24
* bt-load.c: Fix comment typos.Kazu Hirata2003-07-051-1/+1
* basic-block.h (create_basic_block, [...]): Kill.Jan Hubicka2003-07-031-4/+4
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-1/+1
* basic-block.h (EDGE_IRREDUCIBLE_LOOP, [...]): New.Zdenek Dvorak2003-03-051-10/+16
* cfgloop.h (fix_loop_placement, [...]): Declare.Zdenek Dvorak2003-02-081-0/+412