Skip to content

Tags: bytecodealliance/regalloc2

Tags

v0.12.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 0.12.0. (#221)

v0.11.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 0.11.3. (#215)

Includes fix from #214.

v0.11.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 0.11.2. (#213)

Includes fix from #212.

v0.11.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 0.11.1. (#205)

Includes #204 to fix a performance regression with Rust 1.81's new
standard library sort function.

v0.11.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump to version 0.11.0. (#201)

This includes two major updates:

- The new single-pass fast allocator (#181);
- An ability to reuse allocations across runs (#196).

v0.10.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to 0.10.2 (#193)

Bump to version 0.10.2 to include the fix from #192.

v0.10.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 0.10.1. (#189)

As per #188, a new point-release that includes a version-bump of
`rustc-hash` (and no other changes).

v0.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump to 0.10.0 (#187)

Release version 0.10.0, which includes removing support for
`InstRange::backwards` and support for generating safe points.

v0.9.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release version 0.9.4 (#184)

There have been a lot of changes since the 0.9.3 release, and it looks
like they improve the quality of generated code in cranelift. Let's
release 0.9.4!

v0.9.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump to version 0.9.3 (#166)

The current change set has been baking for a while, and it removes a lot
of moves in the cranelift test suite.