Age | Commit message (Expand) | Author |
2020-01-31 | qbe: Make non-constant initializer expression a proper error | Michael Forney |
2020-01-30 | Add test for sizeof string literal | Michael Forney |
2020-01-30 | driver: Allow preprocessing C headers | Michael Forney |
2020-01-30 | decl: Better check for inline definitions | Michael Forney |
2020-01-30 | runtests: Count number of failing tests | Michael Forney |
2020-01-30 | Fix links to issue tracker | Michael Forney |
2020-01-30 | decl: Use list link to determine presence in tentative definition list | Michael Forney |
2020-01-30 | util: Remove unused listinsertlist | Michael Forney |
2020-01-30 | expr: String literals have complete type | Michael Forney |
2019-12-27 | expr: Disallow function/incomplete types and bit-fields in sizeof/_Alignof | Michael Forney |
2019-12-19 | Fix issue links in README | Michael Forney |
2019-12-14 | Update issue tracker link | Michael Forney |
2019-11-25 | Make debian-aarch64 build more robust to gcc version changes | Michael Forney |
2019-11-20 | driver: Pass -std=* through to the preprocessor | Michael Forney |
2019-11-19 | doc: Update binutils patch list | Michael Forney |
2019-11-19 | decl: Parse array size as an assignment-expression | Michael Forney |
2019-11-18 | Fix email address in build manifests | Michael Forney |
2019-11-17 | Fix build manifests for changed environment behavior | Michael Forney |
2019-11-17 | Update oasis software status | Michael Forney |
2019-11-17 | driver: phase -> stage | Michael Forney |
2019-11-17 | driver: Preprocess assembly files with .S extension | Michael Forney |
2019-08-17 | driver: Use LEN(phases) instead of NPHASES | Michael Forney |
2019-08-14 | Update qbe submodule | Michael Forney |
2019-08-13 | scan: Add `::` operator | Michael Forney |
2019-08-13 | Send mail to list on build job failure | Michael Forney |
2019-08-13 | Remove test corresponding to cast-same-type.qbe | Michael Forney |
2019-08-13 | decl: Allow _Static_assert with no message | Michael Forney |
2019-08-13 | decl: Separate _Static_assert handling to its own function | Michael Forney |
2019-08-12 | Revert "expr: Fix cast of same type" | Michael Forney |
2019-08-11 | Update oasis package list | Michael Forney |
2019-08-11 | decl: Allow enumerator values up to UINT_MAX | Michael Forney |
2019-08-11 | Update wiki URLs | Michael Forney |
2019-07-30 | Fix alpine-aarch64 build manifest | Michael Forney |
2019-07-11 | expr: Fix cast of same type | Michael Forney |
2019-07-10 | Remove comment for completed TODO | Michael Forney |
2019-07-10 | decl: Display message when _Static_assert fails | Michael Forney |
2019-07-08 | Fix link | Michael Forney |
2019-07-08 | Mention oasis packages in doc/software.md | Michael Forney |
2019-07-07 | Update binutils/gcc patch branch and descriptions | Michael Forney |
2019-07-07 | type: Ignore parameter qualifiers when determining type compatibility | Michael Forney |
2019-07-07 | Build annotations in continuous build | Michael Forney |
2019-07-07 | driver: Print error message when run with unsupported target | Michael Forney |
2019-07-06 | Handle argv = { NULL } in ARGBEGIN | Michael Forney |
2019-07-06 | Minor tweaks to arg.h | Michael Forney |
2019-07-06 | Mention mailing list in README.md | Michael Forney |
2019-07-06 | Update .gitignore for rename | Michael Forney |
2019-07-05 | Rename to cproc | Michael Forney |
2019-07-05 | Specify function name in error message | Michael Forney |
2019-07-05 | qbe: Handle K&R function definition argument promotion | Michael Forney |
2019-07-05 | qbe: Separate out value conversion from funcexpr | Michael Forney |