<?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 debug-pass-structure.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>29363f80 - [test] Remove various legacy pass manager tests</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/debug-pass-structure.c#29363f80</link>
        <description>[test] Remove various legacy pass manager testsThe new PM been the default for a while and we&apos;re in the process of removing the legacy PM optimization pipeline.

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/debug-pass-structure.c</description>
        <pubDate>Mon, 11 Apr 2022 20:54:52 +0000</pubDate>
        <dc:creator>Arthur Eubanks &lt;aeubanks@google.com&gt;</dc:creator>
    </item>
<item>
        <title>61d418f9 - [test] Remove references to -fexperimental-new-pass-manager in tests</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/debug-pass-structure.c#61d418f9</link>
        <description>[test] Remove references to -fexperimental-new-pass-manager in testsThis has been the default for a while and we&apos;re in the process of removing the legacy PM optimization pipeline.

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/debug-pass-structure.c</description>
        <pubDate>Mon, 11 Apr 2022 20:14:22 +0000</pubDate>
        <dc:creator>Arthur Eubanks &lt;aeubanks@google.com&gt;</dc:creator>
    </item>
<item>
        <title>7de71613 - Use functions with prototypes when appropriate; NFC</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/debug-pass-structure.c#7de71613</link>
        <description>Use functions with prototypes when appropriate; NFCA significant number of our tests in C accidentally use functionswithout prototypes. This patch converts the function signatures to havea prototype for the situations where the test is not specific to K&amp;R Cdeclarations. e.g.,  void func();becomes  void func(void);This is the sixth batch of tests being updated (there are a significantnumber of other tests left to be updated).

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/debug-pass-structure.c</description>
        <pubDate>Wed, 09 Feb 2022 22:13:53 +0000</pubDate>
        <dc:creator>Aaron Ballman &lt;aaron@aaronballman.com&gt;</dc:creator>
    </item>
<item>
        <title>0c509dbc - [NewPM] Add options to PrintPassInstrumentation</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/debug-pass-structure.c#0c509dbc</link>
        <description>[NewPM] Add options to PrintPassInstrumentationTo bring D99599&apos;s implementation in line with the existingPrintPassInstrumentation, and to fix a FIXME, add more customizabilityto PrintPassInstrumentation.Introduce three new options. The first takes over the existing&quot;-debug-pass-manager-verbose&quot; cl::opt.The second and third option are specific to -fdebug-pass-structure. Theyallow indentation, and also don&apos;t print analysis queries.To avoid more golden file tests than necessary, prune down the-fdebug-pass-structure tests.Reviewed By: asbirleaDifferential Revision: https://reviews.llvm.org/D102196

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/debug-pass-structure.c</description>
        <pubDate>Fri, 07 May 2021 21:32:20 +0000</pubDate>
        <dc:creator>Arthur Eubanks &lt;aeubanks@google.com&gt;</dc:creator>
    </item>
<item>
        <title>20d0aca4 - [clang][Driver] Add -fintegrate-as to debug-pass-structure test</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/debug-pass-structure.c#20d0aca4</link>
        <description>[clang][Driver] Add -fintegrate-as to debug-pass-structure testCGProfilePass is not always on, it will be disabled when usingnon-intergrated assemblers.  // Only enable CGProfilePass when using integrated assembler, since  // non-integrated assemblers don&apos;t recognize .cgprofile section.  PMBuilder.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS;Add -fintegrate-as to make sure the output don&apos;t rely on the platform default.Reviewed By: evgeny777Differential Revision: https://reviews.llvm.org/D101918

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/debug-pass-structure.c</description>
        <pubDate>Wed, 05 May 2021 16:10:28 +0000</pubDate>
        <dc:creator>Jinsong Ji &lt;jji@us.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>2df3426f - [NewPM] Invalidate AAManager after populating GlobalsAA</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/debug-pass-structure.c#2df3426f</link>
        <description>[NewPM] Invalidate AAManager after populating GlobalsAAGlobalsAA is only created at the beginning of the inliner pipeline.  Ifan AAManager is cached from previous passes, it won&apos;t get rebuilt toinclude the newly created GlobalsAA.Reviewed By: mtrofinDifferential Revision: https://reviews.llvm.org/D101379

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/debug-pass-structure.c</description>
        <pubDate>Tue, 27 Apr 2021 15:56:11 +0000</pubDate>
        <dc:creator>Arthur Eubanks &lt;aeubanks@google.com&gt;</dc:creator>
    </item>
<item>
        <title>c81ec19f - Fix -fdebug-pass-structure test case</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/debug-pass-structure.c#c81ec19f</link>
        <description>Fix -fdebug-pass-structure test casePass structure can change when -O0 is given and extensions are used.

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/debug-pass-structure.c</description>
        <pubDate>Fri, 30 Apr 2021 07:18:23 +0000</pubDate>
        <dc:creator>Evgeny Leviant &lt;eleviant@accesssoftek.com&gt;</dc:creator>
    </item>
<item>
        <title>3eb2be67 - Unbreak no-asserts testing</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/debug-pass-structure.c#3eb2be67</link>
        <description>Unbreak no-asserts testing

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/debug-pass-structure.c</description>
        <pubDate>Thu, 29 Apr 2021 14:01:37 +0000</pubDate>
        <dc:creator>David Zarzycki &lt;dave@znu.io&gt;</dc:creator>
    </item>
<item>
        <title>6a0283d0 - [NewPM] Add an option to dump pass structure</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/debug-pass-structure.c#6a0283d0</link>
        <description>[NewPM] Add an option to dump pass structurePatch adds -debug-pass-structure option to dump pass structure whennew pass manager is used.Differential revision: https://reviews.llvm.org/D99599

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/debug-pass-structure.c</description>
        <pubDate>Thu, 29 Apr 2021 07:29:42 +0000</pubDate>
        <dc:creator>Evgeny Leviant &lt;eleviant@accesssoftek.com&gt;</dc:creator>
    </item>
</channel>
</rss>
