Age | Commit message (Expand) | Author | Files | Lines |
1997-11-02 | Update mainline egcs to gcc2 snapshot 971021. | Jeff Law | 1 | -2/+7 |
1997-09-21 | loop.c (loop_number): Delete function. | Jeffrey A Law | 1 | -3/+3 |
1997-09-21 | loop.c (loop_unroll_factor): Move outside #ifdef HAIFA conditional. | Jeff Law | 1 | -13/+8 |
1997-08-30 | Fix alpha loop unrolling abort. | Jim Wilson | 1 | -2/+5 |
1997-08-23 | unroll.c (find_splittable_givs): Only share if two givs have the same add and... | John F. Carr | 1 | -1/+8 |
1997-08-11 | * Integrate Haifa instruction scheduler. | Jeffrey A Law | 1 | -2/+21 |
1997-08-11 | * Integrate alias analysis changes from jfc@mit.edu | Jeffrey A Law | 1 | -17/+39 |
1997-06-25 | (final_giv_value): Verify that bl->initial_value is | Jim Wilson | 1 | -1/+6 |
1997-06-23 | (find_splittable_givs): Set splittable_regs_updates to | Jim Wilson | 1 | -2/+9 |
1997-05-30 | Use accessor macros to access arrays based on regno; move many of the arrays ... | Michael Meissner | 1 | -11/+11 |
1997-05-06 | reformat a little to match GNU coding standards. | Mike Stump | 1 | -2/+2 |
1997-04-30 | (set_dominates_use): In second loop, add check for copy_end. | Jim Wilson | 1 | -0/+4 |
1997-02-20 | (unroll_loop): Add check for naive loop that ends with | Jim Wilson | 1 | -0/+17 |
1996-11-15 | (iteration_info): Fix code so that it knows iteration_var is a | Richard Kenner | 1 | -4/+6 |
1996-10-22 | (unroll_loop): Always reject loops with unbalanced blocks. | Jim Wilson | 1 | -1/+5 |
1996-10-21 | (loop_comparison_code): New static variable. | Jim Wilson | 1 | -11/+18 |
1996-10-08 | (unroll_loops): Set local_regno only if set_dominates_use returns true. | Jim Wilson | 1 | -1/+84 |
1996-07-03 | formatting tweaks | Mike Stump | 1 | -1/+1 |
1996-05-18 | (copy_loop_body): When update split DEST_ADDR giv, | Jim Wilson | 1 | -2/+7 |
1995-12-27 | (unroll_loop): Set regno_pointer_{flag,align} in remap table. | Richard Kenner | 1 | -0/+4 |
1995-08-19 | (calculate_giv_inc): Handle increment computed by ASHIFT. | Richard Kenner | 1 | -3/+9 |
1995-07-28 | (unroll_loop): When preconditioning... | Richard Kenner | 1 | -7/+37 |
1995-07-14 | (find_splittable_{regs,givs}, final_[bg]iv_value): Use loop_number_exit_count... | Richard Kenner | 1 | -8/+21 |
1995-06-26 | (find_splittable_regs): When completely unrolling loop, check for | Richard Kenner | 1 | -3/+4 |
1995-06-15 | Update FSF address. | Richard Kenner | 1 | -1/+2 |
1995-06-08 | (verify_addresses): New function. | Richard Kenner | 1 | -16/+32 |
1995-05-31 | (copy_loop_body): Fix typo in call to sets_cc0_p. | Richard Kenner | 1 | -1/+1 |
1995-05-17 | (unroll_loop): Increment copy_start_luid if copy_start | Jim Wilson | 1 | -0/+6 |
1995-05-16 | Fix typos in comments. | Richard Kenner | 1 | -5/+5 |
1995-05-14 | (unroll_loop): Make local_regno have size max_reg_before_loop. | Jim Wilson | 1 | -6/+10 |
1995-05-13 | (back_branch_in_range_p): No longer static. | Jim Wilson | 1 | -2/+1 |
1995-05-12 | (unroll_loop): Don't move reg if used in copy_end and that is a | Richard Kenner | 1 | -10/+10 |
1995-05-12 | (unroll_loop): Only use local_regno for pseudos. | Richard Kenner | 1 | -3/+3 |
1995-05-10 | Add declarations of static functions. | Richard Kenner | 1 | -9/+46 |
1995-01-25 | (find_splittable_givs): Change error message text. | Richard Kenner | 1 | -6/+6 |
1995-01-20 | (copy_loop_body): When check for shared address givs, use new same_insn field. | Jim Wilson | 1 | -8/+14 |
1994-12-05 | (copy_loop_body): Reformat CODE_LABEL_NUMBER macro call | Jim Wilson | 1 | -2/+2 |
1994-10-20 | (loop_iterations): Move all failure exits after the computation of final_value. | Jim Wilson | 1 | -23/+22 |
1994-10-17 | (copy_loop_body, case JUMP_INSN): Don't abort if invert_exp fails. | Richard Earnshaw | 1 | -6/+26 |
1994-08-14 | (loop_iterations): Use PREV_INSN not prev_nonnote_insn. | Jim Wilson | 1 | -1/+5 |
1994-08-14 | (calculate_giv_inc): Handle constants loaded with IOR. | Jim Wilson | 1 | -1/+17 |
1994-07-02 | (loop_iterations): Only use REG_EQUAL note value if it | Jim Wilson | 1 | -1/+5 |
1994-06-14 | Cast pointer operands to bzero, bcopy, and bcmp to (char *). | Richard Kenner | 1 | -9/+10 |
1994-05-31 | (copy_loop_body): Copy CALL_INSN_FUNCTION_USAGE field. | Jim Wilson | 1 | -0/+5 |
1994-05-02 | (remap_split_bivs): New function. | Jim Wilson | 1 | -35/+57 |
1994-04-21 | (find_splittable_givs): Share dest_reg for multiple address givs within a sin... | Jim Wilson | 1 | -11/+35 |
1994-03-25 | (unroll_loop): Remove decl of unused variable V. | Richard Kenner | 1 | -4/+1 |
1994-01-24 | (copy_loop_body): When delete simplified condjump, | Jim Wilson | 1 | -0/+7 |
1993-12-22 | (find_splittable_givs): For rewritting illegal init | Jim Wilson | 1 | -2/+15 |
1993-11-10 | (unroll_loop): Set global_const_equiv_map_size. | Jim Wilson | 1 | -0/+2 |