]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 8 Aug 2025 00:24:18 +0000 (00:24 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 8 Aug 2025 00:24:18 +0000 (00:24 +0000)
gcc/ChangeLog
gcc/DATESTAMP
libgomp/ChangeLog

index fd022ad415bf36af754c638cf60a8d1d175ffcb6..bc01766c4db8c46236e5750082fd0110a6e2baaf 100644 (file)
@@ -1,3 +1,14 @@
+2025-08-07  Uros Bizjak  <ubizjak@gmail.com>
+
+       Backported from master:
+       2025-08-06  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/96226
+       * config/i386/predicates.md (and_operator): New operator.
+       * config/i386/i386.md (splitter after *<rotate_insn><mode>3_mask):
+       Use and_operator to match AND RTX and use its mode
+       in the split pattern.
+
 2025-08-01  Richard Earnshaw  <rearnsha@arm.com>
 
        Backported from master:
index d4024d7352416aa6d2409678c31e54495f2dd3b0..1f2f1bb8fcd6fb205d93c9bc030d4c563e41f7c8 100644 (file)
@@ -1 +1 @@
-20250807
+20250808
index 649b03de0450a8ea2167d4235de33b5f45f28c1f..4b716ebee846b53262a9a30c26bd1537d27685bd 100644 (file)
@@ -1,3 +1,17 @@
+2025-08-07  Tobias Burnus  <tburnus@baylibre.com>
+
+       Backported from master:
+       2025-06-19  Tobias Burnus  <tburnus@baylibre.com>
+                   waffl3x  <waffl3x@baylibre.com>
+
+       * libgomp.texi (omp_init_allocator): Refer to 'Memory allocation'
+       for available memory spaces.
+       (OMP_ALLOCATOR): Move list of traits and predefined memspaces
+       and allocators to ...
+       (Memory allocation): ... here. Document omp(x)::allocator::*;
+       minor wording tweaks, be more explicit about memkind, pinned and
+       pool_size.
+
 2025-07-22  Tobias Burnus  <tburnus@baylibre.com>
 
        Backported from master: