+2020-08-26 Roger Sayle <roger@nextmovesoftware.com>
+
+ PR middle-end/87256
+ * config/pa/pa.c (hppa_rtx_costs_shadd_p): New helper function
+ to check for coefficients supported by shNadd and shladd,l.
+ (hppa_rtx_costs): Rewrite to avoid using estimates based upon
+ FACTOR and enable recursing deeper into RTL expressions.
+ * config/pa/pa.md (shd_internal): Fix define_expand to provide
+ gen_shd_internal.
+
+2020-08-26 Roger Sayle <roger@nextmovesoftware.com>
+
+ * config/pa/pa.md (ashldi3): Additionally, on !TARGET_64BIT
+ generate a two instruction shd/zdep sequence when shifting
+ registers by suitable constants.
+ (shd_internal): New define_expand to provide gen_shd_internal.
+
2020-08-25 Jakub Jelinek <jakub@redhat.com>
Backported from master:
+2020-08-26 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2020-08-26 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/71960
+ * include/experimental/string_view (basic_string_view):
+ Enable debug assertions.
+ * include/std/string_view (basic_string_view):
+ Likewise.
+
+2020-08-26 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2020-08-24 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/96766
+ * include/std/variant (_Variant_storage): Replace implicit
+ conversions from size_t to __index_type with explicit casts.
+
2020-08-21 Jonathan Wakely <jwakely@redhat.com>
Backported from master: