summaryrefslogtreecommitdiff
path: root/gcc/caller-save.c
Commit message (Expand)AuthorAgeFilesLines
* Remove obstacks.Mark Mitchell2000-10-131-3/+0
* caller-save.c (mark_referenced_regs): Mark partially-overwritten multi-word r...Alexandre Oliva2000-08-091-1/+8
* Makefile.in (c-decl.o): Depend on rtl.h and expr.h.Richard Kenner2000-05-311-10/+16
* Copyright fixes.Jeff Law2000-02-251-1/+2
* Makefile.in (c-common.o): Depend on $(EXPR_H).Kaveh R. Ghazi2000-02-061-0/+1
* caller-save.c: Include tm_p.h.Michael Hayes2000-02-051-0/+1
* alias.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-111-9/+9
* Change some regsets to regset_headsBernd Schmidt1999-12-201-10/+10
* caller-save.c (insert_one_insn): Returns struct insn_chain *.J"orn Rennecke1999-12-151-83/+113
* rtl.h (note_stores): Add additional paramter.Mark Mitchell1999-10-271-3/+4
* Update copyright dates.Jeff Law1999-09-301-1/+1
* Merge in gcc2-ss-010999Jeff Law1999-09-061-1/+1
* rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1999-08-201-1/+1
* Include function.h in most files.Bernd Schmidt1999-08-091-0/+1
* Update copyrights.Richard Henderson1999-01-111-1/+1
* basic-block.h (basic_block_head): Rename to x_basic_block_head.Richard Henderson1999-01-111-4/+4
* caller-save.c (insert_one_insn): Initialize the live_before and live_after re...Jeff Law1998-11-231-0/+8
* recog.h (enum op_type): Define.Bernd Schmidt1998-11-041-4/+4
* Warning fixes:Kaveh R. Ghazi1998-10-141-1/+2
* reload.h (compute_use_by_pseudos): Declare.Bernd Schmidt1998-10-131-298/+261
* caller-save.c (restore_referenced_regs): Lose mode argument.Bernd Schmidt1998-10-061-62/+30
* caller-save.c (insert_save_restore): Break this function up into new function...Jeff Law1998-10-021-112/+166
* regs.h (HARD_REGNO_CALLER_SAVE_MODE): New macro.Jeff Law1998-09-301-1/+1
* alias.c: Include toplev.hGraham Stott1998-06-191-0/+1
* Warning fixes:Kaveh R. Ghazi1998-05-131-1/+2
* c-lex.c (yylex): Initialize traditional_type, ansi_type and type.Jeffrey A Law1998-04-011-3/+3
* Major cutover to using system.h:Kaveh R. Ghazi1998-03-201-1/+1
* varasm.c (output_constant_pool): Bring back 'done' label inside an appropriat...Jeffrey A Law1998-02-131-2/+2
* alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1998-01-141-13/+14
* reload.h, [...]: Revert March 15 change.Richard Henderson1997-12-151-1/+2
* Use REG_SET macrosMichael Meissner1997-06-161-2/+1
* abstract regset stuff into macrosMichael Meissner1997-06-051-21/+10
* Use accessor macros to access arrays based on regno; move many of the arrays ...Michael Meissner1997-05-301-1/+1
* Change all calls to eliminate_regs.Richard Kenner1997-03-151-2/+2
* formatting tweaksMike Stump1996-07-031-3/+4
* (save_call_clobbered_regs): If AUTO_INC_DEC, mark register indicatedRichard Kenner1995-06-191-1/+8
* Update FSF address.Richard Kenner1995-06-151-1/+2
* Replace MAX_UNITS_PER_WORD with MIN_UNITS_PER_WORD.Richard Kenner1995-02-101-7/+7
* (insert_save_restore): Change from USE and CLOBBER insns to usingRichard Kenner1994-05-061-18/+33
* (choose_hard_reg_mode): Delete from here.Doug Evans1994-04-201-41/+0
* Remove previous Berg change.Richard Kenner1994-04-081-1/+5
* Avoid #ifdef HARD_REG_SET.Richard Kenner1994-04-061-6/+2
* (MAX_MOVE_MAX, MAX_UNITS_PER_WORD): New macros.Doug Evans1993-08-071-4/+12
* (restore_referenced_regs): New variable saveregs which is number of regs to s...Richard Stallman1993-05-141-3/+5
* Add prototypes for static functions.Richard Kenner1993-03-261-4/+7
* (CEIL): Delete.Jim Wilson1993-02-051-5/+4
* (setup_save_areas): Don't assign save area for a group if someRichard Kenner1992-12-301-0/+12
* (save_call_clobbered_regs): Ensure any insns we addRichard Stallman1992-11-091-0/+4
* (setup_save_areas): Don't look at WORDS_BIG_ENDIAN.Richard Stallman1992-09-031-12/+6
* (insert_save_restore): Correct test forRichard Stallman1992-09-031-3/+3