aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTobias Burnus <tburnus@baylibre.com>2025-06-10 21:57:52 +0200
committerTobias Burnus <tburnus@baylibre.com>2025-06-10 21:57:52 +0200
commita6a5a2674c5c7f2ae64277c7f79a3b8c20a87fc6 (patch)
tree51dfe5013cc000eaac47058a1cae724afc3b31af /gcc
parent5e75ec7168fd3ea5b7791ed67f25a29b44967fc3 (diff)
downloadgcc-a6a5a2674c5c7f2ae64277c7f79a3b8c20a87fc6.zip
gcc-a6a5a2674c5c7f2ae64277c7f79a3b8c20a87fc6.tar.gz
gcc-a6a5a2674c5c7f2ae64277c7f79a3b8c20a87fc6.tar.bz2
ChangeLog.omp bump
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog.omp19
-rw-r--r--gcc/DATESTAMP.omp2
2 files changed, 20 insertions, 1 deletions
diff --git a/gcc/ChangeLog.omp b/gcc/ChangeLog.omp
index 6ac795b..9934978 100644
--- a/gcc/ChangeLog.omp
+++ b/gcc/ChangeLog.omp
@@ -1,3 +1,22 @@
+2025-06-10 Tobias Burnus <tburnus@baylibre.com>
+
+ Backported from master:
+ 2025-06-10 Tobias Burnus <tburnus@baylibre.com>
+
+ * config/gcn/gcn-devices.def: Add gfx942, gfx950 and gfx9-4-generic.
+ * config/gcn/gcn-opts.h (TARGET_CDNA3, TARGET_CDNA3_PLUS,
+ TARGET_GLC_NAME, TARGET_TARGET_SC_CACHE): Define.
+ (TARGET_ARCHITECTED_FLAT_SCRATCH): Use also for CDNA3.
+ * config/gcn/gcn.h (gcn_isa): Add ISA_CDNA3 to the enum.
+ * config/gcn/gcn.cc (print_operand): Update 'g' to use
+ TARGET_GLC_NAME; add 'G' to print TARGET_GLC_NAME unconditionally.
+ * config/gcn/gcn-valu.md (scatter, gather): Use TARGET_GLC_NAME.
+ * config/gcn/gcn.md: Use %G<num> instead of glc; use 'buffer_inv sc1'
+ for TARGET_TARGET_SC_CACHE.
+ * doc/invoke.texi (march): Add gfx942, gfx950 and gfx9-4-generic.
+ * doc/install.texi (amdgcn*-*-*): Add gfx942, gfx950 and gfx9-4-generic.
+ * config/gcn/gcn-tables.opt: Regenerate.
+
2025-06-06 Tobias Burnus <tburnus@baylibre.com>
Backported from master:
diff --git a/gcc/DATESTAMP.omp b/gcc/DATESTAMP.omp
index c6de4e3..52988ae 100644
--- a/gcc/DATESTAMP.omp
+++ b/gcc/DATESTAMP.omp
@@ -1 +1 @@
-20250606
+20250610