aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-19loop.c (scan_loop): Do not consider insns setting the frame pointer to be can...Ulrich Weigand1-0/+1
2005-05-31loop.c (loop_invariant_p, [...]): Revert last change.Pat Haugen1-4/+2
2005-05-30loop.c (loop_invariant_p, [...]): Use regs_invalidated_by_call instead of cal...Pat Haugen1-2/+4
2005-04-25re PR rtl-optimization/20413 (VOIDmode LABEL_REFs are generated)J"orn Rennecke1-1/+1
2005-04-21alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell1-5/+8
2005-04-16re PR target/20126 (Inlined memcmp makes one argument null on entry)Alexandre Oliva1-0/+9
2005-04-10re PR target/20126 (Inlined memcmp makes one argument null on entry)Alexandre Oliva1-3/+25
2005-04-02re PR rtl-optimization/20290 (Miscompilation on ppc/arm with -Os)Alexandre Oliva1-7/+15
2005-04-01local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable.Nathan Sidwell1-67/+54
2005-04-01cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-01-17bb-reorder.c (fix_edges_for_rarely_executed_code): Remove last parameter to r...Paolo Bonzini1-1/+1
2005-01-06re PR rtl-optimization/13299 (Unsafe treatment of extended givs)Richard Sandiford1-164/+184
2005-01-05combine.c (expand_compound_operation): Add comment that we fall through after...Steven Bosscher1-3/+1
2005-01-02re PR rtl-optimization/12092 (ICE: Floating point exception)Roger Sayle1-3/+4
2004-12-18re PR rtl-optimization/16968 (loop optimizer miscompilation)Eric Botcazou1-0/+3
2004-12-08re PR middle-end/18293 (Redundant copy operation introduced by expand)Roger Sayle1-1/+3
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell1-1/+1
2004-11-02cfgloop.h (struct loop): Update comment.Steven Bosscher1-313/+2
2004-10-18basic-block.h (reg_set_iterator): New.Kazu Hirata1-8/+9
2004-09-18alias.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-14unroll.c: Removed.Zdenek Dvorak1-77/+1437
2004-09-12common.opt: Remove flags -fmove-all-movables and -freduce-all-givs.Toon Moene1-3/+1
2004-09-10Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell1-44/+51
2004-09-10lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo1-51/+44
2004-09-06loop.c (loop_dump_aux): Do not print RTL when not available.Jan Hubicka1-1/+1
2004-08-25cfglayout.c (duplicate_insn_chain): Remove references to NOTE_INSN_LOOP_VTOP ...Paolo Bonzini1-84/+7
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-30/+2
2004-07-27expr.h (canonicalize_condition, [...]): Add an int argument.Richard Sandiford1-8/+19
2004-07-15loop.c (check_insn_for_givs): Restore check for code labels that was accident...Jeff Law1-1/+1
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-109/+104
2004-07-06re PR rtl-optimization/16380 (Use of uninitialised register after dbra conver...Richard Sandiford1-1/+15
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-6/+6
2004-06-25re PR tree-optimization/15089 (local register variable with a specified regis...Philip Blundell1-0/+1
2004-06-16loop.c (loop_givs_reduce): Avoid miscompilation of loops entered at bottom.Dale Johannesen1-1/+12
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-45/+45
2004-03-18doloop.c: Removed.Zdenek Dvorak1-17/+0
2004-03-05cse.c (cse_end_of_basic_block): Make static.Paolo Bonzini1-2/+4
2004-03-04cfgcleanup.c (thread_jump): Update call of cselib_init.Jan Hubicka1-1/+1
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-8/+8
2004-02-19* loop.c (all_sets_invariant_p): Remove.Kazu Hirata1-31/+0
2004-02-14loop.c (check_dbra_loop): Use gen_int_mode instead of GEN_INT for start_value...Eric Botcazou1-4/+5
2004-02-06loop.c (force_movables): Transitively increase the priorities of all insns fo...Ulrich Weigand1-3/+9
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-1/+1
2004-01-20re PR rtl-optimization/12440 (gcc 3.3.1 on i386 linux 2.4.22 crashes during c...Zdenek Dvorak1-1/+5
2004-01-16c-common.h: Fix comment formatting.Kazu Hirata1-1/+1
2004-01-14system.h: Poison PROMOTED_MODESteven Bosscher1-1/+1
2004-01-12re PR rtl-optimization/12826 (Optimizer removes reference through volatile po...Jan Hubicka1-0/+2
2004-01-06alias.c: Fix comment typos.Kazu Hirata1-1/+1
2004-01-02loop.c (loop_optimize): Free all loops_info's mems.Andrew Pinski1-1/+4