summaryrefslogtreecommitdiff
path: root/gcc/caller-save.c
Commit message (Expand)AuthorAgeFilesLines
* re PR target/32963 (ICE in failed_reload, could not find a spill register)Steve Ellcey2007-08-151-0/+2
* alias.c (record_set, [...]): Constify.Kaveh R. Ghazi2007-07-301-4/+4
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* caller-save.c: Include ggc.h, gt-caller-save.hJan Hubicka2007-07-241-52/+71
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-3/+4
* regs.h (end_hard_regno): New function.Richard Sandiford2007-05-221-9/+4
* caller-save.c (save_call_clobbered_regs): Do not process sibcalls.Paolo Bonzini2007-02-151-6/+3
* re PR middle-end/30311 (revision 120211 failed to compile perlbench)Joseph Myers2007-01-021-5/+6
* rtlanal.c (struct subreg_info, [...]): New.Joseph Myers2006-12-201-8/+14
* Whitespace fixupsMike Stump2006-05-181-4/+4
* caller-save.c: #include "addresses.h" after #include "tm_p.h".Roger Sayle2006-04-111-1/+1
* bfin-protos.h (bfin_dsp_memref_p): Declare.Bernd Schmidt2006-03-211-1/+2
* caller-save.c: (this_insn_sets): Move into: (save_call_clobbered_regs).J"orn Rennecke2005-11-241-9/+15
* Update FSF address.Kelley Cook2005-06-251-2/+2
* attribs.c, [...]: Update copyright.Kazu Hirata2005-04-281-1/+1
* alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell2005-04-211-11/+11
* emit-rtl.c, rtl.h (subreg_hard_regno): Remove.Richard Henderson2004-11-231-2/+1
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-1/+1
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-1/+1
* basic-block.h (reg_set_iterator): New.Kazu Hirata2004-10-181-16/+17
* 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