<?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 loop2.proftext</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>3d6f5301 - [PGO] Include the mem ops into the function hash.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/Inputs/loop2.proftext#3d6f5301</link>
        <description>[PGO] Include the mem ops into the function hash.To avoid hash collisions when the only difference is in mem ops.

            List of files:
            /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/Inputs/loop2.proftext</description>
        <pubDate>Wed, 29 Jul 2020 22:22:13 +0000</pubDate>
        <dc:creator>Hiroshi Yamauchi &lt;yamauchi@google.com&gt;</dc:creator>
    </item>
<item>
        <title>ae7589e1 - Revert &quot;[PGO] Include the mem ops into the function hash.&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/Inputs/loop2.proftext#ae7589e1</link>
        <description>Revert &quot;[PGO] Include the mem ops into the function hash.&quot;This reverts commit 120e66b3418b37b95fc1dbbb23e296a602a24fa8.Due to a buildbot failure.

            List of files:
            /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/Inputs/loop2.proftext</description>
        <pubDate>Wed, 29 Jul 2020 22:04:57 +0000</pubDate>
        <dc:creator>Hiroshi Yamauchi &lt;yamauchi@google.com&gt;</dc:creator>
    </item>
<item>
        <title>120e66b3 - [PGO] Include the mem ops into the function hash.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/Inputs/loop2.proftext#120e66b3</link>
        <description>[PGO] Include the mem ops into the function hash.To avoid hash collisions when the only difference is in mem ops.Differential Revision: https://reviews.llvm.org/D84782

            List of files:
            /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/Inputs/loop2.proftext</description>
        <pubDate>Tue, 28 Jul 2020 17:09:49 +0000</pubDate>
        <dc:creator>Hiroshi Yamauchi &lt;yamauchi@google.com&gt;</dc:creator>
    </item>
<item>
        <title>cee313d2 - Revert &quot;Temporarily Revert &quot;Add basic loop fusion pass.&quot;&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/Inputs/loop2.proftext#cee313d2</link>
        <description>Revert &quot;Temporarily Revert &quot;Add basic loop fusion pass.&quot;&quot;The reversion apparently deleted the test/Transforms directory.Will be re-reverting again.llvm-svn: 358552

            List of files:
            /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/Inputs/loop2.proftext</description>
        <pubDate>Wed, 17 Apr 2019 04:52:47 +0000</pubDate>
        <dc:creator>Eric Christopher &lt;echristo@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>33c76c0c - [PGO] Differentiate Clang instrumentation and IR level instrumentation profiles</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/Inputs/loop2.proftext#33c76c0c</link>
        <description>[PGO] Differentiate Clang instrumentation and IR level instrumentation profilesThis patch uses one bit in profile version to differentiate Clanginstrumentation and IR level instrumentation profiles.PGOInstrumenation generates a COMDAT variable __llvm_profile_raw_version sothat the compiler runtime can set the right profile kind.For Maco-O platform, we generate the variable as linkonce_odr linkage asCOMDAT is not supported.PGOInstrumenation now checks this bit to make sure it&apos;s an IR levelinstrumentation profile.The patch was submitted as r260164 but reverted due to a Darwin test breakage.Original Differential Revision: http://reviews.llvm.org/D15540Differential Revision: http://reviews.llvm.org/D17020llvm-svn: 260385

            List of files:
            /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/Inputs/loop2.proftext</description>
        <pubDate>Wed, 10 Feb 2016 17:18:30 +0000</pubDate>
        <dc:creator>Rong Xu &lt;xur@google.com&gt;</dc:creator>
    </item>
<item>
        <title>d0dfb67f - [PGO] Revert r260146 as it breaks Darwin platforms.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/Inputs/loop2.proftext#d0dfb67f</link>
        <description>[PGO] Revert r260146 as it breaks Darwin platforms.r260146 | xur | 2016-02-08 13:07:46 -0800 (Mon, 08 Feb 2016) | 13 lines[PGO] Differentiate Clang instrumentation and IR level instrumentation profilesllvm-svn: 260170

            List of files:
            /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/Inputs/loop2.proftext</description>
        <pubDate>Mon, 08 Feb 2016 23:11:16 +0000</pubDate>
        <dc:creator>Rong Xu &lt;xur@google.com&gt;</dc:creator>
    </item>
<item>
        <title>1288a194 - [PGO] Differentiate Clang instrumentation and IR level instrumentation profiles</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/Inputs/loop2.proftext#1288a194</link>
        <description>[PGO] Differentiate Clang instrumentation and IR level instrumentation profilesThis patch uses one bit in profile version to differentiate Clanginstrumentation and IR level instrumentation profiles.PGOInstrumenation generates a COMDAT variable __llvm_profile_raw_version sothat the compiler runtime can set the right profile kind.PGOInstrumenation now checks this bit to make sure it&apos;s an IR levelinstrumentation profile.Differential Revision: http://reviews.llvm.org/D15540llvm-svn: 260146

            List of files:
            /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/Inputs/loop2.proftext</description>
        <pubDate>Mon, 08 Feb 2016 21:07:46 +0000</pubDate>
        <dc:creator>Rong Xu &lt;xur@google.com&gt;</dc:creator>
    </item>
<item>
        <title>f430ae40 - [PGO] Resubmit &quot;MST based PGO instrumentation infrastructure&quot; (r254021)</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/Inputs/loop2.proftext#f430ae40</link>
        <description>[PGO] Resubmit &quot;MST based PGO instrumentation infrastructure&quot; (r254021)This new patch fixes a few bugs that exposed in last submit. It also improvesthe test cases.--Original Commit Message--This patch implements a minimum spanning tree (MST) based instrumentation forPGO. The use of MST guarantees minimum number of CFG edges gettinginstrumented. An addition optimization is to instrument the less executededges to further reduce the instrumentation overhead. The patch contains both theinstrumentation and the use of the profile to set the branch weights.Differential Revision: http://reviews.llvm.org/D12781llvm-svn: 255132

            List of files:
            /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/Inputs/loop2.proftext</description>
        <pubDate>Wed, 09 Dec 2015 18:08:16 +0000</pubDate>
        <dc:creator>Rong Xu &lt;xur@google.com&gt;</dc:creator>
    </item>
<item>
        <title>1b665ca7 - [PGO] MST based PGO instrumentation infrastructure</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/Inputs/loop2.proftext#1b665ca7</link>
        <description>[PGO] MST based PGO instrumentation infrastructureThis patch implements a minimum spanning tree (MST) based instrumentation forPGO. The use of MST guarantees minimum number of CFG edges gettinginstrumented. An addition optimization is to instrument the less executededges to further reduce the instrumentation overhead. The patch contains both theinstrumentation and the use of the profile to set the branch weights.Differential Revision: http://reviews.llvm.org/D12781llvm-svn: 254021

            List of files:
            /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/Inputs/loop2.proftext</description>
        <pubDate>Tue, 24 Nov 2015 21:31:25 +0000</pubDate>
        <dc:creator>Rong Xu &lt;xur@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
