[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)