aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload1.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-01c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth1-2/+2
2001-11-20reload1.c (elimination_effects): Use function_invariant_p instead of CONSTANT...Brad Kaiser1-1/+1
2001-11-11ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-11-08* reload1.c (reload): Don't delete equiv insn if can throw.Richard Kenner1-3/+10
2001-11-03emit-rtl.c (set_mem_attributes): Set RTX_UNCHANGINGP_P if T is a constant exp...Richard Kenner1-2/+11
2001-10-29reload1.c (eliminate_regs): Test for reg_renumber being allocated before refe...Richard Kenner1-4/+5
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-26reload1.c (emit_input_reload_insns): Fix parens in last (undocumented) change...Andreas Schwab1-3/+3
2001-10-23whitespace changesRichard Kenner1-1/+2
2001-10-23alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner1-2/+3
2001-10-20reload1.c (reload): Check CONSTANT_P before calling LEGITIMATE_PIC_OPERAND_P.Hans-Peter Nilsson1-1/+5
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-35/+35
2001-10-10calls.c: Fix formatting.Kazu Hirata1-5/+5
2001-10-09c-common.h: Fix comment formatting.Kazu Hirata1-1/+1
2001-10-07Fix reload conflict testing to take correct order of output reloads into acco...Dale Johannesen1-12/+20
2001-10-01function.c (keep_stack_depressed): Don't use delete_insn.Richard Kenner1-16/+9
2001-09-29reload.c (find_reloads): Mark new USE insns with QImode.Alexandre Oliva1-5/+18
2001-09-25Makefile.in (cfgrtl.o): Add.Jan Hubicka1-60/+14
2001-09-21reload1.c (reload): Use delete_insn instead of splatting NOTE_INSN_DELETED.Richard Henderson1-3/+1
2001-09-21basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka1-3/+3
2001-09-21integrate.c (allocate_initial_values): New function.J"orn Rennecke1-1/+0
2001-09-16basic-block.h (free_bb_for_insn): Declare.Jan Hubicka1-0/+1
2001-09-02* reload1.c (fixup_abnormal_edges): Allow NOTEs in the sequence.Jan Hubicka1-4/+7
2001-08-29reload1.c (move2add_note_store): Correct typo checking for argument pushes.Geoffrey Keating1-1/+1
2001-08-25reload1.c (reload): Make all entries in reg_equiv_memory_loc unshared.Hans-Peter Nilsson1-6/+4
2001-08-23reload1.c (emit_reload_insns): Don't look for notes on a NULL store_insn.Geoffrey Keating1-1/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-0/+1
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-08-12defaults.h: Define PREFERRED_STACK_BOUNDARY to STACK_BOUNDARY if not already ...Zack Weinberg1-4/+0
2001-08-10calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY if not already de...Zack Weinberg1-1/+2
2001-08-07calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka1-3/+2
2001-08-07alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka1-1/+1
2001-08-05Makefile.in (reload1.o): Add dedendancy on except.hJan Hubicka1-1/+6
2001-08-04* loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes.Jan Hubicka1-0/+55
2001-07-19reload1.c (eliminate_regs_in_insn): When updating a set to the frame pointer ...Geoffrey Keating1-15/+22
2001-07-19reload1.c (choose_reload_regs): Don't inherit a reload that crosses multiple ...Geoffrey Keating1-2/+7
2001-07-11alias.c (set_mem_alias_set): New function.Richard Kenner1-4/+4
2001-07-10reload1.c (merge_assigned_reloads): After a RELOAD_OTHER merge...Stephane Carrez1-3/+3
2001-07-10regmove.c (replace_in_call_usage): Fix warnings.Jan van Male1-3/+4
2001-07-09expr.h: Adjust prototypes for have_add2_insn, have_sub2_insn.Toon Moene1-2/+2
2001-07-09[multiple changes]Richard Kenner1-16/+5
2001-06-22regs.h (struct reg_info_def): Add freq field.Jan Hubicka1-5/+5
2001-06-06reload1.c (reload): Revert Schmidt's change so all USEs are not deleted durin...Jeffrey D. Oldham1-1/+1
2001-06-05print-rtl.c (xspaces): Remove.Mark Mitchell1-1/+1
2001-06-03Minor whitespace editsRichard Kenner1-2/+3
2001-05-17Correctly count substitutions if eliminations are going on.Bernd Schmidt1-4/+7
2001-05-08reload1.c (copy_eh_notes): New function.Andrew Haley1-1/+28
2001-05-02c-lex.c: NULL_PTR -> NULL.Kaveh R. Ghazi1-5/+4
2001-05-01bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi1-1/+1