Dmitry Vyukov
|
8cb7d3dcfc
|
all: initial support for fuchsia
Nothing works, but builds.
Update #191
|
2017-09-20 21:19:29 +02:00 |
|
Dmitry Vyukov
|
34bc139642
|
sys: compile all supported targets into the package
Currently we compile in only GOOS/GOARCH target.
Compile in all targets so that they can be selected at runtime.
|
2017-09-15 16:02:37 +02:00 |
|
Dmitry Vyukov
|
b5c5217623
|
pkg/ifuzz: use serializer
Simplifies code and reduces size of generated code from 820K to 310K.
|
2017-09-04 20:25:22 +02:00 |
|
Dmitry Vyukov
|
a7206b24ca
|
pkg/compiler: check and generate types
Move most of the logic from sysgen to pkg/compiler.
Update #217
|
2017-09-02 13:06:53 +02:00 |
|