index
:
syz
actual
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/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
*
sys: rename Call to Syscall
Dmitry Vyukov
2017-09-05
1
-5
/
+5
*
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, pkg/compiler: move padding computation to compiler
Dmitry Vyukov
2017-09-04
1
-34
/
+243
*
pkg/compiler: move bitfield marking from sys
Dmitry Vyukov
2017-09-04
1
-1
/
+49
*
pkg/compiler: check and generate types
Dmitry Vyukov
2017-09-02
1
-0
/
+150