aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/compiler/testdata
Commit message (Expand)AuthorAgeFilesLines
* pkg/compiler: simplify and enhance handling of builtinsDmitry Vyukov2020-05-051-2/+2
* pkg/compiler: error on duplicate attributesDmitry Vyukov2020-04-191-0/+1
* prog: introduce call attributesDmitry Vyukov2020-04-192-0/+6
* pkg/compiler: refactor attribute handlingDmitry Vyukov2020-04-193-11/+8
* pkg/compiler: check that flags values fit into base typeDmitry Vyukov2020-03-171-0/+3
* pkg/compiler: check that const values fit into base typeDmitry Vyukov2020-03-172-0/+7
* pkg/compiler: add tests for generation phaseDmitry Vyukov2020-03-173-0/+24
* pkg/compiler: ensure consistency of syscall argument typesDmitry Vyukov2020-03-171-52/+52
* pkg/compiler: don't specify syscall consts for test OSDmitry Vyukov2020-03-171-2/+2
* pkg/ast: introduce hex-encoded string literalsDmitry Vyukov2020-02-102-0/+4
* pkg/compiler: fix alignment of string-formatted valuesDmitry Vyukov2019-12-201-1/+6
* pkg/compiler: fix incorrect alignment calculation for paddingDmitry Vyukov2019-12-181-1/+10
* pkg/compiler: define fileoff templatePaul Chaignon2019-11-011-2/+2
* pkg/compiler: special BASE argument in templatesPaul Chaignon2019-11-012-7/+21
* pkg/compiler: check range is consistent with base typePaul Chaignon2019-10-252-1/+14
* prog, pkg/compiler: alignment for integer rangesPaul Chaignon2019-10-254-1/+14
* pkg/compiler: check first int arg is rangePaul Chaignon2019-10-251-1/+1
* pkg/compiler: fix root node not visited in typedef checksPaul Chaignon2019-10-231-0/+2
* pkg/compiler: detect unused template paramsAndrey Konovalov2019-09-041-2/+2
* pkg/compiler: add offsetof typeDmitry Vyukov2019-05-162-0/+4
* pkg/compiler: allow to refer to syscall arguments in len pathsDmitry Vyukov2019-05-142-1/+4
* pkg/compiler: support complex len targetsDmitry Vyukov2019-05-143-4/+62
* pkg/compiler: make buffer alias to ptr[array[int8]]Dmitry Vyukov2019-04-012-3/+5
* pkg/compiler: don't warn about the same len twiceDmitry Vyukov2019-01-311-0/+21
* executor: fix handling of big-endian bitfieldsDmitry Vyukov2018-12-081-0/+1
* pkg/compiler: add vma64 typeDmitry Vyukov2018-11-171-0/+7
* pkg/compiler: prohibit subargsDmitry Vyukov2018-08-101-0/+2
* pkg/compiler: refactor checkTypeDmitry Vyukov2018-08-021-1/+1
* pkg/compiler: support negative integersDmitry Vyukov2018-07-093-2/+10
* prog, pkg/compiler: support fmt typeDmitry Vyukov2018-07-082-0/+25
* pkg/compiler: check for unused declarationsDmitry Vyukov2018-06-303-0/+51
* pkg/compiler: add optional builtin templateDmitry Vyukov2018-05-171-0/+1
* pkg/compiler: detect duplicate fields in template structsDmitry Vyukov2018-05-171-0/+1
* pkg/ast: support char constantsDmitry Vyukov2018-04-292-3/+4
* pkg/compiler: support size attribute for unionsDmitry Vyukov2018-03-051-0/+8
* pkg/compiler: add size attribute for structsDmitry Vyukov2018-03-054-2/+42
* pkg/compiler: switch attributes from Ident to TypeDmitry Vyukov2018-03-051-0/+12
* pkg/compiler: prohibit len of other union optionsDmitry Vyukov2018-02-231-0/+6
* pkg/compiler: allow unions as syscall argumentsDmitry Vyukov2018-02-233-14/+39
* pkg/compiler: support template template argumentsDmitry Vyukov2018-02-172-0/+37
* pkg/compiler: allow len of var-len arraysDmitry Vyukov2018-02-172-2/+2
* pkg/compiler: allow unions with only 1 fieldDmitry Vyukov2018-01-272-8/+13
* pkg/compiler: fix len of parent template structDmitry Vyukov2018-01-231-0/+14
* pkg/compiler: allow use of empty stringsDmitry Vyukov2018-01-231-2/+9
* pkg/compiler: allow strings as template argumentsDmitry Vyukov2018-01-232-1/+2
* pkg/compiler: support non-zero-terminated stringsDmitry Vyukov2018-01-182-2/+15
* pkg/compiler: support void typeDmitry Vyukov2018-01-132-2/+56
* pkg/compiler: support type templatesDmitry Vyukov2018-01-134-22/+140
* pkg/compiler: add builtin bool type aliasesDmitry Vyukov2018-01-081-8/+9
* sys: support type aliases (aka typedefs)Dmitry Vyukov2018-01-081-0/+63