aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload.c
AgeCommit message (Expand)AuthorFilesLines
2002-06-13pass MEM reference to find_reloads_addressAlan Lehotsky1-5/+5
2002-06-13* reload.c (find_valid_class): Fix thinko in my previous patch.Jan Hubicka1-3/+8
2002-05-26reload.c (find_valid_class): Accept new argument DEST, choose class accordingly.Jan Hubicka1-7/+20
2002-05-09read-rtl.c: Fix formatting.Kazu Hirata1-2/+2
2002-05-01* reload.c (find_reloads, case 'p'): Set BADOP to 0.Richard Kenner1-0/+1
2002-03-10reload.c (copy_replacements_1): New.Richard Henderson1-32/+54
2002-03-03emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg1-12/+0
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez1-0/+1
2002-02-15reload.c (find_dummy_reload): Check that an output register is valid for its ...Richard Sandiford1-0/+1
2002-01-23reload.c (reg_overlap_mentioned_for_reload_p): Handle PLUS and auto_inc_dec v...Alexandre Oliva1-1/+5
2002-01-13reload.c (find_reloads): Use a hard reg destination as reload reg for an inpu...Richard Henderson1-0/+17
2002-01-10read-rtl.c: Fix formatting.Kazu Hirata1-23/+23
2001-12-17Implement MODE_BASE_REG_CLASSNick Clifton1-21/+30
2001-12-03gcse.c (delete_null_pointer_checks_1): Do not use delelete_list; call purge_d...Jan Hubicka1-0/+12
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-1/+1
2001-11-03reload.c (combine_reloads): Don't combine an output reload if there are other...Richard Kenner1-0/+10
2001-10-30emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or REG_EQUIV notes f...Jakub Jelinek1-3/+3
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi1-1/+1
2001-10-11c-parse.in (asm_operand): Allow named operands.Richard Henderson1-2/+3
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-75/+75
2001-10-10calls.c: Fix formatting.Kazu Hirata1-1/+1
2001-09-29reload.c (find_reloads): Mark new USE insns with QImode.Alexandre Oliva1-5/+27
2001-09-21reload.c (push_secondary_reload): Don't check for "=" in output constraint af...Richard Henderson1-5/+8
2001-09-12c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi1-1/+1
2001-09-07reload.c (push_reload): Check for subreg_lowpart_p instead of SUBREG_BYTE bei...Roman Lechtchinsky1-4/+4
2001-09-04reload.c (push_reload): Export.Richard Henderson1-4/+1
2001-08-31gcse.c (add_label_notes): REG_LABEL is an INSN_LIST.Andreas Jaeger1-2/+2
2001-08-27reload.c (find_reloads_toplev): Back out this change:Geoffrey Keating1-24/+0
2001-08-25reload1.c (reload): Make all entries in reg_equiv_memory_loc unshared.Hans-Peter Nilsson1-1/+33
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-1/+2
2001-08-07calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka1-5/+3
2001-08-03combine.c, [...]: consistently use "VAX", "VAXen", and "MicroVAX" in comments...Lars Brinkhoff1-1/+1
2001-07-23* reload.c: Fix comment typos.Kazu Hirata1-3/+3
2001-07-23reload.c (push_reload): Fix typo in comment.Hans-Peter Nilsson1-3/+3
2001-07-17* reload.c (push_secondary_reload): Accept empty-string for ALL_REGS.Richard Henderson1-5/+12
2001-07-10regmove.c (replace_in_call_usage): Fix warnings.Jan van Male1-5/+5
2001-07-09[multiple changes]Richard Kenner1-20/+12
2001-06-03reload.c (reload_inner_reg_of_subreg): Return 1 for PLUS.Richard Kenner1-9/+15
2001-05-01bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi1-23/+23
2001-04-11reload.c (push_reload): Add condition missed in SUBREG byte offset patch.Vladimir Makarov1-0/+1
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-46/+119
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-1/+0
2001-01-24reload.c (find_reloads_subreg_address): Fail the substitution if the resultin...Richard Henderson1-6/+27
2001-01-09*** empty log message ***Alan Lehotsky1-3/+7
2001-01-07reload.c (subst_reloads): Take INSN argument.Alexandre Oliva1-1/+11
2001-01-02tm.texi (REGISTER_MOVE_COST): Add a mode argument.Alexandre Oliva1-3/+4
2001-01-01Extra arg for rtx_varies_pBernd Schmidt1-1/+1
2000-12-22reload.c (update_auto_inc_notes): New, broken out from ...Graham Stott1-21/+35
2000-12-19reload.c (push_reload): When using a dying register for the reload register i...J"orn Rennecke1-5/+9