aboutsummaryrefslogtreecommitdiff
path: root/gcc/caller-save.c
AgeCommit message (Expand)AuthorFilesLines
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
1994-05-06(insert_save_restore): Change from USE and CLOBBER insns to usingRichard Kenner1-18/+33
1994-04-20(choose_hard_reg_mode): Delete from here.Doug Evans1-41/+0
1994-04-08Remove previous Berg change.Richard Kenner1-1/+5
1994-04-06Avoid #ifdef HARD_REG_SET.Richard Kenner1-6/+2
1993-08-07(MAX_MOVE_MAX, MAX_UNITS_PER_WORD): New macros.Doug Evans1-4/+12
1993-05-14(restore_referenced_regs): New variable saveregs which is number of regs to s...Richard Stallman1-3/+5
1993-03-26Add prototypes for static functions.Richard Kenner1-4/+7
1993-02-05(CEIL): Delete.Jim Wilson1-5/+4
1992-12-30(setup_save_areas): Don't assign save area for a group if someRichard Kenner1-0/+12
1992-11-09(save_call_clobbered_regs): Ensure any insns we addRichard Stallman1-0/+4
1992-09-03(setup_save_areas): Don't look at WORDS_BIG_ENDIAN.Richard Stallman1-12/+6
1992-09-03(insert_save_restore): Correct test forRichard Stallman1-3/+3
1992-09-02caller-save.c (init_caller_save): If we were unable to find a simple insn whi...Jeff Law1-5/+9
1992-08-31caller-save.c (restore_referenced_regs): When restoring a referenced hard reg...Jeff Law1-2/+6
1992-08-26Major rework to have caller-saves emit load/store double insns when...Jeff Law1-93/+272
1992-07-06entered into RCSCharles Hannum1-5/+5
1992-04-11*** empty log message ***Richard Kenner1-1/+1
1992-04-03*** empty log message ***Richard Kenner1-0/+10
1992-02-21*** empty log message ***Richard Stallman1-1/+2
1992-02-12Initial revisionRichard Stallman1-0/+568