<?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 array-fill.ll</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>122b0220 - [WebAssembly] Remove datalayout strings from llc tests</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll#122b0220</link>
        <description>[WebAssembly] Remove datalayout strings from llc testsThe data layout strings do not have any effect on llc tests and will becomemisleadingly out of date as we continue to update the canonical data layout, soremove them from the tests.Differential Revision: https://reviews.llvm.org/D105842

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll</description>
        <pubDate>Wed, 14 Jul 2021 18:17:08 +0000</pubDate>
        <dc:creator>Thomas Lively &lt;tlively@google.com&gt;</dc:creator>
    </item>
<item>
        <title>3f34e1b8 - [WebAssembly] Merge used feature sets, update atomics linkage policy</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll#3f34e1b8</link>
        <description>[WebAssembly] Merge used feature sets, update atomics linkage policySummary:It does not currently make sense to use WebAssembly features in some functionsbut not others, so this CL adds an IR pass that takes the union of all usedfeature sets and applies it to each function in the module. This allows us toprevent atomics from being lowered away if some function has opted in to usingthem. When atomics is not enabled anywhere, we detect whether there exists anyatomic operations or thread local storage that would be stripped and disallowlinking with objects that contain atomics if and only if atomics or tls arestripped. When atomics is enabled, mark it as used but do not require it ofother objects in the link. These changes allow libraries that do not use atomicsto be built once and linked into both single-threaded and multithreadedbinaries.Reviewers: aheejin, sbc100, dschuffSubscribers: jgravelle-google, hiraditya, sunfish, jfb, llvm-commitsTags: #llvmDifferential Revision: https://reviews.llvm.org/D59625llvm-svn: 357226

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll</description>
        <pubDate>Fri, 29 Mar 2019 00:14:01 +0000</pubDate>
        <dc:creator>Thomas Lively &lt;tlively@google.com&gt;</dc:creator>
    </item>
<item>
        <title>f6f4f843 - [WebAssembly] Target features section</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll#f6f4f843</link>
        <description>[WebAssembly] Target features sectionSummary:Implements a new target features section in assembly and object filesthat records what features are used, required, and disallowed inWebAssembly objects. The linker uses this information to ensure thatall objects participating in a link are feature-compatible and recordsthe set of used features in the output binary for use by optimizersand other tools later in the toolchain.The &quot;atomics&quot; feature is always required or disallowed to preventlinking code with stripped atomics into multithreaded binaries. Otherfeatures are marked used if they are enabled globally or on anyfunction in a module.Future CLs will add linker flags for ignoring feature compatibilitychecks and for specifying the set of allowed features, implement usingthe presence of the &quot;atomics&quot; feature to control the type of memoryand segments in the linked binary, and add front-end flags forrelaxing the linkage policy for atomics.Reviewers: aheejin, sbc100, dschuffSubscribers: jgravelle-google, hiraditya, sunfish, mgrang, jfb, jdoerfert, llvm-commitsTags: #llvmDifferential Revision: https://reviews.llvm.org/D59173llvm-svn: 356610

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll</description>
        <pubDate>Wed, 20 Mar 2019 20:26:45 +0000</pubDate>
        <dc:creator>Thomas Lively &lt;tlively@google.com&gt;</dc:creator>
    </item>
<item>
        <title>3c20b34d - [WebAssembly] Remove trailing whitespaces in tests (NFC)</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll#3c20b34d</link>
        <description>[WebAssembly] Remove trailing whitespaces in tests (NFC)Reviewers: sbc100Subscribers: dschuff, jgravelle-google, sunfish, llvm-commitsTags: #llvmDifferential Revision: https://reviews.llvm.org/D58955llvm-svn: 355472

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll</description>
        <pubDate>Wed, 06 Mar 2019 02:00:22 +0000</pubDate>
        <dc:creator>Heejin Ahn &lt;aheejin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>56c587ad - [WebAssembly] Store section alignment as a power of 2</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll#56c587ad</link>
        <description>[WebAssembly] Store section alignment as a power of 2This change bumps for version number of the wasm object filemetadata.See https://github.com/WebAssembly/tool-conventions/pull/92Differential Revision: https://reviews.llvm.org/D56758llvm-svn: 351285

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll</description>
        <pubDate>Wed, 16 Jan 2019 01:34:48 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>a5908009 - [WebAsembly] Update default triple in test files to wasm32-unknown-unkown.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll#a5908009</link>
        <description>[WebAsembly] Update default triple in test files to wasm32-unknown-unkown.Summary: The final -wasm component has been the default for some time now.Subscribers: jfb, dschuff, jgravelle-google, eraman, aheejin, JDevlieghere, sunfish, llvm-commitsDifferential Revision: https://reviews.llvm.org/D46342llvm-svn: 332007

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll</description>
        <pubDate>Thu, 10 May 2018 17:49:11 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>6bb5a41f - [WebAssembly] Add version to object file metadata</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll#6bb5a41f</link>
        <description>[WebAssembly] Add version to object file metadataSummary: See https://github.com/WebAssembly/tool-conventions/issues/54Subscribers: jfb, dschuff, jgravelle-google, aheejin, sunfish, llvm-commitsDifferential Revision: https://reviews.llvm.org/D46069llvm-svn: 330969

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll</description>
        <pubDate>Thu, 26 Apr 2018 18:15:32 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>86b4a09a - [WebAssembly] Remove DataSize from linking metadata section</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll#86b4a09a</link>
        <description>[WebAssembly] Remove DataSize from linking metadata sectionNeither the linker nor the runtime need this informationanymore.  We were originally using this to model BSS sizebut the plan is now to use the segment metadata to allowfor BSS segments.Differential Revision: https://reviews.llvm.org/D41366llvm-svn: 326267

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll</description>
        <pubDate>Tue, 27 Feb 2018 23:57:37 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>6c899ba6 - [WebAssembly] Add first claass symbol table to wasm objects</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll#6c899ba6</link>
        <description>[WebAssembly] Add first claass symbol table to wasm objectsThis is combination of two patches by Nicholas Wilson:  1. https://reviews.llvm.org/D41954  2. https://reviews.llvm.org/D42495Along with a few local modifications:- One change I made was to add the UNDEFINED bit to the binary format  to avoid the extra byte used when writing data symbols.  Although this  bit is redundant for other symbols types (i.e. undefined can be  implied if a function or global is a wasm import)- I prefer to be explicit and consistent and not have derived flags.- Some field renaming.- Some reverting of unrelated minor changes.- No test output differences.Differential Revision: https://reviews.llvm.org/D43147llvm-svn: 325860

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll</description>
        <pubDate>Fri, 23 Feb 2018 05:08:34 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>0fc5599f - [WebAssembly] Use bitfield types in wasm YAML representation</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll#0fc5599f</link>
        <description>[WebAssembly] Use bitfield types in wasm YAML representationDifferential Revision: https://reviews.llvm.org/D41202llvm-svn: 320642

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll</description>
        <pubDate>Wed, 13 Dec 2017 22:02:25 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>223e2d4f - [WebAssembly] Update MC tests now that hidden attr is supported</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll#223e2d4f</link>
        <description>[WebAssembly] Update MC tests now that hidden attr is supportedSummary:Support was added in rL319488 but these tests were notupdated.Subscribers: jfb, dschuff, jgravelle-google, aheejin, sunfishDifferential Revision: https://reviews.llvm.org/D40693llvm-svn: 319510

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll</description>
        <pubDate>Fri, 01 Dec 2017 01:18:47 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>63ebb813 - [WebAssembly] Allow each data segment to specify its own alignment</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll#63ebb813</link>
        <description>[WebAssembly] Allow each data segment to specify its own alignmentAlso, add a flags field as we will almost certainlybe needing that soon too.Differential Revision: https://reviews.llvm.org/D38296llvm-svn: 314534

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll</description>
        <pubDate>Fri, 29 Sep 2017 16:50:08 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>d95ed959 - Reland &quot;[WebAssembly] Add support for naming wasm data segments&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll#d95ed959</link>
        <description>Reland &quot;[WebAssembly] Add support for naming wasm data segments&quot;Add adds support for naming data segments.  This is usefuluseful linkers so that they can merge similar sections.Differential Revision: https://reviews.llvm.org/D37886llvm-svn: 313795

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll</description>
        <pubDate>Wed, 20 Sep 2017 19:03:35 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>b487bf45 - Reverting due to Green Dragon bot failure.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll#b487bf45</link>
        <description>Reverting due to Green Dragon bot failure.http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-incremental/42594/llvm-svn: 313706

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll</description>
        <pubDate>Wed, 20 Sep 2017 01:21:02 +0000</pubDate>
        <dc:creator>Mike Edwards &lt;mike@sqlby.me&gt;</dc:creator>
    </item>
<item>
        <title>b292c259 - [WebAssembly] Add support for naming wasm data segments</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll#b292c259</link>
        <description>[WebAssembly] Add support for naming wasm data segmentsAdd adds support for naming data segments.  This is usefuluseful linkers so that they can merge similar sections.Differential Revision: https://reviews.llvm.org/D37886llvm-svn: 313692

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll</description>
        <pubDate>Tue, 19 Sep 2017 23:00:57 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>b03c2b4b - [WebAssembly] Use the correct size for MCFillFragment</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll#b03c2b4b</link>
        <description>[WebAssembly] Use the correct size for MCFillFragmentSummary: When implementing MCFillFragment, use the size of the fragment,rather than the size of the section.Patch by Dan GohmanDifferential Revision: https://reviews.llvm.org/D35090llvm-svn: 307565

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/WebAssembly/array-fill.ll</description>
        <pubDate>Mon, 10 Jul 2017 18:36:34 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
</channel>
</rss>
