Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@garritfra garritfra released this 15 Dec 11:06
· 9 commits to main since this release
025e447

[2.1.0] - 2022-12-15

This release prepares the lib for the upcoming QBE 1.1.

Added

  • Type::size() can now correctly calculate the size of aggregate types
    (#12).
  • Function::add_block() returns a reference to the created block (#18)
  • Add blit instruction, in preparation for QBE release 1.1 (#20).

Changed

  • Type::Aggregate now takes a TypeDef instead of the name of a type
    (#12).
  • Deprecated Function::last_block() (#18)