Age | Commit message (Expand) | Author | Files | Lines |
2009-06-22 | alias.c: Use REG_P... | Shujing Zhao | 1 | -2/+2 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+2 |
2009-02-12 | caller-save.c: Replace regclass.c with reginfo.c in comments. | H.J. Lu | 1 | -1/+1 |
2009-01-29 | tm.texi (TARGET_IRA_COVER_CLASSES): Modify description. | Vladimir Makarov | 1 | -1/+1 |
2009-01-15 | caller-save.c (add_used_regs_1, [...]): New functions. | Richard Sandiford | 1 | -49/+40 |
2008-11-21 | caller-save.c (insert_one_insn): Take into account REG_INC notes for the live... | Eric Botcazou | 1 | -2/+4 |
2008-09-09 | re PR rtl-optimization/37435 (ICE with volatiles) | H.J. Lu | 1 | -2/+8 |
2008-08-26 | [multiple changes] | Vladimir Makarov | 1 | -55/+418 |
2008-07-30 | [multiple changes] | H.J. Lu | 1 | -3/+9 |
2008-07-15 | bt-load.c (add_btr_def, [...]): Avoid C++ keywords. | Kaveh R. Ghazi | 1 | -34/+34 |
2008-06-26 | alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war... | Kaveh R. Ghazi | 1 | -1/+1 |
2008-05-26 | re PR middle-end/36253 (Caller-save stack slot may not have proper alignment) | H.J. Lu | 1 | -0/+10 |
2007-12-10 | caller-save.c (insert_one_insn): If inserting before a call_insn then the reg... | Pranav Bhandarkar | 1 | -0/+32 |
2007-08-15 | re PR target/32963 (ICE in failed_reload, could not find a spill register) | Steve Ellcey | 1 | -0/+2 |
2007-07-30 | alias.c (record_set, [...]): Constify. | Kaveh R. Ghazi | 1 | -4/+4 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-07-24 | caller-save.c: Include ggc.h, gt-caller-save.h | Jan Hubicka | 1 | -52/+71 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -3/+4 |
2007-05-22 | regs.h (end_hard_regno): New function. | Richard Sandiford | 1 | -9/+4 |
2007-02-15 | caller-save.c (save_call_clobbered_regs): Do not process sibcalls. | Paolo Bonzini | 1 | -6/+3 |
2007-01-02 | re PR middle-end/30311 (revision 120211 failed to compile perlbench) | Joseph Myers | 1 | -5/+6 |
2006-12-20 | rtlanal.c (struct subreg_info, [...]): New. | Joseph Myers | 1 | -8/+14 |
2006-05-18 | Whitespace fixups | Mike Stump | 1 | -4/+4 |
2006-04-11 | caller-save.c: #include "addresses.h" after #include "tm_p.h". | Roger Sayle | 1 | -1/+1 |
2006-03-21 | bfin-protos.h (bfin_dsp_memref_p): Declare. | Bernd Schmidt | 1 | -1/+2 |
2005-11-24 | caller-save.c: (this_insn_sets): Move into: (save_call_clobbered_regs). | J"orn Rennecke | 1 | -9/+15 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-04-28 | attribs.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-04-21 | alias.c (true_dependence): Remove 'abort' from comments. | Nathan Sidwell | 1 | -11/+11 |
2004-11-23 | emit-rtl.c, rtl.h (subreg_hard_regno): Remove. | Richard Henderson | 1 | -2/+1 |
2004-11-22 | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 1 | -1/+1 |
2004-11-04 | bitmap.c (bitmap_print): Make bitno unsigned. | Nathan Sidwell | 1 | -1/+1 |
2004-10-18 | basic-block.h (reg_set_iterator): New. | Kazu Hirata | 1 | -16/+17 |
2004-09-07 | c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable. | Nathan Sidwell | 1 | -29/+16 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -2/+2 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -6/+6 |
2004-03-03 | alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ... | Paolo Bonzini | 1 | -1/+1 |
2004-02-17 | Fix rtl sharing problem reported by Daniel Bayer on gcc list. | James E Wilson | 1 | -0/+4 |
2004-02-04 | alloc-pool.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-02-02 | alias.c (record_set): Use hard_regno_nregs. | Jan Hubicka | 1 | -8/+8 |
2003-12-21 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2003-12-17 | re PR rtl-optimization/10592 ([arm] caller-save incorrectly handles a reloade... | Richard Earnshaw | 1 | -1/+3 |
2003-12-11 | basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. | Steven Bosscher | 1 | -4/+4 |
2003-12-07 | re PR rtl-optimization/12965 (SEGV+ICE in cc1plus on alpha-linux with -O2) | Eric Botcazou | 1 | -1/+1 |
2003-06-29 | alloc-pool.c: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2003-06-22 | caller-save.c: Convert to ISO C90. | Andreas Jaeger | 1 | -55/+36 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-06-13 | alias.c (argument_registers): Remove. | Jeff Law | 1 | -6/+2 |
2002-06-11 | caller-save.c (init_caller_save): Move creation of SAVEINSN and RESTINSN into... | Jeff Law | 1 | -2/+3 |
2002-06-11 | * caller-save.c (init_caller_save): Clear INSN_CODE each iteration. | Richard Henderson | 1 | -0/+5 |