summaryrefslogtreecommitdiff
path: root/gcc/caller-save.c
Commit message (Expand)AuthorAgeFilesLines
* backport: re PR rtl-optimization/12965 (SEGV+ICE in cc1plus on alpha-linux wi...Eric Botcazou2003-12-111-1/+1
* alias.c (argument_registers): Remove.Jeff Law2002-06-131-6/+2
* caller-save.c (init_caller_save): Move creation of SAVEINSN and RESTINSN into...Jeff Law2002-06-111-2/+3
* * caller-save.c (init_caller_save): Clear INSN_CODE each iteration.Richard Henderson2002-06-111-0/+5
* alias.c (static_reg_base_value): New to hold RTL for items allocated once per...Jeff Law2002-06-101-7/+20
* attribs.c (handle_vector_size_attribute): Use host_integerp and tree_int_cst;...Richard Kenner2002-01-011-5/+4
* Implement MODE_BASE_REG_CLASSNick Clifton2001-12-171-1/+3
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-041-1/+1
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-1/+1
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-2/+2
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* caller-save.c: Don't include insn-codes.h.Zack Weinberg2001-08-221-14/+13
* optabs.h (OTI_flodiv, [...]): Kill.Zack Weinberg2001-08-181-1/+1
* expr.h: Split out optab- and libfunc-related code to...Zack Weinberg2001-08-131-0/+1
* alias.c (set_mem_alias_set): New function.Richard Kenner2001-07-111-1/+1
* [multiple changes]Richard Kenner2001-07-091-2/+3
* explow.c (plus_constant_wide, case PLUS): Call find_constant_term and avoid c...Richard Kenner2001-07-031-9/+5
* emit-rtl.c (adjust_address): New function.Richard Kenner2001-07-021-3/+3
* Use byte offsets in SUBREGs instead of words.Jakub Jelinek2001-04-031-10/+16
* caller-save.c (save_call_clobbered_regs): Fix typo in comparison last change.Richard Henderson2001-02-281-1/+1
* caller-save.c (reg_save_code, [...]): Index by mode, not NREGS.Jan Hubicka2001-02-281-37/+96
* 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