summaryrefslogtreecommitdiff
path: root/gcc/reload.c
Commit message (Expand)AuthorAgeFilesLines
* reload.c (find_reloads): Use a hard reg destination as reload reg for an inpu...Richard Henderson2002-01-131-0/+17
* read-rtl.c: Fix formatting.Kazu Hirata2002-01-101-23/+23
* Implement MODE_BASE_REG_CLASSNick Clifton2001-12-171-21/+30
* gcse.c (delete_null_pointer_checks_1): Do not use delelete_list; call purge_d...Jan Hubicka2001-12-031-0/+12
* c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth2001-12-021-1/+1
* reload.c (combine_reloads): Don't combine an output reload if there are other...Richard Kenner2001-11-031-0/+10
* emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or REG_EQUIV notes f...Jakub Jelinek2001-10-301-3/+3
* c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi2001-10-211-1/+1
* c-parse.in (asm_operand): Allow named operands.Richard Henderson2001-10-111-2/+3
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-75/+75
* calls.c: Fix formatting.Kazu Hirata2001-10-101-1/+1
* reload.c (find_reloads): Mark new USE insns with QImode.Alexandre Oliva2001-09-291-5/+27
* reload.c (push_secondary_reload): Don't check for "=" in output constraint af...Richard Henderson2001-09-211-5/+8
* c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi2001-09-121-1/+1
* reload.c (push_reload): Check for subreg_lowpart_p instead of SUBREG_BYTE bei...Roman Lechtchinsky2001-09-071-4/+4
* reload.c (push_reload): Export.Richard Henderson2001-09-041-4/+1
* gcse.c (add_label_notes): REG_LABEL is an INSN_LIST.Andreas Jaeger2001-08-311-2/+2
* reload.c (find_reloads_toplev): Back out this change:Geoffrey Keating2001-08-271-24/+0
* reload1.c (reload): Make all entries in reg_equiv_memory_loc unshared.Hans-Peter Nilsson2001-08-251-1/+33
* 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-1/+2
* calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka2001-08-071-5/+3
* combine.c, [...]: consistently use "VAX", "VAXen", and "MicroVAX" in comments...Lars Brinkhoff2001-08-031-1/+1
* * reload.c: Fix comment typos.Kazu Hirata2001-07-231-3/+3
* reload.c (push_reload): Fix typo in comment.Hans-Peter Nilsson2001-07-231-3/+3
* * reload.c (push_secondary_reload): Accept empty-string for ALL_REGS.Richard Henderson2001-07-171-5/+12
* regmove.c (replace_in_call_usage): Fix warnings.Jan van Male2001-07-101-5/+5
* [multiple changes]Richard Kenner2001-07-091-20/+12
* reload.c (reload_inner_reg_of_subreg): Return 1 for PLUS.Richard Kenner2001-06-031-9/+15
* bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi2001-05-011-23/+23
* reload.c (push_reload): Add condition missed in SUBREG byte offset patch.Vladimir Makarov2001-04-111-0/+1
* Use byte offsets in SUBREGs instead of words.Jakub Jelinek2001-04-031-46/+119
* mkconfig.sh: Include insn-flags.h.Richard Henderson2001-03-221-1/+0
* reload.c (find_reloads_subreg_address): Fail the substitution if the resultin...Richard Henderson2001-01-241-6/+27
* *** empty log message ***Alan Lehotsky2001-01-091-3/+7
* reload.c (subst_reloads): Take INSN argument.Alexandre Oliva2001-01-071-1/+11
* tm.texi (REGISTER_MOVE_COST): Add a mode argument.Alexandre Oliva2001-01-021-3/+4
* Extra arg for rtx_varies_pBernd Schmidt2001-01-011-1/+1
* reload.c (update_auto_inc_notes): New, broken out from ...Graham Stott2000-12-221-21/+35
* reload.c (push_reload): When using a dying register for the reload register i...J"orn Rennecke2000-12-191-5/+9
* Several fixes to make reload handle POST_MODIFY correctly.Bernd Schmidt2000-11-101-17/+33
* alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers2000-11-071-3/+3
* reload.c (find_equiv_reg): Test all hard registers for membership in the requ...J"orn Rennecke2000-11-021-10/+23
* Fix computation of goal_alternative_matchedBernd Schmidt2000-10-281-8/+22
* * reload.c (find_reloads_address_part): Kill rtx obstack hackery.Richard Henderson2000-10-251-18/+2
* reload.c (find_reloads_address_1): Generate reloads for auto_inc pseudos that...Alexandre Oliva2000-09-141-9/+6
* reload.c (debug_reload_to_stream): Send all output to the requested stream or...Jeff Law2000-09-141-3/+3
* Fix obvious thinkoBernd Schmidt2000-09-111-2/+2
* Fix ia64-linux compiler abort on perl.Jim Wilson2000-09-071-2/+5
* Handle multiword modes in regno_clobbered_pBernd Schmidt2000-09-071-7/+19