aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.c
AgeCommit message (Expand)AuthorFilesLines
1993-10-08(scan_loop): When skipping consecutive insns, don't count notes.Doug Evans1-1/+1
1993-09-24* loop.c: (invariant_p, case REG): hard_frame_pointer_rtx is invariant.Doug Evans1-1/+2
1993-09-12(basic_induction_var): New arg MODE.Richard Stallman1-13/+22
1993-07-28(strength_reduce): Don't ignore a giv that depends on aJim Wilson1-1/+8
1993-07-24(mark_loop_jump): Handle weird cases like jumping to a symbol_ref.Richard Stallman1-2/+11
1993-06-08(move_movables): Delete REG_EQUAL notes that describe aJim Wilson1-0/+10
1993-06-05(record_initial): Reject insns that store into subregs.Richard Stallman1-1/+3
1993-05-20(scan_loop): Treat pseudo duplicated for exit tests justRichard Stallman1-2/+5
1993-05-07loop.c (strength_reduce): Handle case where loop_end is the end of the curren...Jeff Law1-2/+8
1993-03-11* loop.c (addr_overlap_p): Delete.Jeff Law1-23/+0
1993-02-24(consec_sets_invariant_p): Correct REG_EQUAL note checksJim Wilson1-1/+6
1993-02-24(add_label_notes): Don't add notes for references to dispatch tables because ...Jim Wilson1-8/+52
1993-01-15loop.c (move_movables): Clear INSN_CODE for eachinsn as we perform register r...Jeff Law1-0/+2
1993-01-12integrate.c (const_equiv): Delete decl, since it's never defined.Brendan Kehoe1-1/+0
1992-12-11(get_condition): Check for overflow when canonicalizing comparison.Richard Kenner1-20/+29
1992-10-23(record_biv): Clear total_benefit field of new iv_class.Richard Stallman1-1/+3
1992-10-13(loop_optimize): Verify that max_uid_for_loop is still larger than the uid of...Tom Wood1-4/+8
1992-09-23(basic_induction_var): Inside PLUS, when looking for promotedRichard Stallman1-1/+2
1992-09-19(basic_induction_var): Add new parameter P.Richard Kenner1-19/+81
1992-08-11(loop_optimize): Delete uses of loop_number_first_block,Jim Wilson1-12/+7
1992-07-29entered into RCSRichard Stallman1-1/+1
1992-07-19*** empty log message ***Richard Stallman1-1/+1
1992-07-16*** empty log message ***Richard Stallman1-4/+7
1992-07-11*** empty log message ***Richard Stallman1-1/+1
1992-07-08*** empty log message ***Charles Hannum1-2/+2
1992-07-06*** empty log message ***Richard Kenner1-87/+87
1992-06-28*** empty log message ***Richard Kenner1-2/+0
1992-06-18*** empty log message ***Richard Kenner1-1/+1
1992-06-18*** empty log message ***Richard Kenner1-10/+24
1992-05-26*** empty log message ***Richard Stallman1-3/+16
1992-05-07*** empty log message ***Michael Meissner1-4/+4
1992-04-18*** empty log message ***Richard Stallman1-2/+2
1992-04-12*** empty log message ***Tom Wood1-2/+2
1992-04-06*** empty log message ***Jim Wilson1-1/+1
1992-03-30*** empty log message ***Jim Wilson1-0/+1
1992-03-28*** empty log message ***Richard Kenner1-11/+77
1992-03-22*** empty log message ***Richard Kenner1-7/+45
1992-03-14*** empty log message ***Richard Stallman1-8/+7
1992-02-01Initial revisionRichard Stallman1-0/+6255