Dmitry Vyukov 0781895e0f pkg/compiler: refactor attribute handling
Introduce common infrastructure for describing and parsing attribute
instead of custom per-attribute code scattered across several locations.

Change align attribute syntax from the weird align_N to align[N].
This also allows to use literal constants as N.

Introduce notion of builtin constants.
Currently we have only PTR_SIZE, which is needed to replace
align_ptr with align[PTR_SIZE].
2020-04-19 10:26:57 +02:00
..
2019-04-05 10:22:46 +02:00
2020-03-04 18:27:18 +01:00
2019-08-12 11:16:16 +02:00
2019-08-12 11:16:16 +02:00
2019-01-26 09:31:18 +01:00