Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-22 | Update test for DBL_DECIMAL_DIG | Michael Forney | |
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-05-29 | Temporarily avoid %a when printing floating constants | Michael Forney | |
This is C99, but is not supported by fscanf in OpenBSD, so floating constants can't be read back in by QBE. | |||
2019-04-16 | tests -> test | Michael Forney | |