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