<?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 showExpansions.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a80d9ce5 - Speeding up llvm-cov export with multithreaded renderFiles implementation.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/showExpansions.cpp#a80d9ce5</link>
        <description>Speeding up llvm-cov export with multithreaded renderFiles implementation.Summary:CoverageExporterJson::renderFiles accounts for most of the execution time given a large profdata file with multiple binaries.Proposed solution is to generate JSON for each file in parallel and sort at the end to preserve deterministic output. Also added flags to skip generating parts of the output to trim the output size.Patch by Sajjad Mirza (@sajjadm).Reviewers: Dor1s, vskReviewed By: Dor1s, vskSubscribers: liaoyuke, mgrang, jdoerfert, llvm-commitsTags: #llvmDifferential Revision: https://reviews.llvm.org/D59277llvm-svn: 356178

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/showExpansions.cpp</description>
        <pubDate>Thu, 14 Mar 2019 17:49:27 +0000</pubDate>
        <dc:creator>Max Moroz &lt;mmoroz@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>9edfeac9 - [llvm-cov] Add an option which maps the location of source directories on another machine to your local copies</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/showExpansions.cpp#9edfeac9</link>
        <description>[llvm-cov] Add an option which maps the location of source directories on another machine to your local copiesSummary:This patch adds the -path-equivalence option (example: llvm-cov show -path-equivalence=/origin/path,/local/path) which maps the source code path from one machine to another when using `llvm-cov show`. This is similar to the -filename-equivalence option, but doesn&apos;t require you to specify all the source files on the command line.This allows you to generate the coverage data on one machine (e.g. in a CI system), and then use llvm-cov on another machine where you have the same code base on a different path.Reviewers: vskReviewed By: vskSubscribers: llvm-commitsDifferential Revision: https://reviews.llvm.org/D36391llvm-svn: 310827

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/showExpansions.cpp</description>
        <pubDate>Mon, 14 Aug 2017 10:20:12 +0000</pubDate>
        <dc:creator>Sean Eveson &lt;eveson.sean@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7101d73c - Retry: [llvm-cov] Add support for exporting coverage data to JSON</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/showExpansions.cpp#7101d73c</link>
        <description>Retry: [llvm-cov] Add support for exporting coverage data to JSONThis enables users to export coverage information as portable JSON for use byanalysis tools and storage in document based databases.The export sub-command is invoked just like the others:  llvm-cov export -instr-profile path/to/foo.profdata path/to/foo.binaryThe resulting JSON contains a list of files and functions. Every file objectcontains a list of segments, expansions, and a summary of the file&apos;s region,function, and line coverage. Every function object contains the function&apos;s nameand regions. There is also a total summary for the entire object file.Changes since the initial commit (r276813):  - Fixed the regexes in the tests to handle Windows filepaths.Patch by Eddie Hurtig!Differential Revision: https://reviews.llvm.org/D22651llvm-svn: 276818

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/showExpansions.cpp</description>
        <pubDate>Tue, 26 Jul 2016 22:50:58 +0000</pubDate>
        <dc:creator>Vedant Kumar &lt;vsk@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>e85353b8 - Revert &quot;[llvm-cov] Add support for exporting coverage data to JSON&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/showExpansions.cpp#e85353b8</link>
        <description>Revert &quot;[llvm-cov] Add support for exporting coverage data to JSON&quot;This reverts commit r276813. The Windows bots are complaining about someof the filename regexes in the tests:  http://bb.pgr.jp/builders/ninja-clang-i686-msc19-R/builds/5299llvm-svn: 276816

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/showExpansions.cpp</description>
        <pubDate>Tue, 26 Jul 2016 21:55:39 +0000</pubDate>
        <dc:creator>Vedant Kumar &lt;vsk@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>d5b7436c - [llvm-cov] Add support for exporting coverage data to JSON</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/showExpansions.cpp#d5b7436c</link>
        <description>[llvm-cov] Add support for exporting coverage data to JSONThis enables users to export coverage information as portable JSON for use byanalysis tools and storage in document based databases.The export sub-command is invoked just like the others:  llvm-cov export -instr-profile path/to/foo.profdata path/to/foo.binaryThe resulting JSON contains a list of files and functions. Every file objectcontains a list of segments, expansions, and a summary of the file&apos;s region,function, and line coverage. Every function object contains the function&apos;s nameand regions. There is also a total summary for the entire object file.Patch by Eddie Hurtig!Differential Revision: https://reviews.llvm.org/D22651llvm-svn: 276813

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/showExpansions.cpp</description>
        <pubDate>Tue, 26 Jul 2016 21:35:43 +0000</pubDate>
        <dc:creator>Vedant Kumar &lt;vsk@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>0a582d76 - InstrProf: Remove xfails for big-endian from coverage tests</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/showExpansions.cpp#0a582d76</link>
        <description>InstrProf: Remove xfails for big-endian from coverage testsThis still doesn&apos;t actually work correctly for big endian input files,but since these tests all use little endian input files they don&apos;tactually fail. I&apos;ll be committing a real fix for big endian soon, butI don&apos;t have proper tests for it yet.llvm-svn: 232354

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/showExpansions.cpp</description>
        <pubDate>Mon, 16 Mar 2015 07:29:49 +0000</pubDate>
        <dc:creator>Justin Bogner &lt;mail@justinbogner.com&gt;</dc:creator>
    </item>
<item>
        <title>a829fde1 - llvm-cov: Prevent a test from matching its own check lines</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/showExpansions.cpp#a829fde1</link>
        <description>llvm-cov: Prevent a test from matching its own check linesSince llvm-cov shows the source file in its output, be careful aboutpotentially matching the check lines themselves.llvm-svn: 218138

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/showExpansions.cpp</description>
        <pubDate>Fri, 19 Sep 2014 19:04:08 +0000</pubDate>
        <dc:creator>Justin Bogner &lt;mail@justinbogner.com&gt;</dc:creator>
    </item>
<item>
        <title>5cbed6e0 - llvm-cov: Push some more debug output into the View (NFC)</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/showExpansions.cpp#5cbed6e0</link>
        <description>llvm-cov: Push some more debug output into the View (NFC)llvm-svn: 217984

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/showExpansions.cpp</description>
        <pubDate>Wed, 17 Sep 2014 21:48:52 +0000</pubDate>
        <dc:creator>Justin Bogner &lt;mail@justinbogner.com&gt;</dc:creator>
    </item>
<item>
        <title>92bb3023 - llvm-cov: Make debug output more consistent</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/showExpansions.cpp#92bb3023</link>
        <description>llvm-cov: Make debug output more consistentThis changes the debug output of the llvm-cov tool to consistentlywrite to stderr, and moves the highlighting output closer to whereit&apos;s relevant.llvm-svn: 217838

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/showExpansions.cpp</description>
        <pubDate>Mon, 15 Sep 2014 22:23:29 +0000</pubDate>
        <dc:creator>Justin Bogner &lt;mail@justinbogner.com&gt;</dc:creator>
    </item>
<item>
        <title>3d7260e7 - Revert &quot;llvm-cov: Remove an overly system specific test&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/showExpansions.cpp#3d7260e7</link>
        <description>Revert &quot;llvm-cov: Remove an overly system specific test&quot;This fixes a call to sys::fs::equivalent that should&apos;ve been toCodeCoverageTool::equivalentFiles, which lets us restore the test ofr217476 that was removed in r217478.This reverts r217478, but the test works this time.llvm-svn: 217646

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/showExpansions.cpp</description>
        <pubDate>Thu, 11 Sep 2014 23:20:48 +0000</pubDate>
        <dc:creator>Justin Bogner &lt;mail@justinbogner.com&gt;</dc:creator>
    </item>
<item>
        <title>3f81d495 - llvm-cov: Fix a misuse of ArrayRef::slice I introduced in r217430</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-cov/showExpansions.cpp#3f81d495</link>
        <description>llvm-cov: Fix a misuse of ArrayRef::slice I introduced in r217430It appears this code was completely untested, so using ArrayRef wrongdidn&apos;t break anything obvious.llvm-svn: 217476

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-cov/showExpansions.cpp</description>
        <pubDate>Wed, 10 Sep 2014 06:06:07 +0000</pubDate>
        <dc:creator>Justin Bogner &lt;mail@justinbogner.com&gt;</dc:creator>
    </item>
</channel>
</rss>
