<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in control_tool.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a908829bf5dca378233c1a4175e25f6acb217d15 - [OPENMP] Deal with additional store inserted by Clang under -fno-PIC for PowerPC.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/openmp/runtime/test/ompt/misc/control_tool.c#a908829bf5dca378233c1a4175e25f6acb217d15</link>
        <description>[OPENMP] Deal with additional store inserted by Clang under -fno-PIC for PowerPC.Changing the default from -fPIC to -fno-PIC on PowerPC exposed an issue inOpenMP for PowerPC.The issue is reported here:https://bugs.llvm.org/show_bug.cgi?id=40082This is a fix for that issue.Also removed the XFAIL from the two tests that were failing under -fno-PIC.Differential Revision: https://reviews.llvm.org/D56286llvm-svn: 355229

            List of files:
            /llvm-project/openmp/runtime/test/ompt/misc/control_tool.c</description>
        <pubDate>Fri, 01 Mar 2019 21:16:45 +0000</pubDate>
        <dc:creator>Stefan Pintilie &lt;stefanp@ca.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>4230f91aa2cd1001ce5f18c5eb4b12dece4cd120 - [Tests] [OpenMP] XFAIL also for ppc64le.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/openmp/runtime/test/ompt/misc/control_tool.c#4230f91aa2cd1001ce5f18c5eb4b12dece4cd120</link>
        <description>[Tests] [OpenMP] XFAIL also for ppc64le.Two tests were XFAILed for powerpc64le in r349512.They should have also been XFAILed for ppc64le.llvm-svn: 349521

            List of files:
            /llvm-project/openmp/runtime/test/ompt/misc/control_tool.c</description>
        <pubDate>Tue, 18 Dec 2018 19:05:07 +0000</pubDate>
        <dc:creator>Stefan Pintilie &lt;stefanp@ca.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>ea79468b41ed840e9078a2910a8de73d4108c31d - XFAIL Pair of OpenMP Tests for PowerPC LE Linux</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/openmp/runtime/test/ompt/misc/control_tool.c#ea79468b41ed840e9078a2910a8de73d4108c31d</link>
        <description>XFAIL Pair of OpenMP Tests for PowerPC LE LinuxXFAIL two tests that fail on PowerPC LE Linux dueto the change of default from PIC to no-PIC on thatplatform.A Bug has been opened for this:https://bugs.llvm.org/show_bug.cgi?id=40082The tests are:runtime/test/ompt/misc/control_tool.cruntime/test/ompt/synchronization/taskwait.cllvm-svn: 349512

            List of files:
            /llvm-project/openmp/runtime/test/ompt/misc/control_tool.c</description>
        <pubDate>Tue, 18 Dec 2018 17:39:22 +0000</pubDate>
        <dc:creator>Stefan Pintilie &lt;stefanp@ca.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>0e0d6cdd5862d7c5e28c542fa07d6fadd07f1628 - [OMPT] First chunk of final OMPT 5.0 interface updates</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/openmp/runtime/test/ompt/misc/control_tool.c#0e0d6cdd5862d7c5e28c542fa07d6fadd07f1628</link>
        <description>[OMPT] First chunk of final OMPT 5.0 interface updatesThis patch updates the implementation of the ompt_frame_t, ompt_wait_id_tand ompt_state_t. The final version of the OpenMP 5.0 spec added the &quot;t&quot;for these types.Furthermore the structure for ompt_frame_t changed and allows to specifythat the reenter frame belongs to the runtime.Patch partially prepared by Simon ConventReviewers: hbaellvm-svn: 349458

            List of files:
            /llvm-project/openmp/runtime/test/ompt/misc/control_tool.c</description>
        <pubDate>Tue, 18 Dec 2018 08:52:30 +0000</pubDate>
        <dc:creator>Joachim Protze &lt;protze@itc.rwth-aachen.de&gt;</dc:creator>
    </item>
<item>
        <title>0e2a2571ca4639c8b75286988217017fbc884c7b - [OMPT] Use frames at different level when using clang version 5 or higher with debug flag</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/openmp/runtime/test/ompt/misc/control_tool.c#0e2a2571ca4639c8b75286988217017fbc884c7b</link>
        <description>[OMPT] Use frames at different level when using clang version 5 or higher with debug flagClang 5 or higher adds an intermediate function call in certain cases whencompiling with debug flag. This revision updates the testcases to workcorrectly.Differential Revision: https://reviews.llvm.org/D40595llvm-svn: 321263

            List of files:
            /llvm-project/openmp/runtime/test/ompt/misc/control_tool.c</description>
        <pubDate>Thu, 21 Dec 2017 13:55:29 +0000</pubDate>
        <dc:creator>Joachim Protze &lt;protze@itc.rwth-aachen.de&gt;</dc:creator>
    </item>
<item>
        <title>633bc4ca994c876def0f5d9b1c81d6c785098054 - [OMPT] Add annotations to testcases that are expected to fail when using certain compilers</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/openmp/runtime/test/ompt/misc/control_tool.c#633bc4ca994c876def0f5d9b1c81d6c785098054</link>
        <description>[OMPT] Add annotations to testcases that are expected to fail when using certain compilersReasons for expected failures are mainly bugs when using lables in OpenMP regionsor missing support of some OpenMP features.For some worksharing clauses, support to distinguish the kind of workshare wasadded just recently.If an issue was fixed in a minor release version of a compiler, we flag thetest as unsupported for this compiler version to avoid false positives.Same for fixes that where backported to older compiler versions.Differential Revision: https://reviews.llvm.org/D40384llvm-svn: 321262

            List of files:
            /llvm-project/openmp/runtime/test/ompt/misc/control_tool.c</description>
        <pubDate>Thu, 21 Dec 2017 13:55:16 +0000</pubDate>
        <dc:creator>Joachim Protze &lt;protze@itc.rwth-aachen.de&gt;</dc:creator>
    </item>
<item>
        <title>82e94a593433f36734e2d34898d353a2ecb65b8b - Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/openmp/runtime/test/ompt/misc/control_tool.c#82e94a593433f36734e2d34898d353a2ecb65b8b</link>
        <description>Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).The code is tested to work with latest clang, GNU and Intel compiler. The implementationis optimized for low overhead when no tool is attached shifting the cost to execution withtool attached.This patch does not implement OMPT for libomptarget.Patch by Simon Convent and Joachim ProtzeDifferential Revision: https://reviews.llvm.org/D38185llvm-svn: 317085

            List of files:
            /llvm-project/openmp/runtime/test/ompt/misc/control_tool.c</description>
        <pubDate>Wed, 01 Nov 2017 10:08:30 +0000</pubDate>
        <dc:creator>Joachim Protze &lt;protze@itc.rwth-aachen.de&gt;</dc:creator>
    </item>
</channel>
</rss>
