aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-06-06 00:16:43 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-06-06 00:16:43 +0000
commit10cb3336ba1ac89b258f627222e668b023a6d3d4 (patch)
treee5bd669e2ce60ad981fff775e7a46ad46a8320b9 /libgomp/ChangeLog
parent66fa2f1037207f7565cfa824a2894cd702067d8c (diff)
downloadgcc-10cb3336ba1ac89b258f627222e668b023a6d3d4.zip
gcc-10cb3336ba1ac89b258f627222e668b023a6d3d4.tar.gz
gcc-10cb3336ba1ac89b258f627222e668b023a6d3d4.tar.bz2
Daily bump.
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog69
1 files changed, 69 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index df78e2c..8e07c53 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,72 @@
+2024-06-05 Jakub Jelinek <jakub@redhat.com>
+ Frederik Harwath <frederik@codesourcery.com>
+ Sandra Loosemore <sandra@codesourcery.com>
+
+ * testsuite/libgomp.c-c++-common/imperfect-transform-1.c: New test.
+ * testsuite/libgomp.c-c++-common/imperfect-transform-2.c: New test.
+ * testsuite/libgomp.c-c++-common/matrix-1.h: New test.
+ * testsuite/libgomp.c-c++-common/matrix-constant-iter.h: New test.
+ * testsuite/libgomp.c-c++-common/matrix-helper.h: New test.
+ * testsuite/libgomp.c-c++-common/matrix-no-directive-1.c: New test.
+ * testsuite/libgomp.c-c++-common/matrix-no-directive-unroll-full-1.c:
+ New test.
+ * testsuite/libgomp.c-c++-common/matrix-omp-distribute-parallel-for-1.c:
+ New test.
+ * testsuite/libgomp.c-c++-common/matrix-omp-for-1.c: New test.
+ * testsuite/libgomp.c-c++-common/matrix-omp-parallel-for-1.c: New test.
+ * testsuite/libgomp.c-c++-common/matrix-omp-parallel-masked-taskloop-1.c:
+ New test.
+ * testsuite/libgomp.c-c++-common/matrix-omp-parallel-masked-taskloop-simd-1.c:
+ New test.
+ * testsuite/libgomp.c-c++-common/matrix-omp-target-parallel-for-1.c:
+ New test.
+ * testsuite/libgomp.c-c++-common/matrix-omp-target-teams-distribute-parallel-for-1.c:
+ New test.
+ * testsuite/libgomp.c-c++-common/matrix-omp-taskloop-1.c: New test.
+ * testsuite/libgomp.c-c++-common/matrix-omp-teams-distribute-parallel-for-1.c:
+ New test.
+ * testsuite/libgomp.c-c++-common/matrix-simd-1.c: New test.
+ * testsuite/libgomp.c-c++-common/matrix-transform-variants-1.h:
+ New test.
+ * testsuite/libgomp.c-c++-common/target-imperfect-transform-1.c:
+ New test.
+ * testsuite/libgomp.c-c++-common/target-imperfect-transform-2.c:
+ New test.
+ * testsuite/libgomp.c-c++-common/unroll-1.c: New test.
+ * testsuite/libgomp.c-c++-common/unroll-non-rect-1.c: New test.
+ * testsuite/libgomp.c++/matrix-no-directive-unroll-full-1.C: New test.
+ * testsuite/libgomp.c++/tile-2.C: New test.
+ * testsuite/libgomp.c++/tile-3.C: New test.
+ * testsuite/libgomp.c++/unroll-1.C: New test.
+ * testsuite/libgomp.c++/unroll-2.C: New test.
+ * testsuite/libgomp.c++/unroll-full-tile.C: New test.
+ * testsuite/libgomp.fortran/imperfect-transform-1.f90: New test.
+ * testsuite/libgomp.fortran/imperfect-transform-2.f90: New test.
+ * testsuite/libgomp.fortran/inner-1.f90: New test.
+ * testsuite/libgomp.fortran/nested-fn.f90: New test.
+ * testsuite/libgomp.fortran/target-imperfect-transform-1.f90: New test.
+ * testsuite/libgomp.fortran/target-imperfect-transform-2.f90: New test.
+ * testsuite/libgomp.fortran/tile-1.f90: New test.
+ * testsuite/libgomp.fortran/tile-2.f90: New test.
+ * testsuite/libgomp.fortran/tile-unroll-1.f90: New test.
+ * testsuite/libgomp.fortran/tile-unroll-2.f90: New test.
+ * testsuite/libgomp.fortran/tile-unroll-3.f90: New test.
+ * testsuite/libgomp.fortran/tile-unroll-4.f90: New test.
+ * testsuite/libgomp.fortran/unroll-1.f90: New test.
+ * testsuite/libgomp.fortran/unroll-2.f90: New test.
+ * testsuite/libgomp.fortran/unroll-3.f90: New test.
+ * testsuite/libgomp.fortran/unroll-4.f90: New test.
+ * testsuite/libgomp.fortran/unroll-5.f90: New test.
+ * testsuite/libgomp.fortran/unroll-6.f90: New test.
+ * testsuite/libgomp.fortran/unroll-7a.f90: New test.
+ * testsuite/libgomp.fortran/unroll-7b.f90: New test.
+ * testsuite/libgomp.fortran/unroll-7c.f90: New test.
+ * testsuite/libgomp.fortran/unroll-7.f90: New test.
+ * testsuite/libgomp.fortran/unroll-8.f90: New test.
+ * testsuite/libgomp.fortran/unroll-simd-1.f90: New test.
+ * testsuite/libgomp.fortran/unroll-tile-1.f90: New test.
+ * testsuite/libgomp.fortran/unroll-tile-2.f90: New test.
+
2024-05-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR testsuite/115294