aboutsummaryrefslogtreecommitdiff
path: root/scope.c
AgeCommit message (Expand)Author
2024-04-12decl: Add name field to decl structMichael Forney
2024-04-02map: Use simpler fnv-1a hash functionMichael Forney
2024-03-24map: Use separately allocated struct mapMichael Forney
2022-11-26Move kind-specific decl fields to unionMichael Forney
2021-11-25Add __builtin_unreachable stubMichael Forney
2021-09-04Use architecture-specific va_list typeMichael Forney
2019-07-03Implement no-op __builtin_expectMichael 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-16Implement __builtin_types_compatible_pMichael Forney
2019-04-04Merge headers into cc.hMichael Forney
2019-03-14Abbreviate tag namesMichael Forney
2019-03-12Implement __builtin_constant_pMichael Forney
2019-03-12Sort built-insMichael Forney
2019-02-22Implement __builtin_nanf for empty string literalsMichael Forney
2019-02-22Implement __builtin_inffMichael Forney
2019-02-22Keep track of built-in kind in declarationMichael Forney
2019-02-12Initial importMichael Forney