Age | Commit message (Expand) | Author |
2019-03-13 | Drop base parameter from mktype | Michael Forney |
2019-03-13 | Use instruction op for varargs call instead of "ellipsis" value | Michael Forney |
2019-03-13 | Update __PRETTY_FUNCTION__ comment | Michael Forney |
2019-03-13 | Make `struct function` opaque | Michael Forney |
2019-03-12 | Allow string literals to initialize any array with character type | Michael Forney |
2019-03-12 | Implement __builtin_constant_p | Michael Forney |
2019-03-12 | Sort built-ins | Michael Forney |
2019-03-12 | scan: Add support for prefixed string literals and character constants | Michael Forney |
2019-03-12 | scan: Accept leading `.` in pp-number | Michael Forney |
2019-03-12 | Revert "Zero uninitialized decls/returns." | Michael Forney |
2019-03-03 | Fix emittype for qualified nested struct | Michael Forney |
2019-03-01 | init: Check for incomplete types | Michael Forney |
2019-03-01 | Array element cannot have incomplete or function type | Michael Forney |
2019-03-01 | Add -M and -MM to support our own makefile. | Andrew Chambers |
2019-02-28 | Set __GNUC__=3 and __GNUC_MINOR__=3 by default | Michael Forney |
2019-02-27 | Implement __typeof__. | Andrew Chambers |
2019-02-26 | Use funcinst macro in a few more places | Michael Forney |
2019-02-26 | Simplify common funcinst case. | Andrew Chambers |
2019-02-26 | Zero uninitialized decls/returns. | Andrew Chambers |
2019-02-26 | Don't add zero offsets when zeroing. | Andrew Chambers |
2019-02-25 | Use a stack of scanners | Michael Forney |
2019-02-24 | Remove obsolete function declaration | Michael Forney |
2019-02-24 | Check for negative array lengths/indices | Michael Forney |
2019-02-24 | Add __alignof__ definition by default | Michael Forney |
2019-02-24 | driver: Fix -E with no output specified | Michael Forney |
2019-02-24 | Define __GNUC__=4 and __STRICT_ANSI__ by default | Michael Forney |
2019-02-24 | Make __PRETTY_FUNCTION__ a synonym for __func__ | Michael Forney |
2019-02-24 | Remove unnecessary spaces in keyword list | Michael Forney |
2019-02-24 | Remove unused field | Michael Forney |
2019-02-24 | scan: Handle comments | Michael Forney |
2019-02-24 | scan: Handle escaped newlines | Michael Forney |
2019-02-23 | Check for any write errors | Michael Forney |
2019-02-22 | Run cc-qbe directly in runtests | Michael Forney |
2019-02-22 | Fix use of uninitialized character in string array | Michael Forney |
2019-02-22 | Make sure to zero the rest of an array initialized with a string | Michael Forney |
2019-02-22 | Fix size of incomplete array types initialized with strings | Michael Forney |
2019-02-22 | When & is applied to an array, it is no longer decayed | Michael Forney |
2019-02-22 | Don't need CFLAGS with linking | Michael Forney |
2019-02-22 | Simplify build status URL | Michael Forney |
2019-02-22 | Implement __builtin_nanf for empty string literals | Michael Forney |
2019-02-22 | Separate out built-in handling from postfixexpr | Michael Forney |
2019-02-22 | Implement __builtin_inff | Michael Forney |
2019-02-22 | Keep track of built-in kind in declaration | Michael Forney |
2019-02-22 | Only need to emit tentative definitions when compiling | Michael Forney |
2019-02-22 | Simplify handling of arguments to cc-qbe a bit | Michael Forney |
2019-02-22 | Implement __builtin_alloca | Michael Forney |
2019-02-22 | Fix adding integer to pointer | Michael Forney |
2019-02-21 | driver: Create output files in current directory | Michael Forney |
2019-02-21 | Emit complete union type definitions instead of just using the first member | Michael Forney |
2019-02-21 | Always expect at least one struct decl. | Andrew Chambers |