summaryrefslogtreecommitdiff
path: root/gcc/regmove.c
Commit message (Expand)AuthorAgeFilesLines
* regmove.c (fixup_match_1): Undo last change which removed some "useless" code...Andreas Schwab1998-02-021-1/+5
* c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.Kaveh R. Ghazi1998-01-271-5/+3
* regmove.c (find_matches): Initialize matches->earlyclobber too.Jeffrey A Law1998-01-221-0/+1
* alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1998-01-141-11/+9
* regmove.c: New implementation of regmove pass.J"orn Rennecke1998-01-101-782/+1206
* regmove.c (regmove_optimize): If we end up moving the original insn due to li...Jeffrey A Law1997-09-141-0/+4
* alias.c (init_alias_analysis): Clean up incompatible pointer type warning in ...Weiwen Liu1997-09-081-2/+2
* * Integrate Haifa instruction scheduler.Jeffrey A Law1997-08-111-0/+983