aboutsummaryrefslogtreecommitdiff
path: root/gcc/caller-save.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-2/+2
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-22caller-save.c: Don't include insn-codes.h.Zack Weinberg1-14/+13
2001-08-18optabs.h (OTI_flodiv, [...]): Kill.Zack Weinberg1-1/+1
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-0/+1
2001-07-11alias.c (set_mem_alias_set): New function.Richard Kenner1-1/+1
2001-07-09[multiple changes]Richard Kenner1-2/+3
2001-07-03explow.c (plus_constant_wide, case PLUS): Call find_constant_term and avoid c...Richard Kenner1-9/+5
2001-07-02emit-rtl.c (adjust_address): New function.Richard Kenner1-3/+3
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-10/+16
2001-02-28caller-save.c (save_call_clobbered_regs): Fix typo in comparison last change.Richard Henderson1-1/+1
2001-02-28caller-save.c (reg_save_code, [...]): Index by mode, not NREGS.Jan Hubicka1-37/+96
2000-10-13Remove obstacks.Mark Mitchell1-3/+0
2000-08-09caller-save.c (mark_referenced_regs): Mark partially-overwritten multi-word r...Alexandre Oliva1-1/+8
2000-05-31Makefile.in (c-decl.o): Depend on rtl.h and expr.h.Richard Kenner1-10/+16
2000-02-25Copyright fixes.Jeff Law1-1/+2
2000-02-06Makefile.in (c-common.o): Depend on $(EXPR_H).Kaveh R. Ghazi1-0/+1
2000-02-05caller-save.c: Include tm_p.h.Michael Hayes1-0/+1
2000-01-11alias.c: PROTO -> PARAMS.Kaveh R. Ghazi1-9/+9
1999-12-20Change some regsets to regset_headsBernd Schmidt1-10/+10
1999-12-15caller-save.c (insert_one_insn): Returns struct insn_chain *.J"orn Rennecke1-83/+113
1999-10-27rtl.h (note_stores): Add additional paramter.Mark Mitchell1-3/+4
1999-09-30Update copyright dates.Jeff Law1-1/+1
1999-09-06Merge in gcc2-ss-010999Jeff Law1-1/+1
1999-08-20rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1-1/+1
1999-08-09Include function.h in most files.Bernd Schmidt1-0/+1
1999-01-11Update copyrights.Richard Henderson1-1/+1
1999-01-11basic-block.h (basic_block_head): Rename to x_basic_block_head.Richard Henderson1-4/+4
1998-11-23caller-save.c (insert_one_insn): Initialize the live_before and live_after re...Jeff Law1-0/+8
1998-11-04recog.h (enum op_type): Define.Bernd Schmidt1-4/+4
1998-10-14Warning fixes:Kaveh R. Ghazi1-1/+2
1998-10-13reload.h (compute_use_by_pseudos): Declare.Bernd Schmidt1-298/+261
1998-10-06caller-save.c (restore_referenced_regs): Lose mode argument.Bernd Schmidt1-62/+30
1998-10-02caller-save.c (insert_save_restore): Break this function up into new function...Jeff Law1-112/+166
1998-09-30regs.h (HARD_REGNO_CALLER_SAVE_MODE): New macro.Jeff Law1-1/+1
1998-06-19alias.c: Include toplev.hGraham Stott1-0/+1
1998-05-13Warning fixes:Kaveh R. Ghazi1-1/+2
1998-04-01c-lex.c (yylex): Initialize traditional_type, ansi_type and type.Jeffrey A Law1-3/+3
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-1/+1
1998-02-13varasm.c (output_constant_pool): Bring back 'done' label inside an appropriat...Jeffrey A Law1-2/+2
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1-13/+14
1997-12-15reload.h, [...]: Revert March 15 change.Richard Henderson1-1/+2
1997-06-16Use REG_SET macrosMichael Meissner1-2/+1
1997-06-05abstract regset stuff into macrosMichael Meissner1-21/+10
1997-05-30Use accessor macros to access arrays based on regno; move many of the arrays ...Michael Meissner1-1/+1
1997-03-15Change all calls to eliminate_regs.Richard Kenner1-2/+2
1996-07-03formatting tweaksMike Stump1-3/+4
1995-06-19(save_call_clobbered_regs): If AUTO_INC_DEC, mark register indicatedRichard Kenner1-1/+8
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-02-10Replace MAX_UNITS_PER_WORD with MIN_UNITS_PER_WORD.Richard Kenner1-7/+7