<?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 func_entry.ll</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>9ff36df5 - [PGO][InstrProf][test] Convert to opaque pointers and fix some stale tests</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/func_entry.ll#9ff36df5</link>
        <description>[PGO][InstrProf][test] Convert to opaque pointers and fix some stale tests

            List of files:
            /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/func_entry.ll</description>
        <pubDate>Sat, 16 Jul 2022 18:42:35 +0000</pubDate>
        <dc:creator>Fangrui Song &lt;i@maskray.me&gt;</dc:creator>
    </item>
<item>
        <title>fd2044f2 - [PGO] Change hardcoded thresholds for cold/inlinehint to use summary</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/func_entry.ll#fd2044f2</link>
        <description>[PGO] Change hardcoded thresholds for cold/inlinehint to use summarySummary:The PGO counter reading will add cold and inlinehint (hot) attributesto functions that are very cold or hot. This was using hardcodedthresholds, instead of the profile summary cutoffs which are used inother hot/cold detection and are more dynamic and adaptable. Switchto using the summary-based cold/hot detection.The hardcoded limits were causing some code that had a medium level ofhotness (per the summary) to be incorrectly marked with a coldattribute, blocking inlining.Reviewers: davidxlSubscribers: llvm-commitsTags: #llvmDifferential Revision: https://reviews.llvm.org/D67673llvm-svn: 372189

            List of files:
            /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/func_entry.ll</description>
        <pubDate>Tue, 17 Sep 2019 23:12:13 +0000</pubDate>
        <dc:creator>Teresa Johnson &lt;tejohnson@google.com&gt;</dc:creator>
    </item>
<item>
        <title>7b1d7937 - Reland &quot;Change the X86 datalayout to add three address spaces</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/func_entry.ll#7b1d7937</link>
        <description>Reland &quot;Change the X86 datalayout to add three address spaces for 32 bit signed, 32 bit unsigned, and 64 bit pointers.&quot;This reverts 57076d3199fc2b0af4a3736b7749dd5462cacda5.Original review at https://reviews.llvm.org/D64931.Review for added fix at https://reviews.llvm.org/D66843.llvm-svn: 371568

            List of files:
            /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/func_entry.ll</description>
        <pubDate>Tue, 10 Sep 2019 23:15:38 +0000</pubDate>
        <dc:creator>Amy Huang &lt;akhuang@google.com&gt;</dc:creator>
    </item>
<item>
        <title>57076d31 - Revert &quot;Change the X86 datalayout to add three address spaces for 32 bit signed,&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/func_entry.ll#57076d31</link>
        <description>Revert &quot;Change the X86 datalayout to add three address spaces for 32 bit signed,&quot;This reverts commit r370083 because it caused check-lld failures onsanitizer-x86_64-linux-fast.llvm-svn: 370142

            List of files:
            /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/func_entry.ll</description>
        <pubDate>Wed, 28 Aug 2019 01:08:54 +0000</pubDate>
        <dc:creator>Vlad Tsyrklevich &lt;vlad@tsyrklevich.net&gt;</dc:creator>
    </item>
<item>
        <title>1299945b - Change the X86 datalayout to add three address spaces for 32 bit signed,</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/func_entry.ll#1299945b</link>
        <description>Change the X86 datalayout to add three address spaces for 32 bit signed,32 bit unsigned, and 64 bit pointers.llvm-svn: 370083

            List of files:
            /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/func_entry.ll</description>
        <pubDate>Tue, 27 Aug 2019 17:46:53 +0000</pubDate>
        <dc:creator>Amy Huang &lt;akhuang@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/func_entry.ll#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/func_entry.ll</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>fb4bcc45 - [PGO] Exit early if all count values are zero</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/func_entry.ll#fb4bcc45</link>
        <description>[PGO] Exit early if all count values are zeroIf all the edge counts for a function are zero, skip count population andannotation, as nothing will happen. This can save some compile time.Differential Revision: https://reviews.llvm.org/D54212llvm-svn: 346370

            List of files:
            /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/func_entry.ll</description>
        <pubDate>Wed, 07 Nov 2018 23:51:20 +0000</pubDate>
        <dc:creator>Rong Xu &lt;xur@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
