summaryrefslogtreecommitdiff
path: root/gcc/caller-save.c
Commit message (Expand)AuthorAgeFilesLines
* c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.Nathan Sidwell2004-09-071-29/+16
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-2/+2
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-6/+6
* alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini2004-03-031-1/+1
* Fix rtl sharing problem reported by Daniel Bayer on gcc list.James E Wilson2004-02-171-0/+4
* alloc-pool.h, [...]: Update copyright.Kazu Hirata2004-02-041-1/+1
* alias.c (record_set): Use hard_regno_nregs.Jan Hubicka2004-02-021-8/+8
* alias.c: Fix comment formatting.Kazu Hirata2003-12-211-2/+2
* re PR rtl-optimization/10592 ([arm] caller-save incorrectly handles a reloade...Richard Earnshaw2003-12-171-1/+3
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-4/+4
* re PR rtl-optimization/12965 (SEGV+ICE in cc1plus on alpha-linux with -O2)Eric Botcazou2003-12-071-1/+1
* alloc-pool.c: Fix comment formatting.Kazu Hirata2003-06-291-2/+2
* caller-save.c: Convert to ISO C90.Andreas Jaeger2003-06-221-55/+36
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* 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