aboutsummaryrefslogtreecommitdiff
path: root/gcc/unroll.c
AgeCommit message (Expand)AuthorFilesLines
1994-10-20(loop_iterations): Move all failure exits after the computation of final_value.Jim Wilson1-23/+22
1994-10-17(copy_loop_body, case JUMP_INSN): Don't abort if invert_exp fails.Richard Earnshaw1-6/+26
1994-08-14(loop_iterations): Use PREV_INSN not prev_nonnote_insn.Jim Wilson1-1/+5
1994-08-14(calculate_giv_inc): Handle constants loaded with IOR.Jim Wilson1-1/+17
1994-07-02(loop_iterations): Only use REG_EQUAL note value if itJim Wilson1-1/+5
1994-06-14Cast pointer operands to bzero, bcopy, and bcmp to (char *).Richard Kenner1-9/+10
1994-05-31(copy_loop_body): Copy CALL_INSN_FUNCTION_USAGE field.Jim Wilson1-0/+5
1994-05-02(remap_split_bivs): New function.Jim Wilson1-35/+57
1994-04-21(find_splittable_givs): Share dest_reg for multiple address givs within a sin...Jim Wilson1-11/+35
1994-03-25(unroll_loop): Remove decl of unused variable V.Richard Kenner1-4/+1
1994-01-24(copy_loop_body): When delete simplified condjump,Jim Wilson1-0/+7
1993-12-22(find_splittable_givs): For rewritting illegal initJim Wilson1-2/+15
1993-11-10(unroll_loop): Set global_const_equiv_map_size.Jim Wilson1-0/+2
1993-11-06(unroll_loop): Don't unroll loop if jump has combinedRichard Stallman1-0/+12
1993-10-11(unroll_loop): Set map->const_equiv_map_size to new_maxregnum.Richard Stallman1-9/+16
1993-06-17(calculate_giv_inc): Add new variables increment_total and tries...Richard Stallman1-5/+33
1993-05-16(initial_reg_note_copy, final_reg_note_copy): New functions.Richard Stallman1-4/+48
1993-05-14(unroll_loop): Clear map->integrating.Jim Wilson1-0/+2
1993-05-12(copy_loop_body): Delete May 10 change.Jim Wilson1-9/+14
1993-05-10(copy_loop_body): Copy REG_NOTES during main loopJim Wilson1-14/+9
1993-04-06(loop_iterations): When computing comparison_value, useJim Wilson1-6/+11
1992-12-31(copy_loop_body...Jim Wilson1-10/+6
1992-11-09(final_biv_value): Make a note after loop_endRichard Stallman1-0/+3
1992-10-06(copy_loop_body, JUMP_INSN case): Delete abort in theJim Wilson1-2/+0
1992-09-29(find_splittable_givs): recog_memoized failure return is -1 not 0.Jim Wilson1-1/+1
1992-09-28(copy_loop_body...Jim Wilson1-16/+10
1992-09-28(find_splittable_givs): Pass mem_mode not mode to memory_address_p.Jim Wilson1-6/+6
1992-09-28(copy_loop_body, JUMP_INSN case): When setting JUMP_LABEL field, verify that ...Jim Wilson1-3/+8
1992-09-19(find_splittable_regs): If any BIV update isn't simple, don't split it.Richard Kenner1-31/+49
1992-08-19(copy_loop_body): Add missing declaration of EXIT_LABEL parameter.Richard Kenner1-0/+1
1992-08-14(copy_loop_body): Don't assume (pc) can be on either leg of jump; useRichard Kenner1-14/+9
1992-08-11(unroll_loop): Delete call to unroll_block_trees.Jim Wilson1-13/+0
1992-08-11(copy_loop_body): Only copy VTOP note if it will end upJim Wilson1-1/+6
1992-07-06entered into RCSCharles Hannum1-25/+23
1992-05-27*** empty log message ***Jim Wilson1-1/+22
1992-05-19*** empty log message ***Jim Wilson1-11/+9
1992-05-07*** empty log message ***Richard Stallman1-8/+8
1992-04-27*** empty log message ***Jim Wilson1-15/+11
1992-04-07*** empty log message ***Jim Wilson1-1/+5
1992-03-14*** empty log message ***Richard Stallman1-8/+13
1992-03-03*** empty log message ***Richard Kenner1-40/+23
1992-02-26*** empty log message ***Jim Wilson1-2/+11
1992-02-07Initial revisionRichard Kenner1-0/+3156