This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r212265 - in /trunk/gcc: ChangeLog config/arm/a...
- From: rearnsha at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 03 Jul 2014 15:12:24 -0000
- Subject: r212265 - in /trunk/gcc: ChangeLog config/arm/a...
Author: rearnsha
Date: Thu Jul 3 15:12:23 2014
New Revision: 212265
URL: https://gcc.gnu.org/viewcvs?rev=212265&root=gcc&view=rev
Log:
* arm.md (arch): Add armv6_or_vfpv3.
(arch_enabled): Add test for the above.
* vfp.md (divsf_vfp, divdf_vfp): Add earlyclobber when code can run
on VFP9.
(sqrtsf_vfp, sqrtdf_vfp): Likewise.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/arm/arm.md
trunk/gcc/config/arm/vfp.md