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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/compiler: add builtin bool type aliases
Dmitry Vyukov
2018-01-08
4
-10
/
+35
*
pkg/compiler: make signalno a type alias
Dmitry Vyukov
2018-01-08
1
-19
/
+0
*
sys: support type aliases (aka typedefs)
Dmitry Vyukov
2018-01-08
6
-52
/
+195
*
prog: support opt for proc types
Dmitry Vyukov
2018-01-06
2
-5
/
+5
*
pkg/compiler: add bitsize type
Dmitry Vyukov
2018-01-06
2
-5
/
+9
*
sys/linux: fix some copy-paste errors
Dmitry Vyukov
2017-12-28
1
-0
/
+59
*
pkg/compiler: add check that len does not refer to array with varlen elements
Dmitry Vyukov
2017-11-28
2
-0
/
+17
*
pkg/csource: support akaros
Dmitry Vyukov
2017-10-16
1
-7
/
+4
*
all: basic freebsd support
Dmitry Vyukov
2017-10-02
1
-2
/
+4
*
sys/syz-extract: support fuchsia
Dmitry Vyukov
2017-09-25
3
-6
/
+11
*
all: more assorted fuchsia support
Dmitry Vyukov
2017-09-22
3
-6
/
+15
*
pkg/compiler: don't genererate missing syscalls
Dmitry Vyukov
2017-09-15
5
-27
/
+70
*
sys: move linux descriptions to sys/linux
Dmitry Vyukov
2017-09-15
1
-2
/
+2
*
prog, sys: move types to prog
Dmitry Vyukov
2017-09-05
4
-166
/
+166
*
sys: rename Call to Syscall
Dmitry Vyukov
2017-09-05
2
-6
/
+6
*
pkg/compiler: assign Call.ID statically
Dmitry Vyukov
2017-09-04
1
-0
/
+3
*
pkg/compiler: fix alignment calculation bug
Dmitry Vyukov
2017-09-04
1
-3
/
+4
*
sys: change BitfieldLast to BitfieldMiddle
Dmitry Vyukov
2017-09-04
1
-12
/
+12
*
sys: remove IntSignalno
Dmitry Vyukov
2017-09-04
1
-4
/
+6
*
sys, pkg/compiler: move padding computation to compiler
Dmitry Vyukov
2017-09-04
6
-88
/
+495
*
pkg/compiler: prohibit arrays of size 0
Dmitry Vyukov
2017-09-04
2
-0
/
+9
*
pkg/compiler: prohibit bitfields of size 0
Dmitry Vyukov
2017-09-04
2
-5
/
+14
*
pkg/compiler: don't allow bitfields in unions, args and anon types
Dmitry Vyukov
2017-09-04
2
-11
/
+23
*
pkg/compiler: move bitfield marking from sys
Dmitry Vyukov
2017-09-04
1
-1
/
+49
*
pkg/compiler: prohibit bitfields in syscall args
Dmitry Vyukov
2017-09-04
3
-2
/
+3
*
pkg/compiler: reserve in/out/inout/opt names
Dmitry Vyukov
2017-09-04
3
-1
/
+38
*
sys: don't assume vma size is 8
Dmitry Vyukov
2017-09-04
1
-0
/
+1
*
pkg/compiler: use correct arch ptr size
Dmitry Vyukov
2017-09-04
2
-5
/
+5
*
pkg/compiler: detect resources without ctors
Dmitry Vyukov
2017-09-04
5
-63
/
+162
*
pkg/compiler: verify validity of len targets
Dmitry Vyukov
2017-09-04
6
-65
/
+167
*
pkg/compiler: move checking code to a separate file
Dmitry Vyukov
2017-09-04
2
-390
/
+403
*
pkg/compiler: detect recursive struct declarations
Dmitry Vyukov
2017-09-04
2
-22
/
+126
*
sys: allow custom size for PtrType
Dmitry Vyukov
2017-09-02
1
-2
/
+4
*
sys: support ptr64 type
Dmitry Vyukov
2017-09-02
2
-1
/
+9
*
pkg/compiler: restore generation of unsupported syscalls
Dmitry Vyukov
2017-09-02
1
-1
/
+14
*
pkg/compiler: check and generate types
Dmitry Vyukov
2017-09-02
7
-300
/
+1383
*
pkg/compiler: actually tolerate unsupported consts
Dmitry Vyukov
2017-08-28
1
-0
/
+5
*
pkg/compiler: tolerate unsupported consts everywhere
Dmitry Vyukov
2017-08-28
1
-8
/
+3
*
pkg/compiler: more static error checking
Dmitry Vyukov
2017-08-27
7
-107
/
+485
*
pkg/compiler: move more const-processing code to compiler
Dmitry Vyukov
2017-08-27
3
-70
/
+271
*
pkg/compiler, sys/syz-sysgen: move const handling to pkg/compiler
Dmitry Vyukov
2017-08-27
2
-12
/
+186
*
sys/syz-extract: switch to the new parser
Dmitry Vyukov
2017-08-18
2
-0
/
+124