Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: make codegen tests work with both ABIs | Cherry Zhang | 2021-04-12 | 1 | -1/+1 |
* | cmd/compile: generate subfic on ppc64 | Paul E. Murphy | 2020-08-27 | 1 | -0/+21 |
* | cmd/compile: optimize make+copy pattern to avoid memclr | Martin Möhrmann | 2020-05-07 | 1 | -0/+183 |
* | cmd/compile: don't use statictmps for small object in slice literal | Cuong Manh Le | 2019-10-08 | 1 | -0/+51 |
* | cmd/compile: support more length types for slice extension optimization | LE Manh Cuong | 2019-09-17 | 1 | -0/+42 |
* | cmd/compile: treat slice pointers as non-nil | Keith Randall | 2019-02-26 | 1 | -0/+10 |
* | cmd/compile: optimize append(x, make([]T, y)...) slice extension | Martin Möhrmann | 2018-05-06 | 1 | -0/+31 |
* | cmd/compile: refactor memclrrange for arrays and slices | Martin Möhrmann | 2018-05-02 | 1 | -0/+32 |