From: Richard Sandiford Date: Tue, 19 Nov 2019 18:58:44 +0000 (+0000) Subject: Move ChangeLog entry to correct file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dd46a542a8f95ef7abac4da30ee3c03563eb3519;p=gcc.git Move ChangeLog entry to correct file From-SVN: r278461 --- diff --git a/ChangeLog b/ChangeLog index 348306f289e..664c018b13c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,16 +1,3 @@ -2019-11-19 Richard Sandiford -gcc/ - Revert: - 2019-11-18 Richard Sandiford - - * 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 * 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 + + Revert: + 2019-11-18 Richard Sandiford + + * 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 * toplev.c (general_init): Move the call...