Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-15 | Initialize align variable in declspecs | Michael Forney | |
This matches how it is done for storage class and function specifier. | |||
2019-02-15 | Fix use of wrong align variable in structdecl | Michael Forney | |
2019-02-15 | Fix hex escape in char literals. | Andrew Chambers | |
2019-02-14 | Remove some leftover commented out stuff | Michael Forney | |
2019-02-15 | Fix bad assertion. | Andrew Chambers | |
2019-02-14 | Allow initializing array with longer strings | Michael Forney | |
2019-02-14 | Handle compound literals in global initializers | Michael Forney | |
2019-02-14 | When subtracting pointers, divide after subtraction | Michael Forney | |
The pointers might be global addresses, and it doesn't make sense to divide them before subtracting. | |||
2019-02-13 | driver: Remove debug printf | Michael Forney | |
2019-02-13 | driver: Ignore -std= and -pedantic | Michael Forney | |
2019-02-13 | config.def.h: Define __signed__, used by linux headers | Michael Forney | |
2019-02-13 | When storing initial value of parameters, use unqualified type | Michael Forney | |
2019-02-13 | Make __builtin_va_list a built-in declaration, not keyword | Michael Forney | |
2019-02-13 | Fix decay on qualified array types | Michael Forney | |
2019-02-13 | Fold constexpr function into intconstexpr | Michael Forney | |
We usually only care about integer constant expressions, and when we parse initializers, we need to handle non-constant expressions too, so we call eval explicitly when emitting global data. | |||
2019-02-13 | Add some missing lvalue conversions | Michael Forney | |
2019-02-13 | Ignore qualifiers when parsing initializers | Michael Forney | |
2019-02-13 | Make basic store independent of ABI | Michael Forney | |
2019-02-13 | Implement __builtin_va_arg | Michael Forney | |
2019-02-13 | Compare to node value first when looking for switch destination | Michael Forney | |
2019-02-13 | expr: Perform lvalue conversion on array and index in subscript expressions | Michael Forney | |
2019-02-13 | driver: Pass -idirafter to preprocessor | Michael Forney | |
2019-02-13 | Add missing trailing newlines | Michael Forney | |
2019-02-13 | check target depends on cc | Michael Forney | |
2019-02-12 | driver: Ignore -pipe flag | Michael Forney | |
2019-02-12 | Fix adding pointer to integer | Michael Forney | |
2019-02-12 | Remove unused variable | Michael Forney | |
2019-02-12 | Allow overflow/underflow when parsing floating constants | Michael Forney | |
2019-02-12 | Fix union sizes and member offsets | Michael Forney | |
2019-02-12 | driver: Ignore -g flag | Michael Forney | |
2019-02-12 | Fix nested arrays | Michael Forney | |
We need to traverse the type hierarchy from inside to out to calculate size/alignment of arrays. | |||
2019-02-12 | Add continuous build status | Michael Forney | |
2019-02-12 | Add continuous build configuration | Michael Forney | |
2019-02-12 | Don't need to clear CFLAGS and LDFLAGS on bootstrap | Michael Forney | |
2019-02-12 | Allow overriding DYNAMICLINKER in config.def.h | Michael Forney | |
2019-02-12 | Fix README list formatting | Michael Forney | |
2019-02-12 | Initial import | Michael Forney | |