summaryrefslogtreecommitdiff
path: root/gcc/reload1.c
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-111-1/+1
* * reload1.c (reload): Don't delete equiv insn if can throw.Richard Kenner2001-11-081-3/+10
* emit-rtl.c (set_mem_attributes): Set RTX_UNCHANGINGP_P if T is a constant exp...Richard Kenner2001-11-031-2/+11
* reload1.c (eliminate_regs): Test for reg_renumber being allocated before refe...Richard Kenner2001-10-291-4/+5
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-1/+1
* reload1.c (emit_input_reload_insns): Fix parens in last (undocumented) change...Andreas Schwab2001-10-261-3/+3
* whitespace changesRichard Kenner2001-10-231-1/+2
* alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner2001-10-231-2/+3
* reload1.c (reload): Check CONSTANT_P before calling LEGITIMATE_PIC_OPERAND_P.Hans-Peter Nilsson2001-10-201-1/+5
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-35/+35
* calls.c: Fix formatting.Kazu Hirata2001-10-101-5/+5
* c-common.h: Fix comment formatting.Kazu Hirata2001-10-091-1/+1
* Fix reload conflict testing to take correct order of output reloads into acco...Dale Johannesen2001-10-071-12/+20
* function.c (keep_stack_depressed): Don't use delete_insn.Richard Kenner2001-10-011-16/+9
* reload.c (find_reloads): Mark new USE insns with QImode.Alexandre Oliva2001-09-291-5/+18
* Makefile.in (cfgrtl.o): Add.Jan Hubicka2001-09-251-60/+14
* reload1.c (reload): Use delete_insn instead of splatting NOTE_INSN_DELETED.Richard Henderson2001-09-211-3/+1
* basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka2001-09-211-3/+3
* integrate.c (allocate_initial_values): New function.J"orn Rennecke2001-09-211-1/+0
* basic-block.h (free_bb_for_insn): Declare.Jan Hubicka2001-09-161-0/+1
* * reload1.c (fixup_abnormal_edges): Allow NOTEs in the sequence.Jan Hubicka2001-09-021-4/+7
* reload1.c (move2add_note_store): Correct typo checking for argument pushes.Geoffrey Keating2001-08-291-1/+1
* reload1.c (reload): Make all entries in reg_equiv_memory_loc unshared.Hans-Peter Nilsson2001-08-251-6/+4
* reload1.c (emit_reload_insns): Don't look for notes on a NULL store_insn.Geoffrey Keating2001-08-231-1/+1
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* expr.h: Split out optab- and libfunc-related code to...Zack Weinberg2001-08-131-0/+1
* gcc.c: Fix comment formatting.Kazu Hirata2001-08-121-1/+1
* defaults.h: Define PREFERRED_STACK_BOUNDARY to STACK_BOUNDARY if not already ...Zack Weinberg2001-08-121-4/+0
* calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY if not already de...Zack Weinberg2001-08-101-1/+2
* calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka2001-08-071-3/+2
* alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka2001-08-071-1/+1
* Makefile.in (reload1.o): Add dedendancy on except.hJan Hubicka2001-08-051-1/+6
* * loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes.Jan Hubicka2001-08-041-0/+55
* reload1.c (eliminate_regs_in_insn): When updating a set to the frame pointer ...Geoffrey Keating2001-07-191-15/+22
* reload1.c (choose_reload_regs): Don't inherit a reload that crosses multiple ...Geoffrey Keating2001-07-191-2/+7
* alias.c (set_mem_alias_set): New function.Richard Kenner2001-07-111-4/+4
* reload1.c (merge_assigned_reloads): After a RELOAD_OTHER merge...Stephane Carrez2001-07-101-3/+3
* regmove.c (replace_in_call_usage): Fix warnings.Jan van Male2001-07-101-3/+4
* expr.h: Adjust prototypes for have_add2_insn, have_sub2_insn.Toon Moene2001-07-091-2/+2
* [multiple changes]Richard Kenner2001-07-091-16/+5
* regs.h (struct reg_info_def): Add freq field.Jan Hubicka2001-06-221-5/+5
* reload1.c (reload): Revert Schmidt's change so all USEs are not deleted durin...Jeffrey D. Oldham2001-06-061-1/+1
* print-rtl.c (xspaces): Remove.Mark Mitchell2001-06-051-1/+1
* Minor whitespace editsRichard Kenner2001-06-031-2/+3
* Correctly count substitutions if eliminations are going on.Bernd Schmidt2001-05-171-4/+7
* reload1.c (copy_eh_notes): New function.Andrew Haley2001-05-081-1/+28
* c-lex.c: NULL_PTR -> NULL.Kaveh R. Ghazi2001-05-021-5/+4
* bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi2001-05-011-1/+1
* Use byte offsets in SUBREGs instead of words.Jakub Jelinek2001-04-031-23/+28
* * reload1.c (eliminate_regs): Don't abort on MEM USEs.John David Anglin2001-03-281-0/+6