aboutsummaryrefslogtreecommitdiff
path: root/gcc/reg-stack.c
AgeCommit message (Expand)AuthorFilesLines
1998-12-04final.c (cleanup_subreg_operands): Delete some unused code.Bernd Schmidt1-429/+109
1998-10-09flow.c (print_rtl_with_bb): Changed type of in_bb_p to match use.Graham Stott1-7/+7
1998-09-09reg-stack.c (straighten_stack): Do nothing if the virtual stack is empty or h...Jeffrey A Law1-0/+7
1998-06-07reg-stack.c (subst_stack_regs_pat): Make sure the top of stack is the destina...H.J. Lu1-0/+9
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
1998-04-27Fix for x86 FP problem.Jim Wilson1-23/+25
1998-04-19reg-stack.c (subst_asm_stack_regs): Change to return the last new insn genera...H.J. Lu1-13/+23
1998-04-16varasm.c (asm_output_bss): Add prototype.Jeff Law1-0/+1
1998-04-16Patch to fix x86 gcc.dg/980226-1.c failure report by Manfred Hollstein.Jim Wilson1-3/+8
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-3/+5
1998-03-27basic-block.h (basic_block_computed_jump_target): Declare.Bernd Schmidt1-67/+1
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-1/+1
1998-03-20(pop_stack): Define. Pops any register on stack and adjusts the stack.Stan Cox1-4/+28
1998-03-12dManfred Hollstein1-19/+24
1998-02-13Rats. Forgot to change copyrights on the first commit.Robert Lipe1-1/+1
1998-02-13c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors.Robert Lipe1-5/+4
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1-30/+30
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-1/+1
1997-09-22* reg-stack.c (find_blocks): Fix thinko in last change.Jeffrey A Law1-0/+2
1997-09-21jump.c (jmp_uses_reg_or_mem): Deleted unused function.Jeffrey A Law1-27/+1
1997-09-04reg-stack.c (subst_stack_regs): Pop the stack register for a computed goto wh...Stan Cox1-9/+50
1997-05-06reformat a little to match GNU coding standards.Mike Stump1-2/+2
1996-12-30(subst_stack_regs_pat): Set src_note explicitly, insteadJim Wilson1-1/+5
1996-11-08(compare_for_stack_reg, subst_stack_regs_pat):Stan Cox1-0/+66
1996-07-03formatting tweaksMike Stump1-114/+115
1996-05-19Include insn-flags.h.Richard Kenner1-13/+39
1996-03-19(move_for_stack_reg): Avoid stack overflow while storing XFmode fromRichard Kenner1-1/+1
1996-03-05(record_label_references): Check for undefined label.Richard Kenner1-0/+4
1996-02-13(record_reg_life_pat): Fix precedence error.Richard Kenner1-2/+2
1995-06-15(record_reg_life): Call record_reg_life_pat with 0 for douse argument so that...Richard Kenner1-1/+1
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-04-28(stack_result): Fix bug in last change.Richard Kenner1-4/+4
1995-04-25Add copyright for 1995.Richard Kenner1-1/+1
1995-04-25(current_function_returns_real): Deleted (unused).Richard Kenner1-175/+302
1994-11-05(subst_asm_stack_regs): Cast args to bcopy to char *.Richard Kenner1-9/+8
1994-10-02(subst_stack_regs): Check for NOTE to see if insn was deleted.Richard Kenner1-1/+1
1994-10-02(delete_insn_for_stacker): Don't set INSN_DELETED_P onRichard Kenner1-1/+0
1994-06-24(goto_block_pat): Ignore undefined label.Richard Kenner1-0/+2
1994-03-06(find_blocks): Undo previous change to block delineation algorithm.James Van Artsdalen1-2/+2
1994-02-28(reg_to_stack): Use GET_RTX_CLASS.Richard Kenner1-13/+102
1993-10-05(move_for_stack_reg): If the 387 regstack is not full when doing an XFmode wr...James Van Artsdalen1-1/+19
1993-09-23(record_label_references): Don't follow a null label reference chain.James Van Artsdalen1-1/+3
1993-06-19(stack_result_p): New function.Richard Stallman1-2/+26
1993-05-05(record_asm_reg_life): Don't abort for asm that doesn't match itsRichard Kenner1-4/+3
1993-04-17(block_number, BLOCK_NUM, reg_to_stack): Use ints, not shorts to countRichard Kenner1-3/+3
1993-03-31(emit_swap_insn): Don't link cc0 insns: emit swap after cc0 user.James Van Artsdalen1-2/+6
1993-03-13(emit_swap_insn): If emitting after a cc0 setter, link the cc0 insns.James Van Artsdalen1-0/+3
1993-03-12(get_true_reg): Don't ignore FLOAT_TRUNCATE.James Van Artsdalen1-2/+3
1993-03-09(record_asm_reg_life): Cast class to int for indexing.Richard Stallman1-1/+1
1993-01-29(compare_for_stack_reg): Properly swap operands of a COMPARE.James Van Artsdalen1-3/+6