<?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 target_reduction_messages.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>f90abac6 - [OpenMP] Use compound operators for reduction combiner if available.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/target_reduction_messages.cpp#f90abac6</link>
        <description>[OpenMP] Use compound operators for reduction combiner if available.The OpenMP spec seems to require the compound operators be used for+, *, &amp;, |, and ^ reduction.  So use these if a class has those operators.If not try the simple operators as we did previously to limit the impactto existing code.Fixes: https://bugs.llvm.org/show_bug.cgi?id=48584Differential Revision: https://reviews.llvm.org/D101941

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/target_reduction_messages.cpp</description>
        <pubDate>Sat, 20 Mar 2021 00:39:04 +0000</pubDate>
        <dc:creator>Mike Rice &lt;michael.p.rice@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8026394d - [OPENMP]Consider &apos;omp_null_allocator&apos; as a predefined allocator.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/target_reduction_messages.cpp#8026394d</link>
        <description>[OPENMP]Consider &apos;omp_null_allocator&apos; as a predefined allocator.Summary:omp.h header file defines omp_null_allocator as a predefined allocator,need to consider it also as a predefined allocator.Reviewers: jdoerfertSubscribers: jholewinski, yaxunl, guansong, cfe-commits, caomhinTags: #clangDifferential Revision: https://reviews.llvm.org/D79186

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/target_reduction_messages.cpp</description>
        <pubDate>Thu, 30 Apr 2020 17:32:22 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b5be1c54 - [OPENMP50]Basic support for uses_allocators clause.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/target_reduction_messages.cpp#b5be1c54</link>
        <description>[OPENMP50]Basic support for uses_allocators clause.Summary: Added parsing/sema/serialization supoprt for uses_allocators clause.Reviewers: jdoerfertSubscribers: yaxunl, guansong, arphaman, cfe-commits, caomhinTags: #clangDifferential Revision: https://reviews.llvm.org/D78577

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/target_reduction_messages.cpp</description>
        <pubDate>Tue, 21 Apr 2020 17:21:00 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1c1d9d9d - [OPENMP50]Support &apos;task&apos; modifier in reduction clauses.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/target_reduction_messages.cpp#1c1d9d9d</link>
        <description>[OPENMP50]Support &apos;task&apos; modifier in reduction clauses.Summary:Added basic support for &apos;task&apos; modifier in the reduction clauses innon-simd parallel and worksharing constructs.Reviewers: jdoerfertSubscribers: yaxunl, guansong, cfe-commits, caomhinTags: #clangDifferential Revision: https://reviews.llvm.org/D78738

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/target_reduction_messages.cpp</description>
        <pubDate>Wed, 22 Apr 2020 12:14:39 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8a8c6980 - [OPENMP]Add support for analysis of reduction variables.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/target_reduction_messages.cpp#8a8c6980</link>
        <description>[OPENMP]Add support for analysis of reduction variables.Summary:Reduction variables are the variables, for which the private copiesmust be created in the OpenMP regions. Then they are initialized withthe predefined values depending on the reduction operation. After exitfrom the OpenMP region the original variable is updated using thereduction value and the value of the original reduction variable.Reviewers: NoQSubscribers: guansong, jdoerfert, caomhin, kkwli0, cfe-commitsTags: #clangDifferential Revision: https://reviews.llvm.org/D65106llvm-svn: 367116

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/target_reduction_messages.cpp</description>
        <pubDate>Fri, 26 Jul 2019 14:50:05 +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/target_reduction_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/target_reduction_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>471171c4 - [OPENMP]Add check for undefined behavior with thread allocators on</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/target_reduction_messages.cpp#471171c4</link>
        <description>[OPENMP]Add check for undefined behavior with thread allocators ontarget and task-based directives.According to OpenMP 5.0, 2.11.4 allocate Clause, Restrictions, For task,taskloop or target directives, allocation requests to memory allocatorswith the trait access set to thread result in unspecified behavior.Patch introduces a check for omp_thread_mem_alloc predefined allocatoron target- and trask-based directives.llvm-svn: 357205

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/target_reduction_messages.cpp</description>
        <pubDate>Thu, 28 Mar 2019 19:15:36 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e04483ee - [OPENMP]Initial support for &apos;allocate&apos; clause.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/target_reduction_messages.cpp#e04483ee</link>
        <description>[OPENMP]Initial support for &apos;allocate&apos; clause.Added parsing/sema analysis of the allocate clause.llvm-svn: 357068

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/target_reduction_messages.cpp</description>
        <pubDate>Wed, 27 Mar 2019 14:14:31 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d2649292 - [OpenMP] Refactor const restriction for reductions</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/target_reduction_messages.cpp#d2649292</link>
        <description>[OpenMP] Refactor const restriction for reductionsAs discussed in D56113, this patch refactors the implementation of theconst restriction for reductions to reuse a function introduced byD56113.  A side effect is that diagnostics sometimes now say&quot;variable&quot; instead of &quot;list item&quot; when a list item is a variable.Reviewed By: ABataevDifferential Revision: https://reviews.llvm.org/D56298llvm-svn: 350440

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/target_reduction_messages.cpp</description>
        <pubDate>Fri, 04 Jan 2019 22:11:56 +0000</pubDate>
        <dc:creator>Joel E. Denny &lt;jdenny.ornl@gmail.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/target_reduction_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/target_reduction_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>3f96fe6d - [OPENMP] Support `reduction` clause on target-based directives.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/target_reduction_messages.cpp#3f96fe6d</link>
        <description>[OPENMP] Support `reduction` clause on target-based directives.OpenMP 5.0 added support for `reduction` clause in target-baseddirectives. Patch adds this support to clang.llvm-svn: 320596

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/target_reduction_messages.cpp</description>
        <pubDate>Wed, 13 Dec 2017 17:31:39 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
