<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in teams_distribute_parallel_for_simd_default_messages.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>7aa9c393 - [Clang][[OpenMP5.1] Initial parser/sema for default(private) clause</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/teams_distribute_parallel_for_simd_default_messages.cpp#7aa9c393</link>
        <description>[Clang][[OpenMP5.1] Initial parser/sema for default(private) clauseThis implements the default(private) clause as defined in OMP5.1Differential Revision: https://reviews.llvm.org/D125912

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/teams_distribute_parallel_for_simd_default_messages.cpp</description>
        <pubDate>Tue, 17 May 2022 21:17:32 +0000</pubDate>
        <dc:creator>Jennifer Yu &lt;jennifer.yu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>78443666 - [OpenMP] Add firstprivate as a default data-sharing attribute to clang</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/teams_distribute_parallel_for_simd_default_messages.cpp#78443666</link>
        <description>[OpenMP] Add firstprivate as a default data-sharing attribute to clangThis implements the default(firstprivate) clause as defined in OpenMPTechnical Report 8 (2.22.4).Reviewed By: jdoerfert, ABataevDifferential Revision: https://reviews.llvm.org/D75591

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/teams_distribute_parallel_for_simd_default_messages.cpp</description>
        <pubDate>Mon, 13 Jul 2020 03:19:40 +0000</pubDate>
        <dc:creator>Atmn Patel &lt;a335pate@uwaterloo.ca&gt;</dc:creator>
    </item>
<item>
        <title>a914888b - [OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/teams_distribute_parallel_for_simd_default_messages.cpp#a914888b</link>
        <description>[OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,NFC.llvm-svn: 365334

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/teams_distribute_parallel_for_simd_default_messages.cpp</description>
        <pubDate>Mon, 08 Jul 2019 15:45:24 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>41ebe0ce - [OPENMP]Fix PR41768: check DSA for globals with default(none) clauses.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/teams_distribute_parallel_for_simd_default_messages.cpp#41ebe0ce</link>
        <description>[OPENMP]Fix PR41768: check DSA for globals with default(none) clauses.If the default(none) was specified for the construct, we might missdiagnostic for the globals without explicitly specified data-sharingattributes. Patch fixes this problem.llvm-svn: 360362

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/teams_distribute_parallel_for_simd_default_messages.cpp</description>
        <pubDate>Thu, 09 May 2019 18:14:57 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a8f8d3b0 - Revert &quot;[OPENMP]Fix PR41768: check DSA for globals with `default(none)` clauses.&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/teams_distribute_parallel_for_simd_default_messages.cpp#a8f8d3b0</link>
        <description>Revert &quot;[OPENMP]Fix PR41768: check DSA for globals with `default(none)` clauses.&quot;This has introduced (exposed?) a crash in clang sema,that does not happen without this patch.I&apos;ll followup in the original bugreport and commit with reproducer.This reverts commit r360061.llvm-svn: 360327

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/teams_distribute_parallel_for_simd_default_messages.cpp</description>
        <pubDate>Thu, 09 May 2019 10:48:13 +0000</pubDate>
        <dc:creator>Roman Lebedev &lt;lebedev.ri@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cf9e7a28 - [OPENMP]Fix PR41768: check DSA for globals with `default(none)` clauses.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/teams_distribute_parallel_for_simd_default_messages.cpp#cf9e7a28</link>
        <description>[OPENMP]Fix PR41768: check DSA for globals with `default(none)` clauses.If the `default(none)` was specified for the construct, we might missdiagnostic for the globals without explicitly specified data-sharingattributes. Patch fixes this problem.llvm-svn: 360061

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/teams_distribute_parallel_for_simd_default_messages.cpp</description>
        <pubDate>Mon, 06 May 2019 17:49:22 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a8a9153a - [OPENMP] Support for -fopenmp-simd option with compilation of simd loops</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/teams_distribute_parallel_for_simd_default_messages.cpp#a8a9153a</link>
        <description>[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsonly.Added support for -fopenmp-simd option that allows compilation ofsimd-based constructs without emission of OpenMP runtime calls.llvm-svn: 321560

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/teams_distribute_parallel_for_simd_default_messages.cpp</description>
        <pubDate>Fri, 29 Dec 2017 18:07:07 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>579e41ce - [OpenMP] Sema and parsing for &apos;teams distribute parallel for simd&apos; pragma</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/teams_distribute_parallel_for_simd_default_messages.cpp#579e41ce</link>
        <description>[OpenMP] Sema and parsing for &apos;teams distribute parallel for simd&apos; pragmaThis patch is to implement sema and parsing for &apos;teams distribute parallel for simd&apos; pragma.Differential Revision: https://reviews.llvm.org/D27084llvm-svn: 288294

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/teams_distribute_parallel_for_simd_default_messages.cpp</description>
        <pubDate>Wed, 30 Nov 2016 23:51:03 +0000</pubDate>
        <dc:creator>Kelvin Li &lt;kkwli0@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
