<?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 mangled_names.c.funcsig.expected</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b16a3b4f - [Clang] Add -no-opaque-pointers to more tests (NFC)</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected#b16a3b4f</link>
        <description>[Clang] Add -no-opaque-pointers to more tests (NFC)This adds the flag to more tests that were not caught by themass-migration in 532dc62b907554b3f07f17205674aa71e76fc863.

            List of files:
            /llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected</description>
        <pubDate>Thu, 07 Apr 2022 10:15:37 +0000</pubDate>
        <dc:creator>Nikita Popov &lt;npopov@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>1b1c8d83 - [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected#1b1c8d83</link>
        <description>[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by defaultTurning on `enable_noundef_analysis` flag allows better codegen by removing freeze instructions.I modified clang by renaming `enable_noundef_analysis` flag to `disable-noundef-analysis` and turning it off by default.Test updates are made as a separate patch: D108453Reviewed By: eugenisDifferential Revision: https://reviews.llvm.org/D105169

            List of files:
            /llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected</description>
        <pubDate>Sun, 16 Jan 2022 09:53:11 +0000</pubDate>
        <dc:creator>hyeongyu kim &lt;gusrb406@snu.ac.kr&gt;</dc:creator>
    </item>
<item>
        <title>fd9b0999 - Revert &quot;[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected#fd9b0999</link>
        <description>Revert &quot;[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default&quot;This reverts commit aacfbb953eb705af2ecfeb95a6262818fa85dd92.Revert &quot;Fix lit test failures in CodeGenCoroutines&quot;This reverts commit 63fff0f5bffe20fa2c84a45a41161afa0043cb34.

            List of files:
            /llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected</description>
        <pubDate>Mon, 08 Nov 2021 17:09:49 +0000</pubDate>
        <dc:creator>hyeongyu kim &lt;gusrb406@snu.ac.kr&gt;</dc:creator>
    </item>
<item>
        <title>aacfbb95 - [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected#aacfbb95</link>
        <description>[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by defaultTurning on `enable_noundef_analysis` flag allows better codegen by removing freeze instructions.I modified clang by renaming `enable_noundef_analysis` flag to `disable-noundef-analysis` and turning it off by default.Test updates are made as a separate patch: D108453Reviewed By: eugenisDifferential Revision: https://reviews.llvm.org/D105169[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default (2)This patch updates test files after D105169.Autogenerated test codes are changed by `utils/update_cc_test_checks.py,` and non-autogenerated test codes are changed as follows:(1) I wrote a python script that (partially) updates the tests using regex: {F18594904} The script is not perfect, but I believe it gives hints about which patterns are updated to have `noundef` attached.(2) The remaining tests are updated manually.Reviewed By: eugenisDifferential Revision: https://reviews.llvm.org/D108453Resolve lit failures in clang after 8ca4b3e&apos;s landFix lit test failures in clang-ppc* and clang-x64-windows-msvcFix missing failures in clang-ppc64be* and retry fixing clang-x64-windows-msvcFix internal_clone(aarch64) inline assembly

            List of files:
            /llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected</description>
        <pubDate>Fri, 15 Oct 2021 10:26:07 +0000</pubDate>
        <dc:creator>hyeongyukim &lt;gusrb406@snu.ac.kr&gt;</dc:creator>
    </item>
<item>
        <title>89ad2822 - Revert &quot;[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected#89ad2822</link>
        <description>Revert &quot;[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default&quot;This reverts commit 7584ef766a7219b6ee5a400637206d26e0fa98ac.

            List of files:
            /llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected</description>
        <pubDate>Sat, 06 Nov 2021 06:39:19 +0000</pubDate>
        <dc:creator>Juneyoung Lee &lt;aqjune@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7584ef76 - [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected#7584ef76</link>
        <description>[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by defaultTurning on `enable_noundef_analysis` flag allows better codegen by removing freeze instructions.I modified clang by renaming `enable_noundef_analysis` flag to `disable-noundef-analysis` and turning it off by default.Test updates are made as a separate patch: D108453Reviewed By: eugenisDifferential Revision: https://reviews.llvm.org/D105169

            List of files:
            /llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected</description>
        <pubDate>Sat, 06 Nov 2021 06:34:49 +0000</pubDate>
        <dc:creator>Juneyoung Lee &lt;aqjune@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f193bcc7 - Revert D105169 due to the two-stage failure in ASAN</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected#f193bcc7</link>
        <description>Revert D105169 due to the two-stage failure in ASANThis reverts the following commits:37ca7a795b277c20c02a218bf44052278c03344b9aa6c72b92b6c89cc6d23b693257df9af7de2d15705387c5074bcca36d626882462ebbc2bcc3bed48ca4b3ef19fe82d7ad6a6e1515317dcc01b4151580dba72a669b5416e97a42fd2c2a7bc5a6d3f44a

            List of files:
            /llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected</description>
        <pubDate>Mon, 18 Oct 2021 14:03:47 +0000</pubDate>
        <dc:creator>Juneyoung Lee &lt;aqjune@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8ca4b3ef - [Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default (2)</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected#8ca4b3ef</link>
        <description>[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default (2)This patch updates test files after D105169.Autogenerated test codes are changed by `utils/update_cc_test_checks.py,` and non-autogenerated test codes are changed as follows:(1) I wrote a python script that (partially) updates the tests using regex: {F18594904} The script is not perfect, but I believe it gives hints about which patterns are updated to have `noundef` attached.(2) The remaining tests are updated manually.Reviewed By: eugenisDifferential Revision: https://reviews.llvm.org/D108453

            List of files:
            /llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected</description>
        <pubDate>Fri, 15 Oct 2021 10:45:30 +0000</pubDate>
        <dc:creator>Juneyoung Lee &lt;aqjune@gmail.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/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.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/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.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>7128e647 - [UpdateTestChecks] include { in function signature check line</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected#7128e647</link>
        <description>[UpdateTestChecks] include { in function signature check lineAfter D85099, if we have attribute group in the function signature that hasn&apos;tbeen seen before, and later a callsite with the same attribute group, filecheck will evaluatethe first attribute group to for example &apos;#0 {&apos;. We now include { in the args_and_sig group to avoid this.Differential Revision: https://reviews.llvm.org/D86769

            List of files:
            /llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected</description>
        <pubDate>Fri, 28 Aug 2020 08:19:04 +0000</pubDate>
        <dc:creator>sstefan1 &lt;sstipanovic@s-energize.com&gt;</dc:creator>
    </item>
<item>
        <title>97ce7fd8 - [UpdateTestChecks] Match unnamed values like &quot;@[0-9]+&quot; and &quot;![0-9]+&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected#97ce7fd8</link>
        <description>[UpdateTestChecks] Match unnamed values like &quot;@[0-9]+&quot; and &quot;![0-9]+&quot;With this patch we will match most *uses* of &quot;temporary&quot; named things inthe IR via regular expressions, not their name at creation time. The new&quot;values&quot; we match are:  - &quot;unnamed&quot; globals: `@[0-9]+`  - debug metadata: `!dbg ![0-9]+`  - loop metadata: `!loop ![0-9]+`  - tbaa metadata: `!tbaa ![0-9]+`  - range metadata: `!range ![0-9]+`  - generic metadata: `metadata ![0-9]+`  - attributes groups: `#[0-9]`We still don&apos;t match the declarations but that can be done later. Thispatch can introduce churn when existing check lines contain the oldhardcoded versions of the above &quot;values&quot;. We can add a flag to opt-out,or opt-in, if necessary.Reviewed By: arichardson, MaskRayDifferential Revision: https://reviews.llvm.org/D85099

            List of files:
            /llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected</description>
        <pubDate>Mon, 10 Aug 2020 18:59:07 +0000</pubDate>
        <dc:creator>Johannes Doerfert &lt;johannes@jdoerfert.de&gt;</dc:creator>
    </item>
<item>
        <title>a80afc03 - [UpdateTestChecks] Add UTC_ARGS support for update_{llc,cc}_test_checks.py</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected#a80afc03</link>
        <description>[UpdateTestChecks] Add UTC_ARGS support for update_{llc,cc}_test_checks.pyhttps://reviews.llvm.org/D69701 added support for on-the-fly argumentchanges for update scripts. I recently wanted to keep some manual checklines in a test generated by update_cc_test_checks.py in our CHERI fork, sothis commit adds support for UTC_ARGS in update_cc_test_checks.py. And sinceI was refactoring the code to be in common.py, I also added it forupdate_llc_test_checks.py.Reviewed By: jdoerfert, MaskRayDifferential Revision: https://reviews.llvm.org/D78478

            List of files:
            /llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected</description>
        <pubDate>Wed, 08 Jul 2020 09:59:50 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;Alexander.Richardson@cl.cam.ac.uk&gt;</dc:creator>
    </item>
<item>
        <title>e5b87727 - [utils] change default nameless value to &quot;TMP&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected#e5b87727</link>
        <description>[utils] change default nameless value to &quot;TMP&quot;This is effectively reverting rGbfdc2552664d to avoid test churnwhile we figure out a better way forward.We at least salvage the warning on name conflict from that patchthough.If we change the default string again, we may want to mass updatetests at the same time. Alternatively, we could live with the poornaming if we change -instnamer.This also adds a test to LLVM as suggested in the post-commitreview. There&apos;s a clang test that is also affected. That seemslike a layering violation, but I have not looked at fixing that yet.Differential Revision: https://reviews.llvm.org/D80584

            List of files:
            /llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected</description>
        <pubDate>Mon, 01 Jun 2020 10:49:07 +0000</pubDate>
        <dc:creator>Sanjay Patel &lt;spatel@rotateright.com&gt;</dc:creator>
    </item>
<item>
        <title>dfbfdc96 - [utils] update expected strings in tests; NFC</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected#dfbfdc96</link>
        <description>[utils] update expected strings in tests; NFCThe script was changes with:https://github.com/llvm/llvm-project/commit/bfdc2552664d6f0bb332a9c6a115877020f3c1df

            List of files:
            /llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected</description>
        <pubDate>Sun, 31 May 2020 15:06:32 +0000</pubDate>
        <dc:creator>Sanjay Patel &lt;spatel@rotateright.com&gt;</dc:creator>
    </item>
<item>
        <title>61dd0603 - Move update_cc_test_checks.py tests to clang</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected#61dd0603</link>
        <description>Move update_cc_test_checks.py tests to clangHaving tests that depend on clang inside llvm/ are not a good idea sinceit can break incremental `ninja check-llvm`.Fixes https://llvm.org/PR44798Reviewed By: lebedev.ri, MaskRay, rsmithDifferential Revision: https://reviews.llvm.org/D74051

            List of files:
            /llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected</description>
        <pubDate>Fri, 14 Feb 2020 10:26:07 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;Alexander.Richardson@cl.cam.ac.uk&gt;</dc:creator>
    </item>
</channel>
</rss>
