<?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 mod.rs</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>2a2e8f62 - Couple cleanups to the flags/settings handling in Cranelift (#11744)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs#2a2e8f62</link>
        <description>Couple cleanups to the flags/settings handling in Cranelift (#11744)* Remove unused shared flags* Get rid of predicate settingsThey were important in the old backend framework, but with the newbackend framework if we need a combination of multiple settings, thatcan just be done as a regular extractor doing &amp;&amp;. This simplifies thesettings implementation.

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs</description>
        <pubDate>Wed, 01 Oct 2025 14:17:11 +0000</pubDate>
        <dc:creator>bjorn3 &lt;17426603+bjorn3@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>4337ccd4 - riscv64: Support non 128bit vector sizes (#6266)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs#4337ccd4</link>
        <description>riscv64: Support non 128bit vector sizes (#6266)* riscv64: Add `Zvl` extensions* riscv64: Allow lowering SIMD operations that fit in a vector register* riscv64: Support non 128bit vector sizes* riscv64: Add Zvl Presets* riscv64: Precompute `min_vec_reg_size`

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs</description>
        <pubDate>Tue, 25 Apr 2023 14:50:00 +0000</pubDate>
        <dc:creator>Afonso Bordado &lt;afonso360@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>8ac04612 - cranelift: Remove predicate not macro branch (#5552)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs#8ac04612</link>
        <description>cranelift: Remove predicate not macro branch (#5552)

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs</description>
        <pubDate>Mon, 09 Jan 2023 20:19:30 +0000</pubDate>
        <dc:creator>Afonso Bordado &lt;afonso360@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>6b32fcfc - Remove Constraint</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs#6b32fcfc</link>
        <description>Remove Constraint

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs</description>
        <pubDate>Tue, 12 Oct 2021 13:05:45 +0000</pubDate>
        <dc:creator>bjorn3 &lt;bjorn3@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>3e4167ba - Remove registers from cranelift-codegen-meta</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs#3e4167ba</link>
        <description>Remove registers from cranelift-codegen-meta

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs</description>
        <pubDate>Mon, 21 Jun 2021 10:57:37 +0000</pubDate>
        <dc:creator>bjorn3 &lt;bjorn3@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>18bd27e9 - Remove legalizer support from cranelift-codegen-meta</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs#18bd27e9</link>
        <description>Remove legalizer support from cranelift-codegen-meta

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs</description>
        <pubDate>Mon, 21 Jun 2021 10:55:08 +0000</pubDate>
        <dc:creator>bjorn3 &lt;bjorn3@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>d4999336 - Remove encoding generation from cranelift-codegen-meta</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs#d4999336</link>
        <description>Remove encoding generation from cranelift-codegen-meta

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs</description>
        <pubDate>Mon, 21 Jun 2021 10:13:20 +0000</pubDate>
        <dc:creator>bjorn3 &lt;bjorn3@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>f1945664 - Add documentation for top-level items in cranelift-codegen/meta</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs#f1945664</link>
        <description>Add documentation for top-level items in cranelift-codegen/meta

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs</description>
        <pubDate>Thu, 31 Oct 2019 00:54:04 +0000</pubDate>
        <dc:creator>Andrew Brown &lt;andrew.brown@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>21aaf0c8 - [meta] Add cdsl facilities for encodings and recipes;</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs#21aaf0c8</link>
        <description>[meta] Add cdsl facilities for encodings and recipes;Co-authored-by: Benjamin Bouvier &lt;public@benj.me&gt;Co-authored-by: bjorn3 &lt;bjorn3@users.noreply.github.com&gt;

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs</description>
        <pubDate>Mon, 24 Jun 2019 14:48:31 +0000</pubDate>
        <dc:creator>Benjamin Bouvier &lt;public@benj.me&gt;</dc:creator>
    </item>
<item>
        <title>22a68234 - [meta] Rename cdsl/inst to cdsl/instructions;</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs#22a68234</link>
        <description>[meta] Rename cdsl/inst to cdsl/instructions;

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs</description>
        <pubDate>Tue, 30 Apr 2019 16:11:45 +0000</pubDate>
        <dc:creator>Benjamin Bouvier &lt;public@benj.me&gt;</dc:creator>
    </item>
<item>
        <title>390cfb37 - [meta] Use named predicates for x86 settings in the Rust crate too;</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs#390cfb37</link>
        <description>[meta] Use named predicates for x86 settings in the Rust crate too;And generate them using the same deterministic order that the Pythoncode uses.

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs</description>
        <pubDate>Tue, 16 Apr 2019 13:24:28 +0000</pubDate>
        <dc:creator>Benjamin Bouvier &lt;public@benj.me&gt;</dc:creator>
    </item>
<item>
        <title>1f21349c - [meta] Add CPU modes to the meta crate;</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs#1f21349c</link>
        <description>[meta] Add CPU modes to the meta crate;

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs</description>
        <pubDate>Thu, 18 Apr 2019 16:22:43 +0000</pubDate>
        <dc:creator>Benjamin Bouvier &lt;public@benj.me&gt;</dc:creator>
    </item>
<item>
        <title>494f3abf - [meta] Add type inference, transforms and AST helpers for legalization;</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs#494f3abf</link>
        <description>[meta] Add type inference, transforms and AST helpers for legalization;

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs</description>
        <pubDate>Thu, 18 Apr 2019 16:16:38 +0000</pubDate>
        <dc:creator>Benjamin Bouvier &lt;public@benj.me&gt;</dc:creator>
    </item>
<item>
        <title>3c31eac4 - [meta] Port Instruction/InstructionGroup to the Rust meta crate;</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs#3c31eac4</link>
        <description>[meta] Port Instruction/InstructionGroup to the Rust meta crate;

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs</description>
        <pubDate>Mon, 11 Mar 2019 18:36:45 +0000</pubDate>
        <dc:creator>Benjamin Bouvier &lt;public@benj.me&gt;</dc:creator>
    </item>
<item>
        <title>d59bef19 - [meta] Port Formats and Operands to the Rust crate;</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs#d59bef19</link>
        <description>[meta] Port Formats and Operands to the Rust crate;

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs</description>
        <pubDate>Mon, 11 Mar 2019 18:25:11 +0000</pubDate>
        <dc:creator>Benjamin Bouvier &lt;public@benj.me&gt;</dc:creator>
    </item>
<item>
        <title>146e0bd2 - [meta] Port Typevar to the Rust crate;</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs#146e0bd2</link>
        <description>[meta] Port Typevar to the Rust crate;

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs</description>
        <pubDate>Mon, 11 Mar 2019 18:26:32 +0000</pubDate>
        <dc:creator>Benjamin Bouvier &lt;public@benj.me&gt;</dc:creator>
    </item>
<item>
        <title>747ad3c4 - moved crates in lib/ to src/, renamed crates, modified some files&apos; text (#660)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs#747ad3c4</link>
        <description>moved crates in lib/ to src/, renamed crates, modified some files&apos; text (#660)moved crates in lib/ to src/, renamed crates, modified some files&apos; text (#660)

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/mod.rs</description>
        <pubDate>Mon, 28 Jan 2019 23:56:54 +0000</pubDate>
        <dc:creator>lazypassion &lt;25536767+lazypassion@users.noreply.github.com&gt;</dc:creator>
    </item>
</channel>
</rss>
