<?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 explicit_task.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>f26d3e71 - [OMPT] Remove test output from source tree</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/openmp/runtime/test/ompt/tasks/explicit_task.c#f26d3e71</link>
        <description>[OMPT] Remove test output from source tree%s refers to the test file in the source tree. This was accidentally added inr351197 / 2b46d30 (&quot;[OMPT] Second chunk of final OMPT 5.0 interface updates&quot;).Differential Revision: https://reviews.llvm.org/D58002llvm-svn: 353715

            List of files:
            /llvm-project-15.0.7/openmp/runtime/test/ompt/tasks/explicit_task.c</description>
        <pubDate>Mon, 11 Feb 2019 16:14:51 +0000</pubDate>
        <dc:creator>Jonas Hahnfeld &lt;hahnjo@hahnjo.de&gt;</dc:creator>
    </item>
<item>
        <title>2b46d30f - [OMPT] Second chunk of final OMPT 5.0 interface updates</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/openmp/runtime/test/ompt/tasks/explicit_task.c#2b46d30f</link>
        <description>[OMPT] Second chunk of final OMPT 5.0 interface updatesThe omp-tools.h file is generated from the OpenMP spec to ensure that the interfaceis implemented as specified.The other changes are necessary to update the interface implementation to thefinal version as published in 5.0.The omp-tools.h header was previously called ompt.h, currently a copy under this nameis installed for legacy tools.Patch partially perpared by @sconventReviewers: AndreyChurbanov, hbae, HahnfeldReviewed By: hbaeTags: #openmp, #omptDifferential Revision: https://reviews.llvm.org/D55579llvm-svn: 351197

            List of files:
            /llvm-project-15.0.7/openmp/runtime/test/ompt/tasks/explicit_task.c</description>
        <pubDate>Tue, 15 Jan 2019 15:36:53 +0000</pubDate>
        <dc:creator>Joachim Protze &lt;protze@itc.rwth-aachen.de&gt;</dc:creator>
    </item>
<item>
        <title>0e0d6cdd - [OMPT] First chunk of final OMPT 5.0 interface updates</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/openmp/runtime/test/ompt/tasks/explicit_task.c#0e0d6cdd</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-15.0.7/openmp/runtime/test/ompt/tasks/explicit_task.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>0e2a2571 - [OMPT] Use frames at different level when using clang version 5 or higher with debug flag</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/openmp/runtime/test/ompt/tasks/explicit_task.c#0e2a2571</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-15.0.7/openmp/runtime/test/ompt/tasks/explicit_task.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>633bc4ca - [OMPT] Add annotations to testcases that are expected to fail when using certain compilers</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/openmp/runtime/test/ompt/tasks/explicit_task.c#633bc4ca</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-15.0.7/openmp/runtime/test/ompt/tasks/explicit_task.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>82e94a59 - Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/openmp/runtime/test/ompt/tasks/explicit_task.c#82e94a59</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-15.0.7/openmp/runtime/test/ompt/tasks/explicit_task.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>
