aboutsummaryrefslogtreecommitdiff
path: root/gcc/regmove.c
AgeCommit message (Expand)AuthorFilesLines
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