summaryrefslogtreecommitdiff
path: root/gcc/reg-stack.c
Commit message (Expand)AuthorAgeFilesLines
* final.c (cleanup_subreg_operands): Delete some unused code.Bernd Schmidt1998-12-041-429/+109
* flow.c (print_rtl_with_bb): Changed type of in_bb_p to match use.Graham Stott1998-10-091-7/+7
* reg-stack.c (straighten_stack): Do nothing if the virtual stack is empty or h...Jeffrey A Law1998-09-091-0/+7
* reg-stack.c (subst_stack_regs_pat): Make sure the top of stack is the destina...H.J. Lu1998-06-071-0/+9
* toplev.h: New file.Robert Lipe1998-05-061-0/+1
* Fix for x86 FP problem.Jim Wilson1998-04-271-23/+25
* reg-stack.c (subst_asm_stack_regs): Change to return the last new insn genera...H.J. Lu1998-04-191-13/+23
* varasm.c (asm_output_bss): Add prototype.Jeff Law1998-04-161-0/+1
* Patch to fix x86 gcc.dg/980226-1.c failure report by Manfred Hollstein.Jim Wilson1998-04-161-3/+8
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1998-04-041-3/+5
* basic-block.h (basic_block_computed_jump_target): Declare.Bernd Schmidt1998-03-271-67/+1
* Major cutover to using system.h:Kaveh R. Ghazi1998-03-201-1/+1
* (pop_stack): Define. Pops any register on stack and adjusts the stack.Stan Cox1998-03-201-4/+28
* dManfred Hollstein1998-03-121-19/+24
* Rats. Forgot to change copyrights on the first commit.Robert Lipe1998-02-131-1/+1
* c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors.Robert Lipe1998-02-131-5/+4
* alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1998-01-141-30/+30
* Update mainline egcs to gcc2 snapshot 971021.Jeff Law1997-11-021-1/+1
* * reg-stack.c (find_blocks): Fix thinko in last change.Jeffrey A Law1997-09-221-0/+2
* jump.c (jmp_uses_reg_or_mem): Deleted unused function.Jeffrey A Law1997-09-211-27/+1
* reg-stack.c (subst_stack_regs): Pop the stack register for a computed goto wh...Stan Cox1997-09-041-9/+50
* reformat a little to match GNU coding standards.Mike Stump1997-05-061-2/+2
* (subst_stack_regs_pat): Set src_note explicitly, insteadJim Wilson1996-12-301-1/+5
* (compare_for_stack_reg, subst_stack_regs_pat):Stan Cox1996-11-081-0/+66
* formatting tweaksMike Stump1996-07-031-114/+115
* Include insn-flags.h.Richard Kenner1996-05-191-13/+39
* (move_for_stack_reg): Avoid stack overflow while storing XFmode fromRichard Kenner1996-03-191-1/+1
* (record_label_references): Check for undefined label.Richard Kenner1996-03-051-0/+4
* (record_reg_life_pat): Fix precedence error.Richard Kenner1996-02-131-2/+2
* (record_reg_life): Call record_reg_life_pat with 0 for douse argument so that...Richard Kenner1995-06-151-1/+1
* Update FSF address.Richard Kenner1995-06-151-1/+2
* (stack_result): Fix bug in last change.Richard Kenner1995-04-281-4/+4
* Add copyright for 1995.Richard Kenner1995-04-251-1/+1
* (current_function_returns_real): Deleted (unused).Richard Kenner1995-04-251-175/+302
* (subst_asm_stack_regs): Cast args to bcopy to char *.Richard Kenner1994-11-051-9/+8
* (subst_stack_regs): Check for NOTE to see if insn was deleted.Richard Kenner1994-10-021-1/+1
* (delete_insn_for_stacker): Don't set INSN_DELETED_P onRichard Kenner1994-10-021-1/+0
* (goto_block_pat): Ignore undefined label.Richard Kenner1994-06-241-0/+2
* (find_blocks): Undo previous change to block delineation algorithm.James Van Artsdalen1994-03-061-2/+2
* (reg_to_stack): Use GET_RTX_CLASS.Richard Kenner1994-02-281-13/+102
* (move_for_stack_reg): If the 387 regstack is not full when doing an XFmode wr...James Van Artsdalen1993-10-051-1/+19
* (record_label_references): Don't follow a null label reference chain.James Van Artsdalen1993-09-231-1/+3
* (stack_result_p): New function.Richard Stallman1993-06-191-2/+26
* (record_asm_reg_life): Don't abort for asm that doesn't match itsRichard Kenner1993-05-051-4/+3
* (block_number, BLOCK_NUM, reg_to_stack): Use ints, not shorts to countRichard Kenner1993-04-171-3/+3
* (emit_swap_insn): Don't link cc0 insns: emit swap after cc0 user.James Van Artsdalen1993-03-311-2/+6
* (emit_swap_insn): If emitting after a cc0 setter, link the cc0 insns.James Van Artsdalen1993-03-131-0/+3
* (get_true_reg): Don't ignore FLOAT_TRUNCATE.James Van Artsdalen1993-03-121-2/+3
* (record_asm_reg_life): Cast class to int for indexing.Richard Stallman1993-03-091-1/+1
* (compare_for_stack_reg): Properly swap operands of a COMPARE.James Van Artsdalen1993-01-291-3/+6