diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1eca96b..c9c2fc6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,30 @@ +2021-05-05 Stefan Schulze Frielinghaus <stefansf@linux.ibm.com> + + Backported from master: + 2021-05-05 Stefan Schulze Frielinghaus <stefansf@linux.ibm.com> + + PR rtl-optimization/100263 + * postreload.c (move2add_valid_value_p): Ensure register can + change mode. + +2021-05-05 Richard Biener <rguenther@suse.de> + + Backported from master: + 2021-05-05 Richard Biener <rguenther@suse.de> + + PR tree-optimization/98786 + * tree-ssa-phiopt.c (factor_out_conditional_conversion): Avoid + adding new uses of abnormals. + +2021-05-05 Alex Coplan <alex.coplan@arm.com> + + Backported from master: + 2021-04-23 Alex Coplan <alex.coplan@arm.com> + + PR rtl-optimization/100230 + * early-remat.c (early_remat::sort_candidates): Use delete[] + instead of delete for array allocated with new[]. + 2021-05-04 Jakub Jelinek <jakub@redhat.com> Backported from master: |