| Commit message (Expand) | Author | Age | Files | Lines |
* | * reload.c (refers_to_mem_for_reload_p, | kazu | 2004-11-09 | 1 | -2/+5 |
* | * reload.c (find_reloads): When reloading a PLUS with constant | uweigand | 2004-10-14 | 1 | -0/+21 |
* | * defaults.h (REGNO_MODE_OK_FOR_BASE_P, REG_MODE_OK_FOR_BASE_P) | drow | 2004-10-12 | 1 | -42/+41 |
* | gcc: | jsm28 | 2004-09-15 | 1 | -5/+8 |
* | * reload.c (find_reloads_address): Pass correct operand to | uweigand | 2004-09-09 | 1 | -1/+1 |
* | * ra-build.c (copy_insn_p, remember_move, defuse_overlap_p_1, | nathan | 2004-09-09 | 1 | -222/+202 |
* | * reload.c (find_reloads): Swap operand_loc pointers for | drow | 2004-09-03 | 1 | -3/+18 |
* | * reload.c (find_reloads_address): Make return value tri-state. | uweigand | 2004-08-22 | 1 | -8/+11 |
* | * reload.c (find_reloads_address): Fix thinko in previous change. | mmitchel | 2004-08-21 | 1 | -2/+1 |
* | * reload.c (find_reloads_address): Reload the sum of a LO_SUM and | mmitchel | 2004-08-20 | 1 | -49/+53 |
* | * rtl.def (NIL): Delete. | zack | 2004-08-18 | 1 | -2/+2 |
* | * defaults.h (LEGITIMATE_PIC_OPERAND_P): Provide default definition. | zack | 2004-08-03 | 1 | -6/+1 |
* | 2004-07-08 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-09 | 1 | -8/+8 |
* | 2004-07-01 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-01 | 1 | -41/+41 |
* | 2004-06-15 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-06-15 | 1 | -89/+89 |
* | * reload.c (find_reloads): Force reload for pseudo registers on big | bernie | 2004-06-12 | 1 | -1/+1 |
* | * Makefile.in (GTFILES): Add $(srcdir)/reload.h. | amylaar | 2004-05-20 | 1 | -0/+1 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -3/+2 |
* | * reload.c (find_reloads): Reorganize if seqeunce to switch. | hubicka | 2004-03-04 | 1 | -52/+61 |
* | 2004-02-07 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-03-03 | 1 | -6/+6 |
* | Implement FR-V FDPIC ABI support for frv-uclinux and frv-linux. | aoliva | 2004-02-24 | 1 | -12/+12 |
* | * reload.c (refers_to_regno_for_reload_p): Index hard_regno_nregs | dje | 2004-02-06 | 1 | -2/+2 |
* | * reload.c (find_equiv_reg): When checking for register overlap, | geoffk | 2004-02-04 | 1 | -5/+4 |
* | * reload.c (refers_to_regno_for_reload_p): Test regno, not inner_regno, | dje | 2004-02-04 | 1 | -1/+1 |
* | * alias.c (record_set): Use hard_regno_nregs. | hubicka | 2004-02-02 | 1 | -40/+43 |
* | * reload.c (get_secondary_mem): Fix updating of | hubicka | 2004-01-30 | 1 | -2/+2 |
* | * reload.c (secondary_memlocs_elim_used): New static variable. | hubicka | 2004-01-30 | 1 | -1/+9 |
* | PR inline-asm/6162 | ian | 2004-01-29 | 1 | -4/+13 |
* | * alias.c, basic-block.h, c-common.c, c-common.h, | kazu | 2004-01-21 | 1 | -1/+1 |
* | Partial fix for PR opt/10776 | hubicka | 2004-01-11 | 1 | -1/+6 |
* | * reload.c (reg_overlap_mentioned_for_reload_p): | amylaar | 2003-12-15 | 1 | -2/+16 |
* | PR target/13186 | rsandifo | 2003-12-04 | 1 | -21/+0 |
* | * reload.c (find_reloads_address): Split addresses of type | uweigand | 2003-12-01 | 1 | -0/+18 |
* | 2003-11-19 Andreas Krebbel <krebbel1@de.ibm.com> | uweigand | 2003-11-20 | 1 | -2/+2 |
* | * Makefile.in (targhooks.o, reload.o): Update dependencies. | rsandifo | 2003-11-02 | 1 | -0/+21 |
* | PR target/11271 | rearnsha | 2003-10-31 | 1 | -2/+0 |
* | Fix problem noticed by Dale Johannesen on the gcc list. | wilson | 2003-10-30 | 1 | -7/+8 |
* | * reload.c (find_reloads_subreg_address): Use correct offset for | uweigand | 2003-10-06 | 1 | -1/+8 |
* | * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c | ghazi | 2003-07-19 | 1 | -2/+2 |
* | * jump.c: Convert prototypes to ISO C90. | aj | 2003-07-06 | 1 | -232/+115 |
* | * basic-block.h: Fix comment typos. | kazu | 2003-07-01 | 1 | -1/+1 |
* | * reload.c (find_reloads): Change push_reloads to push_reload in | wilson | 2003-06-30 | 1 | -1/+1 |
* | * defaults.h (REGISTER_MOVE_COST): Define default here. | hp | 2003-06-27 | 1 | -4/+0 |
* | * reload.c (can_reload_into): New function. | amylaar | 2003-06-26 | 1 | -1/+55 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2003-06-12 | 1 | -1/+1 |
* | * reload.c (find_reloads): Also check that all of a multi-reg | dj | 2003-05-02 | 1 | -1/+11 |
* | * emit-rtl.c (subreg_hard_regno): Check that register is representable. | hubicka | 2003-04-17 | 1 | -20/+19 |
* | PR target/7784 | ebotcazou | 2003-03-26 | 1 | -21/+14 |
* | * reload.c (reload_adjust_reg_for_mode): New function. | aoliva | 2003-03-04 | 1 | -3/+23 |
* | * reload.c (find_reloads): Do not use the mode specified in the insn | uweigand | 2003-02-04 | 1 | -8/+13 |