Move ChangeLog entry to correct file

From-SVN: r278461
This commit is contained in:
Richard Sandiford 2019-11-19 18:58:44 +00:00
parent 98450d1989
commit dd46a542a8
2 changed files with 13 additions and 13 deletions

View file

@ -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.

View file

@ -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...