aboutsummaryrefslogtreecommitdiff
path: root/gcc/caller-save.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-24caller-save.c: (this_insn_sets): Move into: (save_call_clobbered_regs).J"orn Rennecke1-9/+15
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-28attribs.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-04-21alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell1-11/+11
2004-11-23emit-rtl.c, rtl.h (subreg_hard_regno): Remove.Richard Henderson1-2/+1
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-1/+1
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell1-1/+1
2004-10-18basic-block.h (reg_set_iterator): New.Kazu Hirata1-16/+17
2004-09-07c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.Nathan Sidwell1-29/+16
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-2/+2
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-6/+6
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-1/+1
2004-02-17Fix rtl sharing problem reported by Daniel Bayer on gcc list.James E Wilson1-0/+4
2004-02-04alloc-pool.h, [...]: Update copyright.Kazu Hirata1-1/+1
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-8/+8
2003-12-21alias.c: Fix comment formatting.Kazu Hirata1-2/+2
2003-12-17re PR rtl-optimization/10592 ([arm] caller-save incorrectly handles a reloade...Richard Earnshaw1-1/+3
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-4/+4
2003-12-07re PR rtl-optimization/12965 (SEGV+ICE in cc1plus on alpha-linux with -O2)Eric Botcazou1-1/+1
2003-06-29alloc-pool.c: Fix comment formatting.Kazu Hirata1-2/+2
2003-06-22caller-save.c: Convert to ISO C90.Andreas Jaeger1-55/+36
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-06-13alias.c (argument_registers): Remove.Jeff Law1-6/+2
2002-06-11caller-save.c (init_caller_save): Move creation of SAVEINSN and RESTINSN into...Jeff Law1-2/+3
2002-06-11* caller-save.c (init_caller_save): Clear INSN_CODE each iteration.Richard Henderson1-0/+5
2002-06-10alias.c (static_reg_base_value): New to hold RTL for items allocated once per...Jeff Law1-7/+20
2002-01-01attribs.c (handle_vector_size_attribute): Use host_integerp and tree_int_cst;...Richard Kenner1-5/+4
2001-12-17Implement MODE_BASE_REG_CLASSNick Clifton1-1/+3
2001-11-04ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
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