aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Sandiford <richard.sandiford@arm.com>2019-11-19 18:58:44 +0000
committerRichard Sandiford <richard.sandiford@arm.com>2019-11-19 18:58:44 +0000
commitdb91fa4ec289a164ce66097e09e7630e586062aa (patch)
treeba31b337ae195c476bcc188bd886c5c5a9cbf342
parent76c0c75502bd65e2409b98bdf4058d1fb3cf9f5f (diff)
Move ChangeLog entry to correct file
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@278461 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--ChangeLog13
-rw-r--r--gcc/ChangeLog13
2 files changed, 13 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 348306f289e..664c018b13c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,3 @@
-2019-11-19 Richard Sandiford <richard.sandiford@arm.com>
-gcc/
- Revert:
- 2019-11-18 Richard Sandiford <richard.sandiford@arm.com>
-
- * cse.c (cse_insn): Delete no-op register moves too.
- * simplify-rtx.c (comparison_to_mask): Handle unsigned comparisons.
- Take a second comparison to control the value for NE.
- (mask_to_comparison): Handle unsigned comparisons.
- (simplify_logical_relational_operation): Likewise. Update call
- to comparison_to_mask. Handle AND if !HONOR_NANs.
- (simplify_binary_operation_1): Call the above for AND too.
-
2019-11-15 Kelvin Nilsen <kelvin@gcc.gnu.org>
* MAINTAINERS: Change my email address as maintainer.
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 170486a7196..669fca892ec 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -19,6 +19,19 @@
(defile_delay *): Add simd_branch instructions.
They have one regular delay slot.
+2019-11-19 Richard Sandiford <richard.sandiford@arm.com>
+
+ Revert:
+ 2019-11-18 Richard Sandiford <richard.sandiford@arm.com>
+
+ * cse.c (cse_insn): Delete no-op register moves too.
+ * simplify-rtx.c (comparison_to_mask): Handle unsigned comparisons.
+ Take a second comparison to control the value for NE.
+ (mask_to_comparison): Handle unsigned comparisons.
+ (simplify_logical_relational_operation): Likewise. Update call
+ to comparison_to_mask. Handle AND if !HONOR_NANs.
+ (simplify_binary_operation_1): Call the above for AND too.
+
2019-11-19 Martin Liska <mliska@suse.cz>
* toplev.c (general_init): Move the call...