index
:
syz
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkg
/
compiler
/
gen.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/compiler: fix struct layout bug
Dmitry Vyukov
2025-01-20
1
-0
/
+13
*
all: use min/max functions
Dmitry Vyukov
2025-01-17
1
-9
/
+3
*
pkg/compiler: add automatic meta
Dmitry Vyukov
2024-12-11
1
-8
/
+11
*
pkg/compiler: handle string syscall attributes
Florent Revest
2024-12-09
1
-3
/
+12
*
pkg/compiler: allow recursion via arrays
Dmitry Vyukov
2024-11-18
1
-1
/
+1
*
all: support || operator in syzlang if condition
Jiao, Joey
2024-11-13
1
-0
/
+1
*
pkg/mgrconfig, prog, tools: allow automatically generated or manually written...
Pimyn Girgis
2024-08-12
1
-3
/
+12
*
prog: fix panic during squashing
Dmitry Vyukov
2024-05-03
1
-0
/
+8
*
prog: handle multiple matching union fields
Aleksandr Nogikh
2024-02-19
1
-0
/
+5
*
pkg/compiler: support if[expr] attributes
Aleksandr Nogikh
2024-02-19
1
-12
/
+129
*
prog: pass ctx by pointer to ForeachType callback
Dmitry Vyukov
2022-01-11
1
-2
/
+2
*
pkg/compiler: require stricter resource constructors
Dmitry Vyukov
2022-01-11
1
-1
/
+2
*
pkg/compiler: prohibit use of direction attribute on union fields
Dmitry Vyukov
2022-01-11
1
-2
/
+2
*
pkg/compiler: add out_overlay field attribute
Dmitry Vyukov
2022-01-11
1
-12
/
+45
*
pkg/compiler: refactor code
Dmitry Vyukov
2022-01-11
1
-3
/
+7
*
pkg, prog: add per-field direction attribute
Necip Fazil Yildiran
2020-08-13
1
-2
/
+20
*
prog/types.go: add Type.Alignment() and TypeCommon.TypeAlign
Albert van der Linde
2020-07-14
1
-53
/
+1
*
prog: remove StructDesc
Dmitry Vyukov
2020-05-03
1
-170
/
+80
*
prog: introduce Field type
Dmitry Vyukov
2020-05-02
1
-29
/
+34
*
prog: rename {PtrType,ArrayType}.Type to Elem
Dmitry Vyukov
2020-05-01
1
-8
/
+8
*
prog: remove Dir from Type
Dmitry Vyukov
2020-05-01
1
-20
/
+16
*
pkg/compiler: deduplicate Types in descriptions
Dmitry Vyukov
2020-04-26
1
-0
/
+69
*
pkg/compiler: simplify sort predicate
Dmitry Vyukov
2020-04-25
1
-4
/
+4
*
prog: introduce call attributes
Dmitry Vyukov
2020-04-19
1
-0
/
+12
*
pkg/compiler: refactor attribute handling
Dmitry Vyukov
2020-04-19
1
-22
/
+26
*
pkg/compiler: check that const values fit into base type
Dmitry Vyukov
2020-03-17
1
-42
/
+24
*
pkg/compiler: calculate more precise sizes for arguments
Dmitry Vyukov
2020-03-17
1
-4
/
+31
*
pkg/compiler: add tests for generation phase
Dmitry Vyukov
2020-03-17
1
-3
/
+3
*
pkg/compiler: ensure consistency of syscall argument types
Dmitry Vyukov
2020-03-17
1
-7
/
+50
*
prog: remove unused ResourceDesc.Type
Dmitry Vyukov
2020-01-26
1
-3
/
+0
*
pkg/compiler: fix another bitfield layout bug
Dmitry Vyukov
2020-01-07
1
-0
/
+10
*
sys/linux: fix int64 alignment on 386
Dmitry Vyukov
2019-12-23
1
-6
/
+8
*
pkg/compiler: fix bitfield layout bug
Dmitry Vyukov
2019-12-20
1
-51
/
+105
*
pkg/compiler: fix alignment of string-formatted values
Dmitry Vyukov
2019-12-20
1
-0
/
+7
*
pkg/compiler: refactor struct layout
Dmitry Vyukov
2019-12-20
1
-61
/
+47
*
prog: refactor bitfields representation
Dmitry Vyukov
2019-12-19
1
-17
/
+17
*
pkg/compiler: fix incorrect alignment calculation for padding
Dmitry Vyukov
2019-12-18
1
-5
/
+7
*
pkg/csource: use 0 for missing syscall args
Dmitry Vyukov
2018-12-27
1
-7
/
+16
*
pkg/compiler: refactor structGen
Dmitry Vyukov
2018-08-02
1
-62
/
+75
*
pkg/compiler: refactor genStructDescs
Dmitry Vyukov
2018-07-31
1
-116
/
+125
*
prog, pkg/compiler: support fmt type
Dmitry Vyukov
2018-07-08
1
-1
/
+5
*
pkg/compiler: support size attribute for unions
Dmitry Vyukov
2018-03-05
1
-3
/
+13
*
pkg/compiler: add size attribute for structs
Dmitry Vyukov
2018-03-05
1
-2
/
+14
*
pkg/compiler: fix alignment corner case
Dmitry Vyukov
2018-02-25
1
-1
/
+3
*
pkg/compiler: don't assign call IDs statically
Dmitry Vyukov
2018-02-25
1
-3
/
+0
*
pkg/compiler: fix corner case in alignment calculation
Dmitry Vyukov
2018-02-19
1
-1
/
+1
*
pkg/compiler: support void type
Dmitry Vyukov
2018-01-13
1
-23
/
+5
*
pkg/compiler: support type templates
Dmitry Vyukov
2018-01-13
1
-0
/
+3
*
pkg/compiler: don't genererate missing syscalls
Dmitry Vyukov
2017-09-15
1
-8
/
+11
*
prog, sys: move types to prog
Dmitry Vyukov
2017-09-05
1
-56
/
+56
[next]