| Commit message (Expand) | Author | Age | Files | Lines |
* | * gansidecl.h (__attribute__, ATTRIBUTE_UNUSED_LABEL, | ghazi | 1999-09-08 | 1 | -6/+6 |
* | Merge in gcc2-ss-010999 | law | 1999-09-07 | 1 | -1/+19 |
* | * c-aux-info.c (concat): Don't define. | ghazi | 1999-09-07 | 1 | -21/+10 |
* | * reload1.c (eliminate_regs_in_insn): Avoid eliminating the | rth | 1999-09-03 | 1 | -1/+4 |
* | Fix indentation problems | crux | 1999-09-01 | 1 | -159/+159 |
* | 1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover.com> | zack | 1999-08-31 | 1 | -1/+1 |
* | Warning fixes: | ghazi | 1999-08-25 | 1 | -7/+7 |
* | * rtl.h (rtx_format): Constify a char*. | ghazi | 1999-08-20 | 1 | -7/+7 |
* | * machmode.h (mode_name): Constify a char*. | ghazi | 1999-08-20 | 1 | -3/+3 |
* | 1999-08-19 14:44 -0700 Zack Weinberg <zack@bitmover.com> | zack | 1999-08-19 | 1 | -2/+2 |
* | Include function.h in most files. Remove most of the global variables | crux | 1999-08-09 | 1 | -3/+1 |
* | Warning fix | crux | 1999-08-05 | 1 | -1/+1 |
* | Warning fix | crux | 1999-08-03 | 1 | -1/+1 |
* | * reload1.c (choose_reload_regs): Never call remove_adress_replacements | amylaar | 1999-07-08 | 1 | -4/+3 |
* | � | law | 1999-07-07 | 1 | -4/+14 |
* | * reload1.c (gen_mode_int): New function. | rth | 1999-05-08 | 1 | -4/+25 |
* | * reload1.c (emit_reload_insns): Also find equivalent mems | rth | 1999-04-14 | 1 | -15/+28 |
* | * cse.c (flush_hash_table): New function. | law | 1999-04-09 | 1 | -0/+8 |
* | * reload1.c (reload): Remove accidental code duplication. | law | 1999-03-28 | 1 | -14/+0 |
* | reload1.c (choose_reload_regs): If output-reloading for a | amylaar | 1999-03-24 | 1 | -1/+17 |
* | * i386.h (PREFERRED_STACK_BOUNDARY): Define. | law | 1999-03-22 | 1 | -0/+4 |
* | * reload1.c (reload_as_needed): Set reload_is_output_reload / | amylaar | 1999-03-22 | 1 | -7/+26 |
* | Warning fixes: | ghazi | 1999-03-19 | 1 | -1/+2 |
* | * reload1.c (eliminate_regs): Don't keep REG_DEAD notes around for | amylaar | 1999-03-17 | 1 | -1/+11 |
* | * rtlanal.c (auto_inc_p): New function. | m.hayes | 1999-03-15 | 1 | -5/+45 |
* | Patch to fix reload abort while compiling hpux-x-m68k-aout gdb. | wilson | 1999-03-12 | 1 | -1/+8 |
* | * reload.1c (delete_address_reloads_1): Check for reloads of | amylaar | 1999-03-11 | 1 | -3/+4 |
* | * reload1.c (choose_reload_regs): When inheriting from the frame | amylaar | 1999-03-10 | 1 | -0/+3 |
* | * reload1.c (reload_combine_note_store): Fix calculation of number | amylaar | 1999-03-09 | 1 | -2/+2 |
* | * reload1.c (emit_reload_insns): If pseudo that can't be replaced | amylaar | 1999-03-05 | 1 | -8/+15 |
* | Flow rewrite to use basic block structures and edge lists. | rth | 1999-02-25 | 1 | -6/+6 |
* | * reload1.c (reload_combine_note_store): Second argument is no | law | 1999-02-10 | 1 | -17/+11 |
* | * reload1.c (reload_combine_note_store): Be more careful with | law | 1999-02-06 | 1 | -2/+19 |
* | * reload1.c (reload_cse_regs_1): Undo Jan 16 patch. | law | 1999-02-03 | 1 | -2/+2 |
* | Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for | law | 1999-01-27 | 1 | -0/+22 |
* | * final.c (bb_str): Qualify a char* with the keyword `const'. | ghazi | 1999-01-23 | 1 | -4/+4 |
* | * rtl.h (rtx_def): Update documentation. | mmitchel | 1999-01-19 | 1 | -0/+3 |
* | Warning fixes: | ghazi | 1999-01-18 | 1 | -1/+1 |
* | * reload1.c (reload_cse_regs_1): Do not call | law | 1999-01-16 | 1 | -2/+2 |
* | Update copyrights. | rth | 1999-01-11 | 1 | -1/+1 |
* | * basic-block.h (basic_block_head): Rename to x_basic_block_head. | rth | 1999-01-11 | 1 | -9/+9 |
* | * reload1.c (reload_as_needed): Verify that the insn satisfies its | law | 1998-12-30 | 1 | -3/+25 |
* | Warning fixes: | ghazi | 1998-12-23 | 1 | -2/+6 |
* | Wed Dec 23 00:10:01 1998 Jeffrey A Law (law@cygnus.com) | law | 1998-12-22 | 1 | -0/+5 |
* | * reload1.c (emit_reload_insns): Check `set' not null before use. | law | 1998-12-22 | 1 | -1/+1 |
* | Delete REG_RETVAL and REG_LIBCALL notes after completeing reload | nickc | 1998-12-14 | 1 | -2/+6 |
* | * reload1.c (compute_use_by_pseudos): Allow reg_renumber[regno] < 0 | law | 1998-12-12 | 1 | -4/+14 |
* | Approved by Jeffrey A Law: | amylaar | 1998-12-11 | 1 | -2/+41 |
* | * reload1.c (reload_combine, reload_combine_note_store): | amylaar | 1998-12-09 | 1 | -7/+20 |
* | * reload1.c (current_function_decl): Tweak declaration. | law | 1998-12-08 | 1 | -1/+1 |