<?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 distribute_parallel_for_simd_if_messages.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>655cb4a2 - [OPENMP]Add support for analysis of if clauses.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/distribute_parallel_for_simd_if_messages.cpp#655cb4a2</link>
        <description>[OPENMP]Add support for analysis of if clauses.Summary:Added support for analysis of if clauses in the OpenMP directives to beable to check for the use of uninitialized variables.Reviewers: NoQSubscribers: guansong, jfb, jdoerfert, caomhin, kkwli0, cfe-commitsTags: clangDifferential Revision: https://reviews.llvm.org/D64646llvm-svn: 366211

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/distribute_parallel_for_simd_if_messages.cpp</description>
        <pubDate>Tue, 16 Jul 2019 14:51:46 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e7e8789a - Revert &quot;[OPENMP]Add support for analysis of if clauses.&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/distribute_parallel_for_simd_if_messages.cpp#e7e8789a</link>
        <description>Revert &quot;[OPENMP]Add support for analysis of if clauses.&quot;This reverts commit rL366068.The patch broke 86 tests under clang/test/OpenMP/ when run with address sanitizer.llvm-svn: 366169

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/distribute_parallel_for_simd_if_messages.cpp</description>
        <pubDate>Tue, 16 Jul 2019 03:20:15 +0000</pubDate>
        <dc:creator>Ali Tamur &lt;tamur@google.com&gt;</dc:creator>
    </item>
<item>
        <title>63d00b19 - [OPENMP]Add support for analysis of if clauses.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/distribute_parallel_for_simd_if_messages.cpp#63d00b19</link>
        <description>[OPENMP]Add support for analysis of if clauses.Summary:Added support for analysis of if clauses in the OpenMP directives to beable to check for the use of uninitialized variables.Reviewers: NoQSubscribers: guansong, jfb, jdoerfert, caomhin, kkwli0, cfe-commitsTags: #clangDifferential Revision: https://reviews.llvm.org/D64646llvm-svn: 366068

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/distribute_parallel_for_simd_if_messages.cpp</description>
        <pubDate>Mon, 15 Jul 2019 14:46:23 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&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/distribute_parallel_for_simd_if_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/distribute_parallel_for_simd_if_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>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/distribute_parallel_for_simd_if_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/distribute_parallel_for_simd_if_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>2a6de8c3 - [OPENMP] Fix for PR31428: variable named like directive name modifier</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/distribute_parallel_for_simd_if_messages.cpp#2a6de8c3</link>
        <description>[OPENMP] Fix for PR31428: variable named like directive name modifierDirective name modifiers in &apos;if&apos; clause are allowed only for OpenMP 4.5and higher + in OpenMP 4.5 parsing procedure emits error message if &apos;:&apos;is not found after directive name modifier.llvm-svn: 290175

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/distribute_parallel_for_simd_if_messages.cpp</description>
        <pubDate>Tue, 20 Dec 2016 12:10:05 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4a39add0 - [OpenMP] Sema and parse for &apos;distribute parallel for simd&apos;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/distribute_parallel_for_simd_if_messages.cpp#4a39add0</link>
        <description>[OpenMP] Sema and parse for &apos;distribute parallel for simd&apos;Summary: This patch is an implementation of sema and parsing for the OpenMP composite pragma &apos;distribute parallel for simd&apos;.Differential Revision: http://reviews.llvm.org/D21977llvm-svn: 274530

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/distribute_parallel_for_simd_if_messages.cpp</description>
        <pubDate>Tue, 05 Jul 2016 05:00:15 +0000</pubDate>
        <dc:creator>Kelvin Li &lt;kkwli0@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
