<?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 generated_funcs.ll.generated.expected</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>40760060 - [test] Use -passes in lit tests for the UpdateTestChecks tool</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/generated_funcs.ll.generated.expected#40760060</link>
        <description>[test] Use -passes in lit tests for the UpdateTestChecks toolThe UpdateTestChecks tool itself does not care about which passmanager that is used in the opt invocation. So the lit tests thatare verifying the behavior of the UpdateTestChecks tool is updatedto use the new-PM syntax (-passes=) when specifying the pass pipelinein the test cases that are used for verifying the UpdateTestCheckstool.Differential Revision: https://reviews.llvm.org/D114517

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/generated_funcs.ll.generated.expected</description>
        <pubDate>Thu, 18 Nov 2021 15:51:19 +0000</pubDate>
        <dc:creator>Bjorn Pettersson &lt;bjorn.a.pettersson@ericsson.com&gt;</dc:creator>
    </item>
<item>
        <title>cd1bd6e5 - [Utils] Check for more global information in update_test_checks</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/generated_funcs.ll.generated.expected#cd1bd6e5</link>
        <description>[Utils] Check for more global information in update_test_checksThis allows to check for various globals (metadata/attributes/...) andalso resolves problems with globals (metadata/attributes/...) beingreused across different prefixes.Reviewed By: sstefan1Differential Revision: https://reviews.llvm.org/D94741

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/generated_funcs.ll.generated.expected</description>
        <pubDate>Fri, 15 Jan 2021 03:13:23 +0000</pubDate>
        <dc:creator>Johannes Doerfert &lt;johannes@jdoerfert.de&gt;</dc:creator>
    </item>
<item>
        <title>0628bea5 - Revert &quot;[PM/CC1] Add -f[no-]split-cold-code CC1 option to toggle splitting&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/generated_funcs.ll.generated.expected#0628bea5</link>
        <description>Revert &quot;[PM/CC1] Add -f[no-]split-cold-code CC1 option to toggle splitting&quot;This broke Chromium&apos;s PGO build, it seems because hot-cold-splitting got turnedon unintentionally. See comment on the code review for repro etc.&gt; This patch adds -f[no-]split-cold-code CC1 options to clang. This allows&gt; the splitting pass to be toggled on/off. The current method of passing&gt; `-mllvm -hot-cold-split=true` to clang isn&apos;t ideal as it may not compose&gt; correctly (say, with `-O0` or `-Oz`).&gt;&gt; To implement the -fsplit-cold-code option, an attribute is applied to&gt; functions to indicate that they may be considered for splitting. This&gt; removes some complexity from the old/new PM pipeline builders, and&gt; behaves as expected when LTO is enabled.&gt;&gt; Co-authored by: Saleem Abdulrasool &lt;compnerd@compnerd.org&gt;&gt; Differential Revision: https://reviews.llvm.org/D57265&gt; Reviewed By: Aditya Kumar, Vedant Kumar&gt; Reviewers: Teresa Johnson, Aditya Kumar, Fedor Sergeev, Philip Pfaffe, Vedant KumarThis reverts commit 273c299d5d649a0222fbde03c9a41e41913751b4.

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/generated_funcs.ll.generated.expected</description>
        <pubDate>Mon, 19 Oct 2020 10:23:22 +0000</pubDate>
        <dc:creator>Hans Wennborg &lt;hans@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>273c299d - [PM/CC1] Add -f[no-]split-cold-code CC1 option to toggle splitting</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/generated_funcs.ll.generated.expected#273c299d</link>
        <description>[PM/CC1] Add -f[no-]split-cold-code CC1 option to toggle splittingThis patch adds -f[no-]split-cold-code CC1 options to clang. This allowsthe splitting pass to be toggled on/off. The current method of passing`-mllvm -hot-cold-split=true` to clang isn&apos;t ideal as it may not composecorrectly (say, with `-O0` or `-Oz`).To implement the -fsplit-cold-code option, an attribute is applied tofunctions to indicate that they may be considered for splitting. Thisremoves some complexity from the old/new PM pipeline builders, andbehaves as expected when LTO is enabled.Co-authored by: Saleem Abdulrasool &lt;compnerd@compnerd.org&gt;Differential Revision: https://reviews.llvm.org/D57265Reviewed By: Aditya Kumar, Vedant KumarReviewers: Teresa Johnson, Aditya Kumar, Fedor Sergeev, Philip Pfaffe, Vedant Kumar

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/generated_funcs.ll.generated.expected</description>
        <pubDate>Tue, 13 Oct 2020 21:35:29 +0000</pubDate>
        <dc:creator>Vedant Kumar &lt;vsk@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>7c8bb409 - [UpdateCCTestChecks] Include generated functions if asked</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/generated_funcs.ll.generated.expected#7c8bb409</link>
        <description>[UpdateCCTestChecks] Include generated functions if askedAdd the --include-generated-funcs option to update_cc_test_checks.py so that anyfunctions created by the compiler that don&apos;t exist in the source will also bechecked.We need to maintain the output order of generated function checks so thatCHECK-LABEL works properly.  To do so, maintain a list of functions output foreach prefix in the order they are output.  Use this list to output checks forgenerated functions in the proper order.Differential Revision: https://reviews.llvm.org/D83004

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/generated_funcs.ll.generated.expected</description>
        <pubDate>Mon, 13 Jan 2020 18:16:35 +0000</pubDate>
        <dc:creator>David Greene &lt;dag@cray.com&gt;</dc:creator>
    </item>
</channel>
</rss>
