<?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_simd_ast_print.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>ff260ad0 - [OpenMP] Ensure testing for versions 4.5 and default - Part 3</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/distribute_simd_ast_print.cpp#ff260ad0</link>
        <description>[OpenMP] Ensure testing for versions 4.5 and default - Part 3This third patch in the series removes version 5.0 string fromtest cases making them check for default version. It also add testcases for version 4.5.Reviewed By: ABataevDifferential Revision: https://reviews.llvm.org/D85214

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/distribute_simd_ast_print.cpp</description>
        <pubDate>Thu, 27 Aug 2020 19:35:36 +0000</pubDate>
        <dc:creator>Saiyedul Islam &lt;Saiyedul.Islam@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>cb8e6914 - [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/distribute_simd_ast_print.cpp#cb8e6914</link>
        <description>[OPENMP50]Basic parsing/sema analysis for order(concurrent) clause.Added parsing/sema/serialization support for order(concurrent) clause inloop|simd-based directives.

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/distribute_simd_ast_print.cpp</description>
        <pubDate>Fri, 31 Jan 2020 21:09:26 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b6e7084e - [OPENMP50]Add parsing/sema analysis for nontemporal clause.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/distribute_simd_ast_print.cpp#b6e7084e</link>
        <description>[OPENMP50]Add parsing/sema analysis for nontemporal clause.Add basic support for parsing/sema analysis of the nontemporal clause insimd-based directives.

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/distribute_simd_ast_print.cpp</description>
        <pubDate>Mon, 16 Dec 2019 20:54:17 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>779a180d - [OPENMP50]Add if clause in distribute simd directive.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/distribute_simd_ast_print.cpp#779a180d</link>
        <description>[OPENMP50]Add if clause in distribute simd directive.According to OpenMP 5.0, if clause can be used in for simd directive. Ifcondition in the if clause if false, the non-vectorized version of theloop must be executed.

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/distribute_simd_ast_print.cpp</description>
        <pubDate>Fri, 06 Dec 2019 17:21:31 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4db4868d - [OPENMP]Moved warning fo mapping non-trivially copiable types into a</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/distribute_simd_ast_print.cpp#4db4868d</link>
        <description>[OPENMP]Moved warning fo mapping non-trivially copiable types into aseparate group.Need to move this warning into a separate group to make easier todisable this warning, if required.

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/distribute_simd_ast_print.cpp</description>
        <pubDate>Fri, 06 Dec 2019 14:49:07 +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/distribute_simd_ast_print.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/distribute_simd_ast_print.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>f07946e1 - [OPENMP]Fix PR39372: Does not complain about loop bound variable not</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/distribute_simd_ast_print.cpp#f07946e1</link>
        <description>[OPENMP]Fix PR39372: Does not complain about loop bound variable notbeing shared.According to the standard, the variables with unspecified data-sharingattributes in presence of `default(none)` clause must be reported tousers. Compiler did not generate error reports for the variables used inother OpenMP regions. Patch fixes this.llvm-svn: 345533

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/distribute_simd_ast_print.cpp</description>
        <pubDate>Mon, 29 Oct 2018 20:17:42 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cbecfdfe - [OpenMP] Fix trailing space when printing pragmas, by Joel. E. Denny</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/distribute_simd_ast_print.cpp#cbecfdfe</link>
        <description>[OpenMP] Fix trailing space when printing pragmas, by Joel. E. DennySummary:-ast-print prints omp pragmas with a trailing space.  While thisbehavior is likely of little concern to most users, surely it&apos;sunintentional, and it&apos;s annoying for some source-level work I&apos;mpursuing.  This patch focuses on omp pragmas, but it also fixesinit_seg and loop hint pragmas because they share implementation.The testing strategy here is to add usually just one &apos;{{$}}&apos; perrelevant -ast-print test file.  This seems to achieve good codecoverage.  However, this strategy is probably easy to forget as thetests evolve.  That&apos;s probably fine as this fix is far from critical.The main goal of the testing is to aid the initial review.This patch also adds a fixme for &quot;#pragma unroll&quot;, which prints as&quot;#pragma unroll (enable)&quot;, which is invalid syntax.Reviewers: ABataevReviewed By: ABataevSubscribers: guansong, cfe-commitsDifferential Revision: https://reviews.llvm.org/D43204llvm-svn: 325145

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/distribute_simd_ast_print.cpp</description>
        <pubDate>Wed, 14 Feb 2018 17:38:47 +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_simd_ast_print.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_simd_ast_print.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>b358f992 - [OPENMP] Do not allow variables to be first|last-privates in</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/distribute_simd_ast_print.cpp#b358f992</link>
        <description>[OPENMP] Do not allow variables to be first|last-privates indistribute directives.OpenMP standard does not allow to mark the variables as firstprivate and lastprivate at the same time in distribute-based directives. Patch fixes this problem.llvm-svn: 319560

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/distribute_simd_ast_print.cpp</description>
        <pubDate>Fri, 01 Dec 2017 17:40:15 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2b86f21c - [OPENMP] Allow only loop control variables in distribute simd</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/distribute_simd_ast_print.cpp#2b86f21c</link>
        <description>[OPENMP] Allow only loop control variables in distribute simddirectives.According to the OpenMP standard, only loop control variables can beused in linear clauses of distribute-based simd directives.llvm-svn: 319362

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/distribute_simd_ast_print.cpp</description>
        <pubDate>Wed, 29 Nov 2017 21:31:48 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a67a4d2f - Make output of -ast-print a valid C++ code.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/distribute_simd_ast_print.cpp#a67a4d2f</link>
        <description>Make output of -ast-print a valid C++ code.Output generated by option -ast-print looks like C/C++ code, and itreally is for plain C. For C++ the produced output was not valid C++code, but the differences were small. With this change the outputis fixed and can be compiled. Tests are changed so that output producedby -ast-print is compiled again with the same flags and both outputs arecompared.Option -ast-print is extensively used in clang tests but it itselfwas tested poorly, existing tests only checked that compiler did notcrash. There are unit tests in file DeclPrinterTest.cpp, but they testonly terse output mode.Differential Revision: https://reviews.llvm.org/D26452llvm-svn: 286439

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/distribute_simd_ast_print.cpp</description>
        <pubDate>Thu, 10 Nov 2016 08:49:37 +0000</pubDate>
        <dc:creator>Serge Pavlov &lt;sepavloff@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>787f3fcc - [OpenMP] Sema and parsing for &apos;distribute simd&apos; pragma</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/distribute_simd_ast_print.cpp#787f3fcc</link>
        <description>[OpenMP] Sema and parsing for &apos;distribute simd&apos; pragmaSummary: This patch is an implementation of sema and parsing for the OpenMP composite pragma &apos;distribute simd&apos;.Differential Revision: http://reviews.llvm.org/D22007llvm-svn: 274604

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/distribute_simd_ast_print.cpp</description>
        <pubDate>Wed, 06 Jul 2016 04:45:38 +0000</pubDate>
        <dc:creator>Kelvin Li &lt;kkwli0@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
