Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-02 | qbe: Remove more unnecessary copy instructions | Michael Forney | |
Now that we don't track QBE types within values, we don't have to worry about generating incorrect SSA when passing an 'l' value to a function taking a 'w'. So we can just return the source value instead of emitting a dummy copy instruction. | |||
2021-05-02 | expr: Include NUL-terminator in string expression data | Michael Forney | |
This will facilitate the support of wide-string literals. Based on patch from Nihal Jere. | |||
2019-04-16 | tests -> test | Michael Forney | |