summaryrefslogtreecommitdiff
path: root/gcc/loop-unswitch.c
Commit message (Expand)AuthorAgeFilesLines
* cfgloopmanip.c (copy_loop_info): New function.Jan Hubicka2012-10-171-0/+1
* loop-unswitch.c (unswitch_single_loop): Use estimated_loop_iterations_int to ...Jan Hubicka2012-10-081-1/+3
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-0/+1
* cfglayout.h: Remove.Steven Bosscher2012-06-171-1/+0
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* cfgloop.c (verify_loop_structure): Verify dominators before using them.Richard Guenther2012-03-051-1/+0
* re PR rtl-optimization/52092 (ICE: internal consistency failure)Jakub Jelinek2012-02-031-2/+2
* loop-unswitch.c (compare_and_jump_seq): Assert that the last insn in the sequ...Nick Clifton2010-06-241-0/+2
* re PR middle-end/42233 (c++ builtin_expect code generation regression)Jakub Jelinek2010-02-191-2/+2
* ira-color.c (put_allocno_into_bucket): Remove set but not used local variable...David Binderman2009-11-281-2/+0
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+2
* loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka2008-08-291-1/+1
* rtlanal.c (add_reg_note): New function.Ian Lance Taylor2008-07-021-2/+2
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* cfgloop.h: Include vec-prim.h.Zdenek Dvorak2007-01-311-1/+1
* loop-unswitch.c (unswitch_loop): Do not call fix_loop_placement.Zdenek Dvorak2007-01-141-5/+0
* loop-unswitch.c (unswitch_loop): Pass probabilities to loopify.Zdenek Dvorak2007-01-031-1/+2
* loop-unswitch.c (unswitch_loop): Update arguments of duplicate_loop_to_header...Zdenek Dvorak2006-12-201-7/+2
* tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak2006-12-101-11/+2
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-22/+19
* tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak2006-11-171-2/+2
* 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