Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmd/compile/internal/ssa: optimize memory moving on arm64 | eric fang | 2022-08-23 | 1 | -1/+1 |
* | all: use ":" for compiler generated symbols | Cuong Manh Le | 2022-08-09 | 1 | -1/+1 |
* | cmd/compile: loads from readonly globals into const for mips64x | Meng Zhuo | 2021-03-16 | 1 | -0/+1 |
* | cmd/compile: apply optimization for readonly globals on wasm | Agniva De Sarker | 2019-08-28 | 1 | -0/+3 |
* | cmd/compile: implement some moves using non-overlapping reads&writes | Keith Randall | 2018-10-30 | 1 | -0/+12 |
* | cmd/compile: optimize loads from readonly globals into constants | Keith Randall | 2018-10-14 | 1 | -0/+27 |
* | cmd/compile: make []byte("...") more efficient | Keith Randall | 2018-10-10 | 1 | -0/+7 |
* | cmd/compile: optimize len([]rune(string)) | Martin Möhrmann | 2018-05-06 | 1 | -0/+15 |