<?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 single_firstprivate_messages.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><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/single_firstprivate_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/single_firstprivate_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>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/single_firstprivate_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/single_firstprivate_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>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/single_firstprivate_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/single_firstprivate_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>c5970623 - Revert &quot;[OPENMP] Allow skip expression after comma in clauses with lists.&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/single_firstprivate_messages.cpp#c5970623</link>
        <description>Revert &quot;[OPENMP] Allow skip expression after comma in clauses with lists.&quot;This reverts commit http://reviews.llvm.org/rL265003. After somethoughts decided to emit errors here.llvm-svn: 265119

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/single_firstprivate_messages.cpp</description>
        <pubDate>Fri, 01 Apr 2016 08:43:42 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>05968174 - [OPENMP] Allow skip expression after comma in clauses with lists.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/single_firstprivate_messages.cpp#05968174</link>
        <description>[OPENMP] Allow skip expression after comma in clauses with lists.Compatibility fix for better compatibility with the existing software.llvm-svn: 265003

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/single_firstprivate_messages.cpp</description>
        <pubDate>Thu, 31 Mar 2016 09:13:44 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>dffa93a6 - [OPENMP] Fixed processing of predetermined data-sharing attributes</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/single_firstprivate_messages.cpp#dffa93a6</link>
        <description>[OPENMP] Fixed processing of predetermined data-sharing attributesPredetermined data-shared attributes for local variables are now considered as implicit. Also, patch prohibits changin of DSA for static memebers of classes.llvm-svn: 255229

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/single_firstprivate_messages.cpp</description>
        <pubDate>Thu, 10 Dec 2015 08:20:58 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4eea8c6b - Allow static local variables specified on data-sharing attribute clauses.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/single_firstprivate_messages.cpp#4eea8c6b</link>
        <description>Allow static local variables specified on data-sharing attribute clauses.http://reviews.llvm.org/D11619llvm-svn: 247715

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/single_firstprivate_messages.cpp</description>
        <pubDate>Tue, 15 Sep 2015 18:56:58 +0000</pubDate>
        <dc:creator>Kelvin Li &lt;kkwli0@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>bd9fec1e - [OPENMP 4.1] Allow variables with reference types in private clauses.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/single_firstprivate_messages.cpp#bd9fec1e</link>
        <description>[OPENMP 4.1] Allow variables with reference types in private clauses.OpenMP 4.1 allows to use variables with reference types in all private clauses (private, firstprivate, lastprivate, linear etc.). Patch allows to use such variables and fixes codegen for linear variables with reference types.llvm-svn: 245268

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/single_firstprivate_messages.cpp</description>
        <pubDate>Tue, 18 Aug 2015 06:47:21 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>db39021c - [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/single_firstprivate_messages.cpp#db39021c</link>
        <description>[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)-fopenmp turns on OpenMP support and links libiomp5 as OpenMP library. Also there is -fopenmp={libiomp5|libgomp} option that allows to override effect of -fopenmp and link libgomp library (if -fopenmp=libgomp is specified).Differential Revision: http://reviews.llvm.org/D9736llvm-svn: 237769

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/single_firstprivate_messages.cpp</description>
        <pubDate>Wed, 20 May 2015 04:24:19 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6ddfe1a6 - [OPENMP] Fix for checking of data-sharing attributes for canonical var decls only.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/single_firstprivate_messages.cpp#6ddfe1a6</link>
        <description>[OPENMP] Fix for checking of data-sharing attributes for canonical var decls only.Currently checks for active data-sharing attributes for variables are performed for found var decls. Instead these checks must be performed for canonical decls of these variables to avoid possible troubles with with the differently qualified re-declarations of the same variable, for example:namespace A { int x; }namespace B { using A::x; }Both A::x and B::x actually reference the same object A::x and this fact must be taken into account during data-sharing attributes analysis.llvm-svn: 235096

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/single_firstprivate_messages.cpp</description>
        <pubDate>Thu, 16 Apr 2015 13:49:42 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4a5bb772 - [OPENMP] Codegen for &apos;firstprivate&apos; clause.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/single_firstprivate_messages.cpp#4a5bb772</link>
        <description>[OPENMP] Codegen for &apos;firstprivate&apos; clause.This patch generates some helper variables that used as private copies of the corresponding original variables inside an OpenMP &apos;parallel&apos; directive. These generated variables are initialized by copy using values of the original variables (with the copy constructor, if any). For arrays, initializator is generated for single element and in the codegen procedure this initial value is automatically propagated between all elements of the private copy.In outlined function, references to original variables are replaced by the references to these private helper variables. At the end of the initialization of the private variables an implicit barier is generated by calling __kmpc_barrier(...) runtime function to be sure that all threads were initialized using original values of the variables.Differential Revision: http://reviews.llvm.org/D5140llvm-svn: 219306

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/single_firstprivate_messages.cpp</description>
        <pubDate>Wed, 08 Oct 2014 14:01:46 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8068b643 - Revert commit r219297.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/single_firstprivate_messages.cpp#8068b643</link>
        <description>Revert commit r219297.Still troubles with OpenMP/parallel_firstprivate_codegen.cpp (now in ARM buildbots).llvm-svn: 219298

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/single_firstprivate_messages.cpp</description>
        <pubDate>Wed, 08 Oct 2014 12:00:22 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3854f63a - [OPENMP] Codegen for &apos;firstprivate&apos; clause.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/single_firstprivate_messages.cpp#3854f63a</link>
        <description>[OPENMP] Codegen for &apos;firstprivate&apos; clause.This patch generates some helper variables that used as private copies of the corresponding original variables inside an OpenMP &apos;parallel&apos; directive. These generated variables are initialized by copy using values of the original variables (with the copy constructor, if any). For arrays, initializator is generated for single element and in the codegen procedure this initial value is automatically propagated between all elements of the private copy.In outlined function, references to original variables are replaced by the references to these private helper variables. At the end of the initialization of the private variables an implicit barier is generated by calling __kmpc_barrier(...) runtime function to be sure that all threads were initialized using original values of the variables.Differential Revision: http://reviews.llvm.org/D5140llvm-svn: 219297

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/single_firstprivate_messages.cpp</description>
        <pubDate>Wed, 08 Oct 2014 11:35:04 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>bdef50e1 - Revert back r219295.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/single_firstprivate_messages.cpp#bdef50e1</link>
        <description>Revert back r219295.To fix issues with test OpenMP/parallel_firstprivate_codegen.cppllvm-svn: 219296

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/single_firstprivate_messages.cpp</description>
        <pubDate>Wed, 08 Oct 2014 11:12:35 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e7a5517a - [OPENMP] Codegen for &apos;firstprivate&apos; clause.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/single_firstprivate_messages.cpp#e7a5517a</link>
        <description>[OPENMP] Codegen for &apos;firstprivate&apos; clause.This patch generates some helper variables that used as private copies of the corresponding original variables inside an OpenMP &apos;parallel&apos; directive. These generated variables are initialized by copy using values of the original variables (with the copy constructor, if any). For arrays, initializator is generated for single element and in the codegen procedure this initial value is automatically propagated between all elements of the private copy.In outlined function, references to original variables are replaced by the references to these private helper variables. At the end of the initialization of the private variables an implicit barier is generated by calling __kmpc_barrier(...) runtime function to be sure that all threads were initialized using original values of the variables.Differential Revision: http://reviews.llvm.org/D5140llvm-svn: 219295

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/single_firstprivate_messages.cpp</description>
        <pubDate>Wed, 08 Oct 2014 10:42:55 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d1e40fbf - [OPENMP] Initial parsing and sema analysis for &apos;single&apos; directive.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/OpenMP/single_firstprivate_messages.cpp#d1e40fbf</link>
        <description>[OPENMP] Initial parsing and sema analysis for &apos;single&apos; directive.llvm-svn: 211774

            List of files:
            /llvm-project-15.0.7/clang/test/OpenMP/single_firstprivate_messages.cpp</description>
        <pubDate>Thu, 26 Jun 2014 12:05:45 +0000</pubDate>
        <dc:creator>Alexey Bataev &lt;a.bataev@hotmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
