<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in invalid-stack-size.test</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>fd1c894a4a3690b2e500bfdf71194e9cc3f1b399 - [lld][WebAssembly] Convert some lld tests to assembly</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lld/test/wasm/invalid-stack-size.test#fd1c894a4a3690b2e500bfdf71194e9cc3f1b399</link>
        <description>[lld][WebAssembly] Convert some lld tests to assemblyWhen we originally wrote these tests we didn&apos;t have a stable andfleshed out assembly format.  Now we do so we should prefer thatover llvm ir for lld tests to avoid including more part of llvmthan necessary in order to run the test.This change converts just 30 out of about 130 test files. More tocome when I have some more time.Differential Revision: https://reviews.llvm.org/D80361

            List of files:
            /llvm-project/lld/test/wasm/invalid-stack-size.test</description>
        <pubDate>Thu, 21 May 2020 04:35:18 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>752494bfe3f04c8d329dfa8ac671b26e0115069c - [WebAssembly] Check function signatures by default</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lld/test/wasm/invalid-stack-size.test#752494bfe3f04c8d329dfa8ac671b26e0115069c</link>
        <description>[WebAssembly] Check function signatures by defaultBut only produce a warning (for now) unless --fatal-warningsis passed.Differential Revision: https://reviews.llvm.org/D46484llvm-svn: 331574

            List of files:
            /llvm-project/lld/test/wasm/invalid-stack-size.test</description>
        <pubDate>Sat, 05 May 2018 01:23:07 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>f05124e60c804bf919cd688130a96ab7fe61cd1c - Use wasm-ld instead of &quot;lld -flavor wasm&quot;.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lld/test/wasm/invalid-stack-size.test#f05124e60c804bf919cd688130a96ab7fe61cd1c</link>
        <description>Use wasm-ld instead of &quot;lld -flavor wasm&quot;.Invoking lld as ld.lld, ld.ld64, lld-link or wasm-ld is preferredthan invoking lld as lld and pass an -flavor option. We have &quot;lld&quot;file mostly for historical reasons.Differential Revision: https://reviews.llvm.org/D43407llvm-svn: 325405

            List of files:
            /llvm-project/lld/test/wasm/invalid-stack-size.test</description>
        <pubDate>Fri, 16 Feb 2018 22:58:02 +0000</pubDate>
        <dc:creator>Rui Ueyama &lt;ruiu@google.com&gt;</dc:creator>
    </item>
<item>
        <title>279c850cf295c9a6f043d50552c77f4867999cb3 - [WebAssembly] Fix signature mismatches in test code</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lld/test/wasm/invalid-stack-size.test#279c850cf295c9a6f043d50552c77f4867999cb3</link>
        <description>[WebAssembly] Fix signature mismatches in test codePass --check-signatures to test executions of lld andfix resulting errors.Differential Revision: https://reviews.llvm.org/D42661llvm-svn: 324042

            List of files:
            /llvm-project/lld/test/wasm/invalid-stack-size.test</description>
        <pubDate>Fri, 02 Feb 2018 00:30:03 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>5489b9f1cfa76e064e8885aaca2d89690edd24a5 - [WebAssembly] Reduce redundancy in tests</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lld/test/wasm/invalid-stack-size.test#5489b9f1cfa76e064e8885aaca2d89690edd24a5</link>
        <description>[WebAssembly] Reduce redundancy in testsAdd a simple start entry point input file and have the testsreference that rather than duplicating these.This allows more tests to be pure `.test` files rather than`.ll`.Differential Revision: https://reviews.llvm.org/D42662llvm-svn: 323838

            List of files:
            /llvm-project/lld/test/wasm/invalid-stack-size.test</description>
        <pubDate>Wed, 31 Jan 2018 00:13:26 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>bd0416d0c059512877c928776b56207fc359e345 - [WebAssemlby] Fix typo in target triple used in tests</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lld/test/wasm/invalid-stack-size.test#bd0416d0c059512877c928776b56207fc359e345</link>
        <description>[WebAssemlby] Fix typo in target triple used in testsllvm-svn: 321044

            List of files:
            /llvm-project/lld/test/wasm/invalid-stack-size.test</description>
        <pubDate>Tue, 19 Dec 2017 00:18:16 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>c94d393ad52b6698b15400ee7a33a68b4bda274b - [WebAssembly] Initial wasm linker implementation</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lld/test/wasm/invalid-stack-size.test#c94d393ad52b6698b15400ee7a33a68b4bda274b</link>
        <description>[WebAssembly] Initial wasm linker implementationThis linker backend is still a work in progress but isenough to link simple programs including linking againstlibrary archives.Differential Revision: https://reviews.llvm.org/D34851llvm-svn: 318539

            List of files:
            /llvm-project/lld/test/wasm/invalid-stack-size.test</description>
        <pubDate>Fri, 17 Nov 2017 18:14:09 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
</channel>
</rss>
