]> gcc.gnu.org Git - gcc.git/history - gcc/reload.c
Merge in gcc2-ss-010999
[gcc.git] / gcc / reload.c
1999-09-07 Jeff LawMerge in gcc2-ss-010999
1999-09-01 Bernd SchmidtFix indentation problems
1999-08-31 Zack Weinbergrtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type...
1999-08-25 Kaveh R. GhaziWarning fixes:
1999-08-20 Kaveh R. Ghazirtl.h (rtx_format): Constify a char*.
1999-08-09 Bernd SchmidtInclude function.h in most files.
1999-07-14 Jeff Lawreload.c (find_reloads): Emit a USE for a pseudo regist...
1999-05-27 Jeff Lawreload.c (push_reload): Do not call remove_address_repl...
1999-03-22 J"orn Renneckertl.h (shallow_copy_rtx): Declare.
1999-03-18 J"orn Renneckereload.c (find_reloads_toplev): When processing X recur...
1999-03-15 Mark Mitchellreload.c (find_reloads): Add a REG_LABEL note if we...
1999-03-05 J"orn Renneckereload.c (find_reloads_subreg_address): Actually create...
1999-02-12 Joern RenneckeFormatting fix.
1999-02-12 J"orn Renneckereload.c (find_reloads_subreg_address): New function...
1999-02-12 Jeffrey A Lawreload.c (find_reloads_address_1): Fix handling of...
1999-02-03 Bernd Schmidtreload1.c (reload_cse_regs_1): Undo Jan 16 patch.
1999-01-27 Jeffrey A LawMerge in gcc2 snapshot 19980929. See gcc/ChangeLog... r278977.75/tags/after-merge-gcc2-980929
1999-01-23 Kaveh R. Ghazifinal.c (bb_str): Qualify a char* with the keyword...
1999-01-18 Kaveh R. GhaziWarning fixes:
1998-12-09 Nick CliftonIf an insn cannot be reloaded, display it before callin...
1998-12-02 Jim WilsonFix reload bug that forced earlier x86 LEGITIMATE_CONST...
1998-11-18 Jim WilsonFix memory corruption probelem in reload.
1998-11-18 Jim WilsonFix reload problem found by thumb port.
1998-11-04 Bernd Schmidtrecog.h (enum op_type): Define.
1998-11-04 J"orn Renneckereload.c (find_reloads): Fix test for usage by other...
1998-10-27 Bernd SchmidtTHe final localized spilling patches. See the ChangeLo...
1998-10-25 Bernd Schmidtreload.c (push_reload): When merging reloads...
1998-10-20 Graham Stottreload.c (loc_mentioned_in_p): Add missing braces to...
1998-10-17 Bernd SchmidtMakefile.in (insn-extract.o): Fix dependencies.
1998-10-16 J"orn RenneckeFix consistency problems with reg_equiv_{mem,address};
1998-10-14 Kaveh R. GhaziWarning fixes:
1998-10-08 Bernd Schmidtstmt.c (n_occurrences): New static function.
1998-09-24 J"orn Renneckereload.c (find_reloads): In code to promote RELOAD_FOR_...
1998-09-21 Jeffrey A Law* Revert this patch.
1998-09-18 Jeff Lawreload.c (find_reloads): Do not replace a pseudo with...
1998-09-08 Joern RenneckeTypo fix in comment.
1998-08-25 Richard Hendersonreload.c (operands_match_p): Handle rtvecs.
1998-08-16 Richard Hendersonreload.c (find_equiv_reg): Reject equivalences separate...
1998-07-09 J"orn Renneckereload.c (find_equiv_reg): If need_stable_sp is set...
1998-07-08 Jeffrey A Lawrtlanal.c (reg_overlap_mentioned_p): Handle STRICT_LOW_...
1998-07-07 J"orn Renneckereload.c (find_equiv_reg): When looking for stack point...
1998-07-07 J"orn Renneckereload.c (find_equiv_reg): If need_stable_sp is set...
1998-07-06 Jeffrey A Law* Disable the following change from gcc2. Not appropri...
1998-07-01 J"orn Renneckereload.c (find_reloads): If there are multiple RELOAD_F...
1998-06-29 Jeff Law* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog...
1998-06-23 Ken Raeburnreload.c (find_reloads): Fix check for failure to match...
1998-06-18 J"orn Renneckereload.c (find_reloads): Don't narrow scope of RELOAD_O...
1998-06-10 Jeffrey A Lawreload.c (find_reloads_toplev): Use gen_lowpart common...
1998-05-31 John Wehlereload.c (find_reloads): Record the existing mode if...
1998-05-28 Jeff Lawreload.c (find_reloads): Do not force a reloads of...
1998-05-14 Jim WilsonFix MIPS compiler abort on Mesa, reported by Andy Tai.
1998-05-14 J"orn Renneckereload.c (remove_replacements): New function.
1998-05-06 Jeff Lawtypo typo fixes fixes
1998-05-06 Robert Lipetoplev.h: New file.
1998-05-05 Jeff Law* Check in merge from gcc2. See ChangeLog.12 for details.
1998-05-01 J"orn Renneckereload.c (find_reloads): Emit USEs to mark where a...
1998-04-04 Jeff Law* Check in merge from gcc2. See ChangeLog.11 and Chang...
1998-04-02 Joern Renneckereload.c (find_reloads_address): Try LEGITIMIZE_RELOAD_...
1998-03-26 J"orn Renneckeregclass.c (record_reg_classes): '?' increases cost...
1998-03-20 Kaveh R. GhaziMajor cutover to using system.h:
1998-03-12 Manfred Hollsteind
1998-03-05 Richard Hendersonreload.c (find_reloads): Always force (subreg (mem...
1998-02-28 Kaveh R. GhaziFix warious warnings:
1998-02-14 Jeffrey A Lawvarasm.c (output_constant_pool): Bring back 'done'...
1998-02-09 J"orn Renneckereload.c (find_reloads_toplev): Handle arbitrary non...
1998-01-28 J"orn Renneckereload.c (push_reload): If WORD_REGISTER_OPERATIONS...
1998-01-22 Jim WilsonFix powerpc/rs6000 (subreg:SF (mem:SI ...)) reload...
1998-01-14 Richard Hendersonalias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_...
1997-12-15 Richard Hendersonreload.h, [...]: Revert March 15 change.
1997-12-07 Jeff LawMerge from gcc-2.8
1997-11-05 Jim WilsonBug fix for v850 port.
1997-11-02 Jeff LawUpdate mainline egcs to gcc2 snapshot 971021.
1997-10-17 Christian Iselireload.c (debug_reload_to_stream): New function.
1997-10-07 Thomas Koenig* reload.c (decompose): Always initialize val.base.
1997-08-27 Jim Wilsonreload.c (find_reloads, case '0'): Reject matching...
1997-08-19 Jim Wilsonreload.c (find_reloads): Add code to convert RELOAD_FOR...
1997-08-02 Richard Kenner(debug_reload): Rework to make output more compact.
1997-05-06 Mike Stumpreformat a little to match GNU coding standards.
1997-04-23 Richard Kenner(push_reload): Fix last argument of the call to find_du...
1997-03-25 Richard Kenner(find_dummy_reload): New parameter earlyclobber.
1997-03-15 Richard KennerInclude expr.h.
1997-03-15 Richard KennerChange all calls to eliminate_regs.
1997-02-26 Michael MeissnerRemove bogus argument to fprintf.
1997-02-19 Doug Evansreload.c (find_reloads_address): Treat (plus (minus...
1997-02-05 Jim Wilson(find_reloads_address_1, case POST_INC): Don't use
1997-02-03 Ian Lance TaylorAdd INPADDR_ADDRESS and OUTADDR_ADDRESS reload types
1997-01-21 Doug Evansreload1.c (eliminate_regs, case MINUS): Canonicalize...
1997-01-15 Ian Lance TaylorUse reload_address_{base,index}_reg_class when reloadin...
1997-01-14 Ian Lance TaylorAdd support for REG[NO]_MODE_OK_FOR_BASE_P
1997-01-03 Richard Kenner(find_reloads): If replaced a PLUS or MULT with a simpl...
1996-12-13 Ian Lance TaylorCheck SMALL_REGISTER_CLASSES at runtime
1996-10-23 Ian Lance TaylorAccept a unary operator in find_reloads
1996-09-25 Jim Wilson(push_secondary_reload): Do strip paradoxical SUBREG...
1996-07-03 Mike Stumpformatting tweaks
1996-06-08 Richard Kenner(find_equiv_reg): Set need_stable_sp if GOAL is the...
1996-04-17 Jim Wilson(push_reload): Add extra reload for inside of SUBREG if
1996-02-02 Richard Kenner(debug_reload): Fix typo for reload_noncombine.
1996-01-15 Richard Kenner(find_equiv_reg): Apply single_set, not PATTERN, to...
1995-12-22 Richard Kenner(find_valid_class): New function.
1995-12-17 Richard Kenner(push_secondary_reload): Don't strip paradoxical SUBREG if
next
This page took 1.330447 seconds and 108 git commands to generate.