aboutsummaryrefslogtreecommitdiff
path: root/gcc/regmove.c
AgeCommit message (Expand)AuthorFilesLines
1998-07-01regmove.c (fixup_match_2): Check that P has RTX_CLASS 'i' before using its PA...J"orn Rennecke1-0/+2
1998-06-22Warning fixes:Kaveh R. Ghazi1-1/+0
1998-06-19alias.c: Include toplev.hGraham Stott1-0/+1
1998-06-19* regmove.c (copy_src_to_dest): Add decl for loop_depth.Jason Merrill1-0/+1
1998-06-18Warning fixes:Kaveh R. Ghazi1-1/+1
1998-06-15Reorder tests in last change for speedMichael Meissner1-3/+4
1998-06-15Do not do src->dest copy if register would not be allocated a normal registerMichael Meissner1-12/+159
1998-06-15Undo June 11th changeMichael Meissner1-152/+12
1998-06-11For regmove if we could not improve code by changing the source to the destin...Michael Meissner1-12/+152
1998-05-21regmove.c (gen_add3_insn): New function.J"orn Rennecke1-2/+21
1998-05-11Add missing comments pointed out by Andreas Schwab.Jim Wilson1-1/+25
1998-05-06regmove.c (try_auto_increment): Wrap declaration inside an #ifdef AUTO_INC_DEC.Jeffrey A Law1-0/+2
1998-04-18Fix regmove typos spotted by H.J. Lu.Jim Wilson1-3/+3
1998-04-16varasm.c (asm_output_bss): Add prototype.Jeff Law1-0/+1
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-2/+2
1998-03-12basic-block.h (compute_preds_succs): Change return type in prototype to void.Manfred Hollstein1-1/+1
1998-02-28Fix warious warnings:Kaveh R. Ghazi1-1/+1
1998-02-08regmove.c: Fix various minor formatting problems.Jim Wilson1-8/+104
1998-02-05regmove.c: Update.J"orn Rennecke1-10/+263
1998-02-02regmove.c (fixup_match_1): Undo last change which removed some "useless" code...Andreas Schwab1-1/+5
1998-01-27c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.Kaveh R. Ghazi1-5/+3
1998-01-22regmove.c (find_matches): Initialize matches->earlyclobber too.Jeffrey A Law1-0/+1
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1-11/+9
1998-01-10regmove.c: New implementation of regmove pass.J"orn Rennecke1-782/+1206
1997-09-14regmove.c (regmove_optimize): If we end up moving the original insn due to li...Jeffrey A Law1-0/+4
1997-09-08alias.c (init_alias_analysis): Clean up incompatible pointer type warning in ...Weiwen Liu1-2/+2
1997-08-11* Integrate Haifa instruction scheduler.Jeffrey A Law1-0/+983