summaryrefslogtreecommitdiff
path: root/gcc/reload.c
Commit message (Expand)AuthorAgeFilesLines
* Warning fixes:ghazi1999-01-181-2/+3
* If an insn cannot be reloaded, display it before calling abort()nickc1998-12-091-1/+1
* Fix reload bug that forced earlier x86 LEGITIMATE_CONSTANT_P change.wilson1998-12-021-1/+1
* Fix memory corruption probelem in reload.wilson1998-11-181-2/+21
* Fix reload problem found by thumb port.wilson1998-11-181-1/+1
* * recog.h (enum op_type): Define.law1998-11-041-7/+3
* * reload.c (find_reloads): Fix test for usage by other reloadamylaar1998-11-041-1/+3
* THe final localized spilling patches. See the ChangeLog for details.law1998-10-271-41/+20
* law1998-10-251-1/+3
* 8law1998-10-201-2/+4
* * Makefile.in (insn-extract.o): Fix dependencies.law1998-10-171-130/+28
* Fix consistency problems with reg_equiv_{mem,address};law1998-10-161-166/+310
* Warning fixes:ghazi1998-10-141-2/+2
* * stmt.c (n_occurrences): New static function.law1998-10-081-33/+5
* * reload.c (find_reloads): In code to promote RELOAD_FOR_X_ADDR_ADDRamylaar1998-09-241-6/+23
* * Revert this patch.law1998-09-211-2/+1
* Plaw1998-09-181-1/+2
* Typo fix in comment.amylaar1998-09-081-1/+1
* * reload.c (operands_match_p): Handle rtvecs.rth1998-08-251-1/+14
* 8law1998-08-161-1/+6
* * reload.c (find_equiv_reg): If need_stable_sp is set,amylaar1998-07-091-0/+2
* * rtlanal.c (reg_overlap_mentioned_p): Handle STRICT_LOW_PART. Iflaw1998-07-081-3/+8
* * reload.c (find_equiv_reg): When looking for stack pointer + const,law1998-07-071-0/+3
* * reload.c (find_equiv_reg): If need_stable_sp is set,law1998-07-071-0/+2
* * Disable the following change from gcc2. Not appropriate for egcs:law1998-07-061-1/+7
* * reload.c (find_reloads): If there are multipleamylaar1998-07-011-9/+74
* * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forlaw1998-06-291-14/+39
* * reload.c (find_reloads): Fix check for failure to match any alternative, toraeburn1998-06-231-1/+1
* * reload.c (find_reloads): Don't narrow scope of RELOAD_OTHER toamylaar1998-06-181-1/+3
* * reload.c (find_reloads_toplev): Use gen_lowpart common to convertlaw1998-06-101-1/+12
* * reload.c (find_reloads): Record the existing mode iflaw1998-05-311-2/+10
* 8law1998-05-281-2/+3
* Fix MIPS compiler abort on Mesa, reported by Andy Tai.wilson1998-05-141-1/+2
* * reload.c (remove_replacements): New function.amylaar1998-05-141-0/+15
* typo typo fixes fixeslaw1998-05-061-1/+1
* Wed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com>robertl1998-05-061-0/+1
* * Check in merge from gcc2. See ChangeLog.12 for details.law1998-05-051-0/+71
* * reload.c (find_reloads): Emit USEs to mark where a pseudoamylaar1998-05-011-15/+30
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12law1998-04-041-22/+25
* * reload.c (find_reloads_address): Try LEGITIMIZE_RELOAD_ADDRESS.rth1998-04-021-0/+37
* * regclass.c (record_reg_classes): '?' increases cost by two.amylaar1998-03-261-7/+16
* Major cutover to using system.h:ghazi1998-03-201-1/+1
* dmanfred1998-03-121-0/+2
* * reload.c (find_reloads): Always force (subreg (mem)) to berth1998-03-051-2/+14
* Fix warious warnings:ghazi1998-02-281-2/+1
* * varasm.c (output_constant_pool): Bring back 'done' label insidelaw1998-02-141-0/+4
* * reload.c (find_reloads_toplev): Handle arbitrary non-paradoxicalamylaar1998-02-091-1/+24
* * reload.c (push_reload): If WORD_REGISTER_OPERATIONS, reload thelaw1998-01-281-2/+9
* Fix powerpc/rs6000 (subreg:SF (mem:SI ...)) reload problem.wilson1998-01-221-3/+5
* * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;rth1998-01-141-48/+48