summaryrefslogtreecommitdiff
path: root/gcc/reload.c
Commit message (Expand)AuthorAgeFilesLines
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-1/+1
* reload.c (find_reloads): Change push_reloads to push_reload in comment.James E Wilson2003-06-291-1/+1
* defaults.h (REGISTER_MOVE_COST): Define default here.Hans-Peter Nilsson2003-06-271-4/+0
* reload.c (can_reload_into): New function.J"orn Rennecke2003-06-261-1/+55
* ChangeLog: Follow spelling conventions.Kazu Hirata2003-06-121-1/+1
* reload.c (find_reloads): Also check that all of a multi-reg value is in the c...DJ Delorie2003-05-011-1/+11
* emit-rtl.c (subreg_hard_regno): Check that register is representable.Jan Hubicka2003-04-171-20/+19
* re PR target/7784 ([Sparc] ICE in extract_insn, at recog.c:2148)Eric Botcazou2003-03-261-21/+14
* reload.c (reload_adjust_reg_for_mode): New function.Alexandre Oliva2003-03-041-3/+23
* reload.c (find_reloads): Do not use the mode specified in the insn pattern as...Ulrich Weigand2003-02-041-8/+13
* * reload.c: Revert 2003-01-31 change.Ulrich Weigand2003-02-011-38/+13
* reload.c (find_reloads): Do not use the mode specified in the insn pattern as...Ulrich Weigand2003-02-011-13/+38
* loop.c (emit_prefetch_instructions): Do conversion at right place in RTL chain.Jan Hubicka2003-01-311-6/+2
* reload.c (maybe_memory_address_p): New function.Ulrich Weigand2003-01-251-2/+24
* arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned warning.Kaveh R. Ghazi2003-01-161-1/+1
* Add 2003 copyright notices for constraints string patch, also 2002 noticeJoern Rennecke2003-01-131-1/+1
* defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.J"orn Rennecke2003-01-091-43/+67
* regmove.c: Fix comment typos.Kazu Hirata2002-12-241-1/+1
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-3/+5
* c-decl.c: Fix a comment typo.Kazu Hirata2002-12-131-2/+2
* recog.c (constrain_operands): Prefer exact match over reloadable EXTRA_MEMORY...Ulrich Weigand2002-11-201-0/+4
* hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): New.Aldy Hernandez2002-11-041-19/+15
* combine.c: Fix comment formatting.Kazu Hirata2002-10-271-1/+1
* reload.c (find_reloads_toplev): Mode of X is not important when simplifying s...Richard Henderson2002-10-241-2/+1
* re PR rtl-optimization/7630 (gcc 3.2 breaks on Mozilla 1.0's JS sources with ...Jan Hubicka2002-10-171-5/+8
* reload.c (push_reload): Handle subregs and secondary memory.Jan Hubicka2002-09-301-6/+7
* c-common.h: Follow spelling conventions.Kazu Hirata2002-09-261-5/+5
* reload.c (dup_replacements): New function.Ulrich Weigand2002-09-261-3/+21
* reload.c (find_reloads <p constraint>): Pass operand_mode to find_reloads_add...Alan Modra2002-09-081-1/+1
* loop.c (scan_loop, [...]): Cast to avoid signed/unsigned warnings.Kaveh R. Ghazi2002-08-151-6/+6
* reload.c (find_reloads): Handle constraint letters marked by EXTRA_ADDRESS_CO...Ulrich Weigand2002-08-141-2/+46
* recog.c (asm_operand_ok): Allow float CONST_VECTORs for 'F'.J"orn Rennecke2002-07-231-1/+4
* reload.c (find_reloads_toplev): Use simplify_gen_subreg.J"orn Rennecke2002-07-231-39/+4
* pass MEM reference to find_reloads_addressAlan Lehotsky2002-06-131-5/+5
* * reload.c (find_valid_class): Fix thinko in my previous patch.Jan Hubicka2002-06-131-3/+8
* reload.c (find_valid_class): Accept new argument DEST, choose class accordingly.Jan Hubicka2002-05-261-7/+20
* read-rtl.c: Fix formatting.Kazu Hirata2002-05-091-2/+2
* * reload.c (find_reloads, case 'p'): Set BADOP to 0.Richard Kenner2002-05-011-0/+1
* reload.c (copy_replacements_1): New.Richard Henderson2002-03-101-32/+54
* emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg2002-03-031-12/+0
* i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez2002-02-191-0/+1
* reload.c (find_dummy_reload): Check that an output register is valid for its ...Richard Sandiford2002-02-151-0/+1
* reload.c (reg_overlap_mentioned_for_reload_p): Handle PLUS and auto_inc_dec v...Alexandre Oliva2002-01-231-1/+5
* 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