| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/compiler: add check that len does not refer to array with varlen elements | Dmitry Vyukov | 2017-11-28 | 1 | -0/+2 |
| | | | | | | This [almost] always means a bug in descriptions. Fix all bugs identified by the check. | ||||
| * | pkg/compiler: don't genererate missing syscalls | Dmitry Vyukov | 2017-09-15 | 1 | -1/+2 |
| | | | | | | | | | We used to generate them only because manager had no idea what arch it is testing. So syscalls numbers had to match between all arches. This is not needed anymore. Also don't generate unreferenced structs/resources. | ||||
| * | sys, pkg/compiler: move padding computation to compiler | Dmitry Vyukov | 2017-09-04 | 1 | -0/+46 |
| | | | | | This makes types constant during execution, everything is precomputed. | ||||
| * | pkg/compiler: detect resources without ctors | Dmitry Vyukov | 2017-09-04 | 1 | -0/+87 |
| Fixes #217 | |||||
