Age | Commit message (Expand) | Author | Files | Lines |
1998-02-28 | Fix warious warnings: | Kaveh R. Ghazi | 1 | -0/+3 |
1998-02-13 | varasm.c (output_constant_pool): Bring back 'done' label inside an appropriat... | Jeffrey A Law | 1 | -0/+4 |
1998-01-22 | Fix powerpc/rs6000 (subreg:SF (mem:SI ...)) reload problem. | Jim Wilson | 1 | -9/+11 |
1998-01-14 | alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO... | Richard Henderson | 1 | -84/+85 |
1998-01-10 | regmove.c: New implementation of regmove pass. | J"orn Rennecke | 1 | -3/+2 |
1997-12-20 | bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration. | Kaveh R. Ghazi | 1 | -1/+1 |
1997-12-15 | reload.h, [...]: Revert March 15 change. | Richard Henderson | 1 | -55/+48 |
1997-12-06 | Merge from gcc-2.8 | Jeff Law | 1 | -1/+8 |
1997-11-13 | reload1.c (new_spill_reg): Improve fixed or forbidden register spill error me... | Michael Meissner | 1 | -2/+5 |
1997-11-02 | Update mainline egcs to gcc2 snapshot 971021. | Jeff Law | 1 | -94/+381 |
1997-10-28 | reload1.c (eliminate_regs [SET]): If [SUBREG] widened the mode of DEST for th... | Richard Henderson | 1 | -0/+6 |
1997-08-19 | reload.c (find_reloads): Add code to convert RELOAD_FOR_OPADDR_ADDR reloads t... | Jim Wilson | 1 | -17/+15 |
1997-08-11 | * Integrate reload bugfix from Wilson which enables the PA port | Jeff Law | 1 | -15/+17 |
1997-08-02 | (reload): Add IN_ADDR to IN_ADDR_ADDR when computing needs since they conflict. | Richard Kenner | 1 | -10/+10 |
1997-07-21 | reload1.c (reload_cse_mem_conflict_p): Restore handling of (mem:BLK const0_rt... | Doug Evans | 1 | -2/+5 |
1997-07-18 | (reload): Don't call reload_cse_regs here. | Richard Kenner | 1 | -62/+14 |
1997-07-17 | (reload): If checking stack, verify frame small enough. | Richard Kenner | 1 | -0/+14 |
1997-06-16 | Use REG_SET macros | Michael Meissner | 1 | -3/+2 |
1997-06-09 | reload1.c (reload): Use xmalloc instead of alloca for the label offsets in OF... | Brendan Kehoe | 1 | -6/+24 |
1997-05-30 | Use accessor macros to access arrays based on regno; move many of the arrays ... | Michael Meissner | 1 | -12/+12 |
1997-05-22 | reload1.c (reload_cse_record_set): Ignore values for SREG if their mode is na... | Jeff Law | 1 | -0/+3 |
1997-05-18 | (reload_cse_regno_equal_p): Check for value using more than one | Richard Kenner | 1 | -0/+8 |
1997-05-02 | Check the mode when checking values equivalent to sreg | Ian Lance Taylor | 1 | -2/+15 |
1997-05-02 | Properly set mode for invalid_regno_rtx in reload_cse_invalidate_regno | Ian Lance Taylor | 1 | -1/+1 |
1997-04-24 | Use push_operand to check for changes to the stack pointer | Ian Lance Taylor | 1 | -2/+19 |
1997-04-23 | Don't assume a SUBREG can not conflict with a MEM | Ian Lance Taylor | 1 | -1/+0 |
1997-04-14 | When clobbering a reg, check for later words of a multi word reg value | Ian Lance Taylor | 1 | -0/+37 |
1997-04-13 | Get the modes right when setting reg_values for a reg to reg copy | Ian Lance Taylor | 1 | -1/+23 |
1997-04-13 | Remove REG_DEAD notes when eliminating a set in the reload CSE pass | Ian Lance Taylor | 1 | -21/+74 |
1997-04-13 | (reload): If function has nonlocal label, mark all caller-saved regs | Richard Kenner | 1 | -1/+9 |
1997-03-26 | Add a CSE pass over the hard registers after reload is complete | Ian Lance Taylor | 1 | -0/+673 |
1997-03-18 | (reload_reg_free_before_p, case | Jim Wilson | 1 | -0/+6 |
1997-03-15 | (eliminate_regs): Add STORING arg. | Richard Kenner | 1 | -38/+50 |
1997-02-20 | (reload): Move assign_stack_local call into main loop. | Jim Wilson | 1 | -6/+9 |
1997-02-19 | reload1.c (eliminate_regs, case MINUS): Canonicalize (minus (plus reg const) ... | Doug Evans | 1 | -23/+2 |
1997-02-05 | Don't always align reload stack slots to BIGGEST_ALIGNMENT | Ian Lance Taylor | 1 | -2/+4 |
1997-02-03 | Add INPADDR_ADDRESS and OUTADDR_ADDRESS reload types | Ian Lance Taylor | 1 | -19/+146 |
1997-01-21 | reload1.c (eliminate_regs, case MINUS): Canonicalize (minus (plus reg const) ... | Doug Evans | 1 | -2/+23 |
1997-01-15 | Initialize reload_address_{base,index}_reg_class | Ian Lance Taylor | 1 | -0/+72 |
1997-01-14 | Handle more cases when eliminating the FP to the hard FP | Ian Lance Taylor | 1 | -1/+18 |
1996-12-13 | Check SMALL_REGISTER_CLASSES at runtime | Ian Lance Taylor | 1 | -16/+25 |
1996-12-07 | (reload): Make starting_frame_size be HOST_WIDE_INT. | Richard Kenner | 1 | -1/+1 |
1996-11-15 | (copy_for_inline): Call gen_rtvec_vv. | Richard Kenner | 1 | -2/+2 |
1996-11-12 | (hard_reg_use_compare, compare_spill_regs): Use `const void *' arguments. | Richard Kenner | 1 | -12/+17 |
1996-10-28 | (delete_output_reload): Don't use delete_insn when deleting all stores | Richard Kenner | 1 | -1/+7 |
1996-10-24 | (emit_reload_insns): Check for second_reloadreg in | Richard Kenner | 1 | -1/+1 |
1996-10-20 | (reload_reg_free_p, reloads_conflict): RELOAD_OTHER and | Richard Kenner | 1 | -15/+8 |
1996-09-29 | (gen_reload): Handle SUBREG in PLUS specially too. | Richard Kenner | 1 | -5/+7 |
1996-09-24 | (emit_reload_insns): For output part of RELOAD_OTHER, | Jim Wilson | 1 | -7/+13 |
1996-09-23 | (reload): Initialize the previous_offset fields in reg_eliminate | Richard Kenner | 1 | -12/+19 |