Skip to content

Tags: xdslproject/xdsl

Tags

v0.33

Toggle v0.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
misc: raise ValueError when getting owner of TestSSAValue (#4209)

v0.32.0

Toggle v0.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
misc: lint some markdown files in project (#4118)

v0.31.1

Toggle v0.31.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
misc: lint some markdown files in project (#4118)

v0.31.0

Toggle v0.31.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
misc: Python dialect codegen - operands and results (#4097)

Filling in the functionality - operands and results

v0.30.1

Toggle v0.30.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
backend: (riscv) RiscvRegisterQueue makes empty queue, add helper (#4060

)

As a step towards a generic register queue, I wanted to decouple the
init from the ABI default available and reserved registers.

v0.30.0

Toggle v0.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
backend: (riscv) RiscvRegisterQueue makes empty queue, add helper (#4060

)

As a step towards a generic register queue, I wanted to decouple the
init from the ABI default available and reserved registers.

v0.29.1

Toggle v0.29.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
backend: (riscv) RiscvRegisterQueue makes empty queue, add helper (#4060

)

As a step towards a generic register queue, I wanted to decouple the
init from the ABI default available and reserved registers.

v0.29.0

Toggle v0.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: use ubuntu-latest in ci-mlir (#4019)

actions/runner-images#11101

v0.28.0

Toggle v0.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: Add notebook for defining dialects (#3884)

Stacked PRs:
 * __->__#3884
 * #3883
 * #3882
 * #3881
 * #3886


--- --- ---

### docs: Add notebook for defining dialects

v0.27.0

Toggle v0.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
dialects: (builtin) fix formatting of module printing with attributes (

…#3789)

Instead of printing two spaces, print one.