aboutsummaryrefslogtreecommitdiff
path: root/ops.h
AgeCommit message (Collapse)Author
2021-03-31qbe: Switch to fixed-size instruction structMichael 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-13Use instruction op for varargs call instead of "ellipsis" valueMichael Forney
2019-02-12Initial importMichael Forney