<?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 Pipeline.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>97579dcc - [MCA] Introducing incremental SourceMgr and resumable pipeline</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/lib/MCA/Pipeline.cpp#97579dcc</link>
        <description>[MCA] Introducing incremental SourceMgr and resumable pipelineThe new resumable mca::Pipeline capability introduced in this patchallows users to save the current state of pipeline and resume from thevery checkpoint.It is better (but not require) to use with the new IncrementalSourceMgr,where users can add mca::Instruction incrementally rather than having afixed number of instructions ahead-of-time.Note that we&apos;re using unit tests to test these new features. Becauseintegrating them into the `llvm-mca` tool will make too many churns.Differential Revision: https://reviews.llvm.org/D127083

            List of files:
            /llvm-project-15.0.7/llvm/lib/MCA/Pipeline.cpp</description>
        <pubDate>Mon, 30 May 2022 23:50:09 +0000</pubDate>
        <dc:creator>Min-Yih Hsu &lt;minyihh@uci.edu&gt;</dc:creator>
    </item>
<item>
        <title>44a13f33 - Revert &quot;[MCA][NFC] Remove redundant calls to std::move.&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/lib/MCA/Pipeline.cpp#44a13f33</link>
        <description>Revert &quot;[MCA][NFC] Remove redundant calls to std::move.&quot;This reverts commit 9cc0023fb863194be526f0bf19bd21e36236c5f6.due to buildbot failures.

            List of files:
            /llvm-project-15.0.7/llvm/lib/MCA/Pipeline.cpp</description>
        <pubDate>Thu, 26 Aug 2021 18:53:17 +0000</pubDate>
        <dc:creator>Andrea Di Biagio &lt;andrea.dibiagio@sony.com&gt;</dc:creator>
    </item>
<item>
        <title>9cc0023f - [MCA][NFC] Remove redundant calls to std::move.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/lib/MCA/Pipeline.cpp#9cc0023f</link>
        <description>[MCA][NFC] Remove redundant calls to std::move.This fixes some redundant move in return statement [-Wredundant-move] gcc 9.3.0warnings.This also fixes a minor coverity issue reported agaist class MCAOperand aboutthe lack of proper initialization for field Index.No functional change intended.

            List of files:
            /llvm-project-15.0.7/llvm/lib/MCA/Pipeline.cpp</description>
        <pubDate>Thu, 26 Aug 2021 18:43:18 +0000</pubDate>
        <dc:creator>Andrea Di Biagio &lt;andrea.dibiagio@sony.com&gt;</dc:creator>
    </item>
<item>
        <title>c55cf4af - Revert &quot;Remove redundant &quot;std::move&quot;s in return statements&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/lib/MCA/Pipeline.cpp#c55cf4af</link>
        <description>Revert &quot;Remove redundant &quot;std::move&quot;s in return statements&quot;The build failed with  error: call to deleted constructor of &apos;llvm::Error&apos;errors.This reverts commit 1c2241a7936bf85aa68aef94bd40c3ba77d8ddf2.

            List of files:
            /llvm-project-15.0.7/llvm/lib/MCA/Pipeline.cpp</description>
        <pubDate>Mon, 10 Feb 2020 15:06:45 +0000</pubDate>
        <dc:creator>Bill Wendling &lt;isanbard@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1c2241a7 - Remove redundant &quot;std::move&quot;s in return statements</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/lib/MCA/Pipeline.cpp#1c2241a7</link>
        <description>Remove redundant &quot;std::move&quot;s in return statements

            List of files:
            /llvm-project-15.0.7/llvm/lib/MCA/Pipeline.cpp</description>
        <pubDate>Mon, 10 Feb 2020 13:18:09 +0000</pubDate>
        <dc:creator>Bill Wendling &lt;isanbard@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a194656f - [MCA] Fix -Wparentheses warning breaking the -Werror build.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/lib/MCA/Pipeline.cpp#a194656f</link>
        <description>[MCA] Fix -Wparentheses warning breaking the -Werror build.Waring was introduced at r357074.llvm-svn: 357085

            List of files:
            /llvm-project-15.0.7/llvm/lib/MCA/Pipeline.cpp</description>
        <pubDate>Wed, 27 Mar 2019 16:22:36 +0000</pubDate>
        <dc:creator>Andrea Di Biagio &lt;Andrea_DiBiagio@sn.scee.net&gt;</dc:creator>
    </item>
<item>
        <title>333a3264 - [MCA][Pipeline] Don&apos;t visit stages in reverse order when calling method cycleEnd(). NFCI</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/lib/MCA/Pipeline.cpp#333a3264</link>
        <description>[MCA][Pipeline] Don&apos;t visit stages in reverse order when calling method cycleEnd(). NFCIThere is no reason why stages should be visited in reverse order.This patch allows the definition of stages that push instructions forward fromtheir cycleEnd() routine.llvm-svn: 357074

            List of files:
            /llvm-project-15.0.7/llvm/lib/MCA/Pipeline.cpp</description>
        <pubDate>Wed, 27 Mar 2019 15:41:53 +0000</pubDate>
        <dc:creator>Andrea Di Biagio &lt;Andrea_DiBiagio@sn.scee.net&gt;</dc:creator>
    </item>
<item>
        <title>2946cd70 - Update the file headers across all of the LLVM projects in the monorepo</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/lib/MCA/Pipeline.cpp#2946cd70</link>
        <description>Update the file headers across all of the LLVM projects in the monorepoto reflect the new license.We understand that people may be surprised that we&apos;re moving the headerentirely to discuss the new license. We checked this carefully with theFoundation&apos;s lawyer and we believe this is the correct approach.Essentially, all code in the project is now made available by the LLVMproject under our new license, so you will see that the license headersinclude that license only. Some of our contributors have contributedcode under our old license, and accordingly, we have retained a copy ofour old license notice in the top-level files in each project andrepository.llvm-svn: 351636

            List of files:
            /llvm-project-15.0.7/llvm/lib/MCA/Pipeline.cpp</description>
        <pubDate>Sat, 19 Jan 2019 08:50:56 +0000</pubDate>
        <dc:creator>Chandler Carruth &lt;chandlerc@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>97ed076d - [MCA] Fix wrong definition of ResourceUnitMask in DefaultResourceStrategy.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/lib/MCA/Pipeline.cpp#97ed076d</link>
        <description>[MCA] Fix wrong definition of ResourceUnitMask in DefaultResourceStrategy.Field ResourceUnitMask was incorrectly defined as a &apos;const unsigned&apos; mask. Itshould have been a 64 bit quantity instead. That means, ResourceUnitMask wasalways implicitly truncated to a 32 bit quantity.This issue has been found by inspection. Surprisingly, that bug was latent, andit never negatively affected any existing upstream targets.This patch fixes  the wrong definition of ResourceUnitMask, and adds a bunch ofextra debug prints to help debugging potential issues related to invalidprocessor resource masks.llvm-svn: 350820

            List of files:
            /llvm-project-15.0.7/llvm/lib/MCA/Pipeline.cpp</description>
        <pubDate>Thu, 10 Jan 2019 13:59:13 +0000</pubDate>
        <dc:creator>Andrea Di Biagio &lt;Andrea_DiBiagio@sn.scee.net&gt;</dc:creator>
    </item>
<item>
        <title>cc5e6a72 - [llvm-mca] Move llvm-mca library to llvm/lib/MCA.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/lib/MCA/Pipeline.cpp#cc5e6a72</link>
        <description>[llvm-mca] Move llvm-mca library to llvm/lib/MCA.Summary: See PR38731.Reviewers: andreadbSubscribers: mgorny, javed.absar, tschuett, gbedwell, andreadb, RKSimon, llvm-commitsDifferential Revision: https://reviews.llvm.org/D55557llvm-svn: 349332

            List of files:
            /llvm-project-15.0.7/llvm/lib/MCA/Pipeline.cpp</description>
        <pubDate>Mon, 17 Dec 2018 08:08:31 +0000</pubDate>
        <dc:creator>Clement Courbet &lt;courbet@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
