<?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 value-prof.proftext</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b6d77e79 - [tools][tests] - Use --check-prefixes instead of multiple --check-prefix. NFCI.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext#b6d77e79</link>
        <description>[tools][tests] - Use --check-prefixes instead of multiple --check-prefix. NFCI.There is no need to use `--check-prefix` multiple times.It helps to improve readability/test maintainability.This patch does it for all tools at once.Differential revision: https://reviews.llvm.org/D78217

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext</description>
        <pubDate>Wed, 15 Apr 2020 15:28:08 +0000</pubDate>
        <dc:creator>Georgii Rymar &lt;grimar@accesssoftek.com&gt;</dc:creator>
    </item>
<item>
        <title>7c5d2bec - [llvm] Fix missing FileCheck directive colons</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext#7c5d2bec</link>
        <description>[llvm] Fix missing FileCheck directive colonshttps://reviews.llvm.org/D77352

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext</description>
        <pubDate>Thu, 02 Apr 2020 22:28:32 +0000</pubDate>
        <dc:creator>Jonathan Roelofs &lt;jroelofs@jroelofs.com&gt;</dc:creator>
    </item>
<item>
        <title>52aa224a - [llvm-profdata] add value-cutoff functionality in show command</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext#52aa224a</link>
        <description>[llvm-profdata] add value-cutoff functionality in show commandThis patch improves llvm-profdata show command:(1) add -value-cutoff=&lt;N&gt; option: Show only those functions whose max count    values are greater or equal to N.(2) add -list-below-cutoff option: Only output names of functions whose max    count value are below the cutoff.(3) formats value-profile counts and prints out percentage.Differential Revision: https://reviews.llvm.org/D56342llvm-svn: 350673

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext</description>
        <pubDate>Tue, 08 Jan 2019 22:41:48 +0000</pubDate>
        <dc:creator>Rong Xu &lt;xur@google.com&gt;</dc:creator>
    </item>
<item>
        <title>7162e16e - [PGO] Revert r350579 to fix commit message.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext#7162e16e</link>
        <description>[PGO] Revert r350579 to fix commit message.Will re-commit it using the correct commit message.llvm-svn: 350670

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext</description>
        <pubDate>Tue, 08 Jan 2019 22:37:12 +0000</pubDate>
        <dc:creator>Rong Xu &lt;xur@google.com&gt;</dc:creator>
    </item>
<item>
        <title>6f366c3a - [PGO] Use SourceFileName rather module name in PGOFuncName</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext#6f366c3a</link>
        <description>[PGO] Use SourceFileName rather module name in PGOFuncNameIn LTO or Thin-lto mode (though linker plugin), the modulenames are of temp file names which are different fordifferent compilations. Using SourceFileName avoids the issue.This should not change any functionality for current PGO asall the current callers of getPGOFuncName() is before LTO.llvm-svn: 350579

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext</description>
        <pubDate>Mon, 07 Jan 2019 23:25:56 +0000</pubDate>
        <dc:creator>Rong Xu &lt;xur@google.com&gt;</dc:creator>
    </item>
<item>
        <title>0cf1f56a - [PGO] Refactor profile dumping function for ease of adding other profile kind</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext#0cf1f56a</link>
        <description>[PGO] Refactor profile dumping function for ease of adding other profile kindRefactor the dumping function so that we can add other value profile kind easily.Differential Revision: https://reviews.llvm.org/D30752llvm-svn: 297399

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext</description>
        <pubDate>Thu, 09 Mar 2017 19:03:57 +0000</pubDate>
        <dc:creator>Rong Xu &lt;xur@google.com&gt;</dc:creator>
    </item>
<item>
        <title>6241c2a6 - [PGO] Text format profile reader needs to clear the value profile</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext#6241c2a6</link>
        <description>[PGO] Text format profile reader needs to clear the value profileSummary:Reset the ValueData for each function to avoid using the ones inthe previous function.Reviewers: davidxlReviewed By: davidxlSubscribers: llvm-commits, xurDifferential Revision: https://reviews.llvm.org/D30479llvm-svn: 296916

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext</description>
        <pubDate>Fri, 03 Mar 2017 21:56:34 +0000</pubDate>
        <dc:creator>Rong Xu &lt;xur@google.com&gt;</dc:creator>
    </item>
<item>
        <title>deda33cd - [Profile] dump ic value profile value/site-count histogram</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext#deda33cd</link>
        <description>[Profile] dump ic value profile value/site-count histogramDifferential Revision: http://reviews.google.com/D24783llvm-svn: 282017

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext</description>
        <pubDate>Tue, 20 Sep 2016 21:04:22 +0000</pubDate>
        <dc:creator>Xinliang David Li &lt;davidxl@google.com&gt;</dc:creator>
    </item>
<item>
        <title>872362c4 - [profile] show more statistics</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext#872362c4</link>
        <description>[profile] show more statisticsAdd value profile statistics with the &apos;show&apos; command.llvm-svn: 270450

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext</description>
        <pubDate>Mon, 23 May 2016 16:36:11 +0000</pubDate>
        <dc:creator>Xinliang David Li &lt;davidxl@google.com&gt;</dc:creator>
    </item>
<item>
        <title>51db1e09 - Revert r260064, &quot;Disable llvm/test/tools/llvm-profdata/value-prof.proftext on win32 for now. Investigating.&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext#51db1e09</link>
        <description>Revert r260064, &quot;Disable llvm/test/tools/llvm-profdata/value-prof.proftext on win32 for now. Investigating.&quot;It seems unreproducible any more for me.llvm-svn: 261842

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext</description>
        <pubDate>Thu, 25 Feb 2016 08:50:26 +0000</pubDate>
        <dc:creator>NAKAMURA Takumi &lt;geek4civic@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d0759abc - Disable llvm/test/tools/llvm-profdata/value-prof.proftext on win32 for now. Investigating.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext#d0759abc</link>
        <description>Disable llvm/test/tools/llvm-profdata/value-prof.proftext on win32 for now. Investigating.llvm-svn: 260064

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext</description>
        <pubDate>Sun, 07 Feb 2016 23:03:38 +0000</pubDate>
        <dc:creator>NAKAMURA Takumi &lt;geek4civic@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>062cde9c - [PGO] Ensure vp data in indexed profile always sorted</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext#062cde9c</link>
        <description>[PGO] Ensure vp data in indexed profile always sortedDone in  InstrProfWriter to eliminate the need for clientcode to do the sorting. The operation is done once and reused many times so it is more efficient. Update unit test to removesorting. Also update expected output of affected tests.llvm-svn: 257145

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext</description>
        <pubDate>Fri, 08 Jan 2016 05:45:21 +0000</pubDate>
        <dc:creator>Xinliang David Li &lt;davidxl@google.com&gt;</dc:creator>
    </item>
<item>
        <title>2a27fc40 - Test cleanup -- remove duplicate run lines</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext#2a27fc40</link>
        <description>Test cleanup -- remove duplicate run linesllvm-svn: 255673

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext</description>
        <pubDate>Tue, 15 Dec 2015 21:15:06 +0000</pubDate>
        <dc:creator>Xinliang David Li &lt;davidxl@google.com&gt;</dc:creator>
    </item>
<item>
        <title>e3bf4fd3 - [PGO] Value profiling text format reader/writer support</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext#e3bf4fd3</link>
        <description>[PGO] Value profiling text format reader/writer supportThis patch adds the missing functionality in parsabletext format support for value profiling.Differential Revision: http://reviews.llvm.org/D15212llvm-svn: 255523

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/value-prof.proftext</description>
        <pubDate>Mon, 14 Dec 2015 18:44:01 +0000</pubDate>
        <dc:creator>Xinliang David Li &lt;davidxl@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
