aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-06jump.c: Convert prototypes to ISO C90.Andreas Jaeger1-232/+115
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-1/+1
2003-06-29reload.c (find_reloads): Change push_reloads to push_reload in comment.James E Wilson1-1/+1
2003-06-27defaults.h (REGISTER_MOVE_COST): Define default here.Hans-Peter Nilsson1-4/+0
2003-06-26reload.c (can_reload_into): New function.J"orn Rennecke1-1/+55
2003-06-12ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2003-05-01reload.c (find_reloads): Also check that all of a multi-reg value is in the c...DJ Delorie1-1/+11
2003-04-17emit-rtl.c (subreg_hard_regno): Check that register is representable.Jan Hubicka1-20/+19
2003-03-26re PR target/7784 ([Sparc] ICE in extract_insn, at recog.c:2148)Eric Botcazou1-21/+14
2003-03-04reload.c (reload_adjust_reg_for_mode): New function.Alexandre Oliva1-3/+23
2003-02-04reload.c (find_reloads): Do not use the mode specified in the insn pattern as...Ulrich Weigand1-8/+13
2003-02-01* reload.c: Revert 2003-01-31 change.Ulrich Weigand1-38/+13
2003-02-01reload.c (find_reloads): Do not use the mode specified in the insn pattern as...Ulrich Weigand1-13/+38
2003-01-31loop.c (emit_prefetch_instructions): Do conversion at right place in RTL chain.Jan Hubicka1-6/+2
2003-01-25reload.c (maybe_memory_address_p): New function.Ulrich Weigand1-2/+24
2003-01-16arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned warning.Kaveh R. Ghazi1-1/+1
2003-01-13Add 2003 copyright notices for constraints string patch, also 2002 noticeJoern Rennecke1-1/+1
2003-01-09defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.J"orn Rennecke1-43/+67
2002-12-24regmove.c: Fix comment typos.Kazu Hirata1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-3/+5
2002-12-13c-decl.c: Fix a comment typo.Kazu Hirata1-2/+2
2002-11-20recog.c (constrain_operands): Prefer exact match over reloadable EXTRA_MEMORY...Ulrich Weigand1-0/+4
2002-11-04hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): New.Aldy Hernandez1-19/+15
2002-10-27combine.c: Fix comment formatting.Kazu Hirata1-1/+1
2002-10-24reload.c (find_reloads_toplev): Mode of X is not important when simplifying s...Richard Henderson1-2/+1
2002-10-17re PR rtl-optimization/7630 (gcc 3.2 breaks on Mozilla 1.0's JS sources with ...Jan Hubicka1-5/+8
2002-09-30reload.c (push_reload): Handle subregs and secondary memory.Jan Hubicka1-6/+7
2002-09-26c-common.h: Follow spelling conventions.Kazu Hirata1-5/+5
2002-09-26reload.c (dup_replacements): New function.Ulrich Weigand1-3/+21
2002-09-08reload.c (find_reloads <p constraint>): Pass operand_mode to find_reloads_add...Alan Modra1-1/+1
2002-08-15loop.c (scan_loop, [...]): Cast to avoid signed/unsigned warnings.Kaveh R. Ghazi1-6/+6
2002-08-14reload.c (find_reloads): Handle constraint letters marked by EXTRA_ADDRESS_CO...Ulrich Weigand1-2/+46
2002-07-23recog.c (asm_operand_ok): Allow float CONST_VECTORs for 'F'.J"orn Rennecke1-1/+4
2002-07-23reload.c (find_reloads_toplev): Use simplify_gen_subreg.J"orn Rennecke1-39/+4
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