<?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 compact-sample.proftext</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a8b8a937 - [llvm-profdata]Fix llvm-profdata crash on compact binary profile</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/compact-sample.proftext#a8b8a937</link>
        <description>[llvm-profdata]Fix llvm-profdata crash on compact binary profilellvm-profdata `show` and `overlap` will crash in `getFuncName` on compact binary profile. This change fixed this by switching to use `getName`. `getFuncName` is misused in llvm-profdata. As showed below, `GUIDToFuncNameMap` is only supported in compilation mode, there is no initialization in llvm-profdata. Compact profile whose MD5 is true would try to query `GUIDToFuncNameMap` then caused the crash. So fix this by switching to `getName`Reviewed By: MaskRay, wmi, wenlei, weihe, hoyDifferential Revision: https://reviews.llvm.org/D87740

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/compact-sample.proftext</description>
        <pubDate>Sun, 20 Sep 2020 23:50:08 +0000</pubDate>
        <dc:creator>wlei &lt;wlei@dev001.prn2.facebook.com&gt;</dc:creator>
    </item>
<item>
        <title>d3289544 - [llvm-profdata] Profile dump for compact binary format</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/compact-sample.proftext#d3289544</link>
        <description>[llvm-profdata] Profile dump for compact binary formatSummary: Fix &quot;llvm-profdata show&quot; so it can work with compact binary format profile. The change is to mark all functions &quot;used&quot; so SampleProfileReaderCompactBinary::read will read in all profiles available for dumping. The function names will be MD5 hash for compact binary format.Reviewers: wmi, davidxl, danielcdhSubscribers: hiraditya, llvm-commitsTags: #llvmDifferential Revision: https://reviews.llvm.org/D65162llvm-svn: 368731

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/compact-sample.proftext</description>
        <pubDate>Tue, 13 Aug 2019 17:56:08 +0000</pubDate>
        <dc:creator>Wenlei He &lt;aktoon@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
