diff options
author | Richard Earnshaw <rearnsha@gcc.gnu.org> | 2000-11-27 16:40:08 +0000 |
---|---|---|
committer | Richard Earnshaw <rearnsha@gcc.gnu.org> | 2000-11-27 16:40:08 +0000 |
commit | 8bb9536a394f3965911822e8c5871f42f2e0351f (patch) | |
tree | 7bc2d22bd0486ef468b03e4eb1fe16d23486fbd6 | |
parent | 1646cf412a23488ad7a4a21606ded84800240dc8 (diff) | |
download | gcc-8bb9536a394f3965911822e8c5871f42f2e0351f.zip gcc-8bb9536a394f3965911822e8c5871f42f2e0351f.tar.gz gcc-8bb9536a394f3965911822e8c5871f42f2e0351f.tar.bz2 |
arm.c (select_dominance_cc_mode): Handle new way that combine canonicalizes conditional compares.
* arm.c (select_dominance_cc_mode): Handle new way that combine
canonicalizes conditional compares.
(arm_select_cc_mode): Likewise.
* arm.md: Garbage collect some dead code.
(cmp_and, cmp_ior): New patterns.
(splitter for conditional move with inverted false): Use cond_exec
and handle unordered comparisons.
From-SVN: r37799
-rw-r--r-- | gcc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 816a0bb6..75238cf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2000-11-27 Richard Earnshaw <rearnsha@arm.com> + + * arm.c (select_dominance_cc_mode): Handle new way that combine + canonicalizes conditional compares. + (arm_select_cc_mode): Likewise. + * arm.md: Garbage collect some dead code. + (cmp_and, cmp_ior): New patterns. + (splitter for conditional move with inverted false): Use cond_exec + and handle unordered comparisons. + Mon Nov 27 17:22:56 MET 2000 Jan Hubicka <jh@suse.cz> * i386.c (ix86_force_to_memory, ix86_free_from_memory): New. |