summaryrefslogtreecommitdiff
path: root/gcc/reload.c
Commit message (Expand)AuthorAgeFilesLines
* re PR target/34995 (MIPS16 ICE in gcc.c-torture/compile/pr34856.c)Richard Sandiford2008-01-311-12/+34
* re PR target/34641 (ICE in reload_cse_simplify_operands, at postreload.c:395)Andreas Krebbel2008-01-101-21/+22
* rtl.def (SUBREG): Update comments.Richard Sandiford2007-12-191-0/+2
* reload.c (find_reloads_address_1): To properly mark as an autoincdec...Hans-Peter Nilsson2007-12-101-1/+1
* reload.c (find_reloads_address_1): Call REG_OK_FOR_CONTEXT with the autoincde...Hans-Peter Nilsson2007-11-231-3/+5
* re PR rtl-optimization/33732 (gcc.c-torture/execute/longlong.c execution at -O3)Eric Botcazou2007-11-091-34/+40
* re PR target/30961 (redundant reg/mem stores/moves)H.J. Lu2007-11-061-1/+2
* ra-conflict.c: New file.Kenneth Zadeck2007-10-021-2/+2
* Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET.Hans-Peter Nilsson2007-09-091-16/+19
* reload.c (find_reloads_address_1): Try to preserve original base/index regcla...Pat Haugen2007-09-061-10/+10
* rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT...Chao-ying Fu2007-08-231-0/+2
* re PR middle-end/32897 (Invalid rematerialisation of subregs)Richard Sandiford2007-08-161-9/+11
* optabs.c (expand_widen_pattern_expr): Use optabs accestors.Jan Hubicka2007-08-091-1/+1
* reload.c (find_reloads_address_part): Pass correct MEMREFLOC argument to find...Sandra Loosemore2007-08-011-5/+3
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-5/+6
* regs.h (end_hard_regno): New function.Richard Sandiford2007-05-221-36/+13
* re PR target/31850 (gcc.c-torture/compile/limits-fnargs.c is slow at compilin...Steve Ellcey2007-05-171-3/+10
* re PR rtl-optimization/28011 ([SH] g++ generates wrong code, if '-fno-excepti...Kaz Kojima2007-05-081-2/+3
* reload.h (elimination_target_reg_p): Declare.Richard Sandiford2007-04-271-1/+2
* re PR target/28675 (ICE in extract_insn, at recog.c:2084 (unrecognizable insn...Ian Lance Taylor2007-04-271-3/+24
* reload.c (combine_reloads): When trying to use a dying register...Bernd Schmidt2007-04-201-1/+6
* reload.c (find_reloads_toplev, [...]): Use rtx_equal_p...Bernd Schmidt2007-04-111-6/+6
* reload.c (find_reloads_address_1): Handle PLUS expressions resulting from reg...Ulrich Weigand2007-02-251-42/+9
* c-decl.c, [...]: Fix comment typos.Kazu Hirata2007-02-031-1/+1
* rtlanal.c (struct subreg_info, [...]): New.Joseph Myers2006-12-201-6/+11
* re PR rtl-optimization/28982 (Incorrect reloading of automodification express...Richard Sandiford2006-09-131-3/+9
* re PR target/28146 (-O2 produces invalid code on s390-linux-gnu: gcc-4.1.2 20...Alexandre Oliva2006-08-171-0/+38
* re PR rtl-optimization/26655 (ICE in ix86_secondary_memory_needed, at config/...Jan Hubicka2006-08-041-1/+19
* re PR target/27858 (ICE in spill_failure, at reload1.c:1911while bootstrappin...Roger Sayle2006-06-121-4/+2
* reload.c (find_reloads): Unset force_reload for 'X' constraint.Andreas Krebbel2006-06-091-0/+1
* cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata2006-05-281-1/+1
* re PR rtl-optimization/27661 (ICE in subst_reloads)Ulrich Weigand2006-05-261-1/+9
* re PR target/27158 (ICE in extract_insn with -maltivec)Roger Sayle2006-05-081-5/+9
* re PR target/26826 (ICE in reg_or_subregno, at jump.c:2011)Richard Guenther2006-04-171-2/+6
* reload.c (find_dummy_reload): Fix typo in 2006-04-03 change.Alan Modra2006-04-061-1/+1
* re PR target/19653 (x87 reg allocated for constants for -mfpmath=sse)Paolo Bonzini2006-04-031-18/+41
* bfin-protos.h (bfin_dsp_memref_p): Declare.Bernd Schmidt2006-03-211-95/+134
* re PR target/25603 (Miscompiled FORTRAN program)Denis Nagorny2006-02-161-4/+40
* reload.c (push_secondary_reload): Initialize t_icode.Bernd Schmidt2006-02-011-2/+3
* reload.c (reg_overlap_mentioned_for_reload_p): Handle subregs of mems.DJ Delorie2006-01-161-0/+2
* re PR rtl-optimization/21041 (ICE: output_operand: Cannot decompose address)Ulrich Weigand2005-12-181-1/+1
* reload.c (find_reloads): Fix comment typo.Alan Modra2005-12-161-1/+1
* basic-block.h, [...]: Fix comment typos.Kazu Hirata2005-12-161-1/+1
* reload.h (reg_equiv_invariant): Declare.J"orn Rennecke2005-12-071-1/+1
* reload.c (push_secondary_reload): Fix typo: s/insn_constraint/scratch_constra...Richard Sandiford2005-12-071-1/+1
* re PR target/21623 (ICE in reload_cse_simplify_operands, at postreload.c:391)J"orn Rennecke2005-11-241-155/+100
* optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly t...Ben Elliston2005-11-221-5/+3
* re PR middle-end/24912 (m68k build failure: ICE: in reload_cse_simplify_opera...Hans-Peter Nilsson2005-11-191-1/+3
* re PR middle-end/24750 (global-alloc (reload) trips over own confusion for un...Hans-Peter Nilsson2005-11-111-0/+18