aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 05c6460..aa28d10 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,13 @@
+2015-12-23 David Sherwood <david.sherwood@arm.com>
+
+ * config/arm/iterators.md (VMAXMINFNM): New int iterator.
+ (fmaxmin): New int attribute.
+ (fmaxmin_op): Likewise.
+ * config/arm/unspecs.md (UNSPEC_VMAXNM): New unspec.
+ (UNSPEC_VMINNM): Likewise.
+ * config/arm/neon.md (fmaxmin): New pattern.
+ * config/arm/vfp.md (fmaxmin): Likewise.
+
2015-12-23 H.J. Lu <hongjiu.lu@intel.com>
PR target/66232