aboutsummaryrefslogtreecommitdiff
path: root/gcc/caller-save.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-31re PR other/43562 (GCC ICE on optimize attribute)Jie Zhang1-0/+8
2010-02-17re PR debug/42918 ("-fcompare-debug failure" with "-O2 -ftracer" (2))Jakub Jelinek1-2/+33
2010-02-14reorg.c (delete_computation): Comment fixes.Steven Bosscher1-1/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-12/+12
2009-09-03hard-reg-set.h (call_fixed_regs): Remove.Anatoly Sokolov1-3/+2
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-24/+126
2009-06-22alias.c: Use REG_P...Shujing Zhao1-2/+2
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2009-02-12caller-save.c: Replace regclass.c with reginfo.c in comments.H.J. Lu1-1/+1
2009-01-29tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.Vladimir Makarov1-1/+1
2009-01-15caller-save.c (add_used_regs_1, [...]): New functions.Richard Sandiford1-49/+40
2008-11-21caller-save.c (insert_one_insn): Take into account REG_INC notes for the live...Eric Botcazou1-2/+4
2008-09-09re PR rtl-optimization/37435 (ICE with volatiles)H.J. Lu1-2/+8
2008-08-26[multiple changes]Vladimir Makarov1-55/+418
2008-07-30[multiple changes]H.J. Lu1-3/+9
2008-07-15bt-load.c (add_btr_def, [...]): Avoid C++ keywords.Kaveh R. Ghazi1-34/+34
2008-06-26alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi1-1/+1
2008-05-26re PR middle-end/36253 (Caller-save stack slot may not have proper alignment)H.J. Lu1-0/+10
2007-12-10caller-save.c (insert_one_insn): If inserting before a call_insn then the reg...Pranav Bhandarkar1-0/+32
2007-08-15re PR target/32963 (ICE in failed_reload, could not find a spill register)Steve Ellcey1-0/+2
2007-07-30alias.c (record_set, [...]): Constify.Kaveh R. Ghazi1-4/+4
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-24caller-save.c: Include ggc.h, gt-caller-save.hJan Hubicka1-52/+71
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-3/+4
2007-05-22regs.h (end_hard_regno): New function.Richard Sandiford1-9/+4
2007-02-15caller-save.c (save_call_clobbered_regs): Do not process sibcalls.Paolo Bonzini1-6/+3
2007-01-02re PR middle-end/30311 (revision 120211 failed to compile perlbench)Joseph Myers1-5/+6
2006-12-20rtlanal.c (struct subreg_info, [...]): New.Joseph Myers1-8/+14
2006-05-18Whitespace fixupsMike Stump1-4/+4
2006-04-11caller-save.c: #include "addresses.h" after #include "tm_p.h".Roger Sayle1-1/+1
2006-03-21bfin-protos.h (bfin_dsp_memref_p): Declare.Bernd Schmidt1-1/+2
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