aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/compiler/testdata
Commit message (Expand)AuthorAgeFilesLines
* pkg/compiler: require stricter resource constructorsDmitry Vyukov2022-01-111-0/+8
* pkg/compiler: fix error message spellingDmitry Vyukov2022-01-111-4/+4
* pkg/compiler: prohibit use of len/flags/const/proc types in out fieldsDmitry Vyukov2022-01-111-1/+8
* pkg/compiler: prohibit use of direction attribute on union fieldsDmitry Vyukov2022-01-112-8/+7
* pkg/compiler: add out_overlay field attributeDmitry Vyukov2022-01-113-1/+41
* pkg/compiler: warn about confusing comments that fake directivesDmitry Vyukov2021-11-121-0/+5
* pkg/compiler: add more tests for templatesDmitry Vyukov2021-10-051-0/+20
* pkg/compiler: fix infinite recursion in template instantiationDmitry Vyukov2021-10-051-0/+5
* pkg/compiler: add glob typeJoey Jiaojg2021-05-262-1/+9
* pkg/compiler: check for flags with all equal valuesDmitry Vyukov2020-11-131-0/+6
* pkg, prog: add per-field direction attributeNecip Fazil Yildiran2020-08-133-6/+108
* pkg/compiler: check for unused resourcesDmitry Vyukov2020-08-041-1/+4
* pkg/compiler: fix crash on fmt[flags]Dmitry Vyukov2020-07-231-0/+3
* 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