aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-18Mirror repository at man.sr.ht to get rendered markdown documentsMichael Forney
2019-04-18Add some documentation about building various softwareMichael Forney
2019-04-18Add some documentation about implemented extensionsMichael Forney
2019-04-18Fix potential overflow of bit-field initializers into following memberMichael Forney
2019-04-17config.def.h: Add note about crtbegin.o and crtend.oMichael Forney
2019-04-17driver: Use arrayforeachMichael Forney
2019-04-17Merge map.h and tree.h into util.hMichael Forney
2019-04-17Just use a single mapkey functionMichael Forney
2019-04-17htab -> mapMichael Forney
2019-04-17More README updatesMichael Forney
2019-04-17Fix bit-field offsets in unionsMichael Forney
2019-04-17Allow designators in __builtin_offsetofMichael Forney
2019-04-17Improve token descriptions in errorsMichael Forney
2019-04-17Use smaller headingsMichael Forney
2019-04-17Update READMEMichael Forney
2019-04-17Implement bit-field initializersMichael Forney
2019-04-16Error instead of segfault when working with `long double`Michael Forney
2019-04-16Add a few more alternate keywordsMichael Forney
2019-04-16Use undecayed type in __typeof__Michael Forney
2019-04-16Implement __builtin_types_compatible_pMichael Forney
2019-04-16Alpine's fortify-headers still needs __extension__Michael Forney
2019-04-16tests -> testMichael Forney
2019-04-16Fix offset of initializer following fixed-length stringMichael Forney
2019-04-16Define __inline alternate keywordMichael Forney
2019-04-16Use a single section for alternate keyword definesMichael Forney
2019-04-16Set __GNUC__=1Michael Forney
2019-04-16Use upstream QBEMichael Forney
2019-04-15init: Remove some unused includesMichael Forney
2019-04-15Silence gcc warningMichael Forney
2019-04-15init: Improve parseinit performance for sequential initializersMichael Forney
2019-04-15expr: Handle compound assignment of bit-fieldsMichael Forney
2019-04-15expr: Simplify assignexpr slightlyMichael Forney
2019-04-15StyleMichael Forney
2019-04-15expr: Check operand to '&' operatorMichael Forney
2019-04-15decl: Fix uninitialized access with unnamed bit-fieldsMichael Forney
2019-04-15Handle static sub-initializersMichael Forney
2019-04-14init: Error on bit-field initializers for nowMichael Forney
2019-04-14Initial support for loading/storing bit-fieldsMichael Forney
2019-04-14Define macros indicating missing optional featuresMichael Forney
2019-04-14decl: Make signedness of enum types match gccMichael Forney
2019-04-13Revert "Fold constexpr function into intconstexpr"Michael Forney
2019-04-13decl: Allow `register` in old-style parameter declarationsMichael Forney
2019-04-10expr: Pointer arithmetic requires complete *object* typesMichael Forney
2019-04-10type: unions are object typesMichael Forney
2019-04-07deps.mk: Include $(objdir) in target nameMichael Forney
2019-04-07Add FreeBSD build manifestMichael Forney
2019-04-07config.def.h: Remove extra indentMichael Forney
2019-04-07Makefile: Don't use $< outside of inference rulesMichael Forney
2019-04-07Change $(objdir) instead of $(srcdir) for stage2 and stage3 buildsMichael Forney
2019-04-07expr: Handle parenthesized paremeter name in __builtin_va_startMichael Forney