This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
target/6496
- From: davem at gcc dot gnu dot org
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 29 Apr 2002 05:36:01 -0000
- Subject: target/6496
- Reply-to: davem at gcc dot gnu dot org
The following reply was made to PR target/6496; it has been noted by GNATS.
From: davem@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:
Subject: target/6496
Date: 29 Apr 2002 05:26:08 -0000
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_1-branch
Changes by: davem@gcc.gnu.org 2002-04-28 22:26:08
Modified files:
gcc : ChangeLog
gcc/config/sparc: sparc.md sparc.h
Log message:
2002-04-28 David S. Miller <davem@redhat.com>
PR target/6496
* config/sparc/sparc.md (call followed by jump peephole): Do not
match for TARGET_V9, kill TARGET_ARCH64 variants.
PR target/6500
* config/sparc/sparc.md (prefetch): Emit properly for 32-bit vs.
64-bit TARGET_V9. Do not use prefetch page, use prefetch for
several {reads,writes} instead.
* config/sparc/sparc.h (PREFETCH_BLOCK, SIMULTANEOUS_PREFETCHES):
Define.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.13152.2.467&r2=1.13152.2.468
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/sparc.md.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.148.2.11&r2=1.148.2.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/sparc.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.161.2.19&r2=1.161.2.20