aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/compiler/compiler.go
Commit message (Expand)AuthorAgeFilesLines
* pkg/compiler: add builtin bool type aliasesDmitry Vyukov2018-01-081-0/+3
* sys: support type aliases (aka typedefs)Dmitry Vyukov2018-01-081-0/+5
* all: more assorted fuchsia supportDmitry Vyukov2017-09-221-2/+5
* pkg/compiler: don't genererate missing syscallsDmitry Vyukov2017-09-151-0/+2
* prog, sys: move types to progDmitry Vyukov2017-09-051-13/+13
* sys: rename Call to SyscallDmitry Vyukov2017-09-051-1/+1
* sys, pkg/compiler: move padding computation to compilerDmitry Vyukov2017-09-041-26/+33
* pkg/compiler: use correct arch ptr sizeDmitry Vyukov2017-09-041-2/+2
* pkg/compiler: move checking code to a separate fileDmitry Vyukov2017-09-041-390/+0
* pkg/compiler: detect recursive struct declarationsDmitry Vyukov2017-09-041-22/+95
* pkg/compiler: check and generate typesDmitry Vyukov2017-09-021-258/+323
* pkg/compiler: actually tolerate unsupported constsDmitry Vyukov2017-08-281-0/+5
* pkg/compiler: tolerate unsupported consts everywhereDmitry Vyukov2017-08-281-8/+3
* pkg/compiler: more static error checkingDmitry Vyukov2017-08-271-55/+233
* pkg/compiler: move more const-processing code to compilerDmitry Vyukov2017-08-271-70/+126
* pkg/compiler, sys/syz-sysgen: move const handling to pkg/compilerDmitry Vyukov2017-08-271-7/+175
* sys/syz-extract: switch to the new parserDmitry Vyukov2017-08-181-0/+65