aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2002-02-13 23:35:54 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2002-02-13 22:35:54 +0000
commit558740bf3d958eb4b2f2bcc72eed6fc05dd7c0e3 (patch)
tree81687220b683f16e23567a788223f8f80529f8b6 /gcc/ChangeLog
parent21117a1708776b7a9544408d9e744703d4f7efbf (diff)
downloadgcc-558740bf3d958eb4b2f2bcc72eed6fc05dd7c0e3.zip
gcc-558740bf3d958eb4b2f2bcc72eed6fc05dd7c0e3.tar.gz
gcc-558740bf3d958eb4b2f2bcc72eed6fc05dd7c0e3.tar.bz2
i386.md (mul patterns): Allow memory operand to be first; add expanders where needed; fix constraints.
* i386.md (mul patterns): Allow memory operand to be first; add expanders where needed; fix constraints. (min?f_nonieee, max?f_nonieee, SSE TImode patterns): Allow memory operand to be the first. * i386.c (ix86_prepare_fp_compare_args): Fix condition for swapping operands. From-SVN: r49747
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 dba5334..16340b69 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,13 @@
+Wed Feb 13 23:34:30 CET 2002 Jan Hubicka <jh@suse.cz>
+
+ * i386.md (mul patterns): Allow memory operand to be first;
+ add expanders where needed; fix constraints.
+ (min?f_nonieee, max?f_nonieee, SSE TImode patterns):
+ Allow memory operand to be the first.
+
+ * i386.c (ix86_prepare_fp_compare_args): Fix condition for swapping
+ operands.
+
2002-02-13 Jakub Jelinek <jakub@redhat.com>
PR c/5681: