summaryrefslogtreecommitdiff
path: root/gcc/reload.c
Commit message (Expand)AuthorAgeFilesLines
* Delete !REGISTER_CONSTRAINTS codeBernd Schmidt1999-10-011-70/+0
* Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1999-09-201-0/+1
* Use structures not many single arrays in reloadBernd Schmidt1999-09-121-457/+383
* Replace insn_foo with insn_data.foo.Richard Henderson1999-09-121-21/+25
* Replace recog_foo with recog_data.foo.Richard Henderson1999-09-111-119/+139
* Merge in gcc2-ss-010999Jeff Law1999-09-061-35/+4
* Fix indentation problemsBernd Schmidt1999-09-011-136/+136
* rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ...Zack Weinberg1999-08-311-1/+1
* Warning fixes:Kaveh R. Ghazi1999-08-251-1/+1
* rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1999-08-201-12/+12
* Include function.h in most files.Bernd Schmidt1999-08-091-0/+1
* reload.c (find_reloads): Emit a USE for a pseudo register without a hard regi...Jeff Law1999-07-141-2/+7
* reload.c (push_reload): Do not call remove_address_replacements when...Jeff Law1999-05-261-2/+12
* rtl.h (shallow_copy_rtx): Declare.J"orn Rennecke1999-03-221-1/+1
* reload.c (find_reloads_toplev): When processing X recursively...J"orn Rennecke1999-03-181-3/+17
* reload.c (find_reloads): Add a REG_LABEL note if we substitute a LABEL_REF fo...Mark Mitchell1999-03-151-1/+15
* reload.c (find_reloads_subreg_address): Actually create the USE for the regis...J"orn Rennecke1999-03-051-3/+4
* Formatting fix.Joern Rennecke1999-02-121-1/+1
* reload.c (find_reloads_subreg_address): New function, broken out of find_relo...J"orn Rennecke1999-02-121-28/+85
* reload.c (find_reloads_address_1): Fix handling of an autoincremented pseudo ...Jeffrey A Law1999-02-111-0/+8
* reload1.c (reload_cse_regs_1): Undo Jan 16 patch.Bernd Schmidt1999-02-031-64/+94
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1999-01-261-36/+55
* final.c (bb_str): Qualify a char* with the keyword `const'.Kaveh R. Ghazi1999-01-231-2/+2
* Warning fixes:Kaveh R. Ghazi1999-01-181-2/+3
* If an insn cannot be reloaded, display it before calling abort()Nick Clifton1998-12-091-1/+1
* Fix reload bug that forced earlier x86 LEGITIMATE_CONSTANT_P change.Jim Wilson1998-12-021-1/+1
* Fix memory corruption probelem in reload.Jim Wilson1998-11-181-2/+21
* Fix reload problem found by thumb port.Jim Wilson1998-11-181-1/+1
* recog.h (enum op_type): Define.Bernd Schmidt1998-11-041-7/+3
* reload.c (find_reloads): Fix test for usage by other reload to handle seconda...J"orn Rennecke1998-11-041-1/+3
* THe final localized spilling patches. See the ChangeLog for details.Bernd Schmidt1998-10-271-41/+20
* reload.c (push_reload): When merging reloads...Bernd Schmidt1998-10-251-1/+3
* reload.c (loc_mentioned_in_p): Add missing braces to bind else to correct if.Graham Stott1998-10-201-2/+4
* Makefile.in (insn-extract.o): Fix dependencies.Bernd Schmidt1998-10-161-130/+28
* Fix consistency problems with reg_equiv_{mem,address};J"orn Rennecke1998-10-161-166/+310
* Warning fixes:Kaveh R. Ghazi1998-10-141-2/+2
* stmt.c (n_occurrences): New static function.Bernd Schmidt1998-10-071-33/+5
* reload.c (find_reloads): In code to promote RELOAD_FOR_X_ADDR_ADDR reloads to...J"orn Rennecke1998-09-241-6/+23
* * Revert this patch.Jeffrey A Law1998-09-211-2/+1
* reload.c (find_reloads): Do not replace a pseudo with (MEM (reg_equiv_addr)) ...Jeff Law1998-09-181-1/+2
* Typo fix in comment.Joern Rennecke1998-09-081-1/+1
* reload.c (operands_match_p): Handle rtvecs.Richard Henderson1998-08-251-1/+14
* reload.c (find_equiv_reg): Reject equivalences separated by a volatile instru...Richard Henderson1998-08-151-1/+6
* reload.c (find_equiv_reg): If need_stable_sp is set, check if stack pointer i...J"orn Rennecke1998-07-091-0/+2
* rtlanal.c (reg_overlap_mentioned_p): Handle STRICT_LOW_PART.Jeffrey A Law1998-07-071-3/+8
* reload.c (find_equiv_reg): When looking for stack pointer + const, make sure ...J"orn Rennecke1998-07-061-0/+3
* reload.c (find_equiv_reg): If need_stable_sp is set, check if stack pointer i...J"orn Rennecke1998-07-061-0/+2
* * Disable the following change from gcc2. Not appropriate for egcs:Jeffrey A Law1998-07-061-1/+7
* reload.c (find_reloads): If there are multiple RELOAD_FOR_INPUT_ADDRESS / REL...J"orn Rennecke1998-07-011-9/+74
* * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1998-06-291-14/+39