Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-01 | qbe: Remove unnecessary distinction between loaduw and loadsw | Michael Forney | |
We always store the result to a w temporary, so there is no difference. In fact, QBE provides loadw as an alias for loadsw precisely for this reason. | |||
2021-03-31 | qbe: Switch to fixed-size instruction struct | Michael Forney | |
Move jump and phi instructions to struct block, and function arguments to their own instruction. This will facilitate allocating instructions as an array. | |||
2019-03-13 | Use instruction op for varargs call instead of "ellipsis" value | Michael Forney | |
2019-02-12 | Initial import | Michael Forney | |